Home
last modified time | relevance | path

Searched defs:pci_module_info (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/os/drivers/
H A DPCI.h117 typedef struct pci_module_info pci_module_info; typedef
119 struct pci_module_info { struct
120 bus_manager_info binfo;
122 uint8 (*read_io_8) (int mapped_io_addr);
123 void (*write_io_8) (int mapped_io_addr, uint8 value);
124 uint16 (*read_io_16) (int mapped_io_addr);
125 void (*write_io_16) (int mapped_io_addr, uint16 value);
126 uint32 (*read_io_32) (int mapped_io_addr);
127 void (*write_io_32) (int mapped_io_addr, uint32 value);
129 long (*get_nth_pci_info) (
[all …]