Data Fields | |
struct pci_dev * | dev |
enum pci_io_type | type |
size_t | size |
union { | |
void * ptr | |
int port | |
} | addr |
struct list_elem | peer |
Definition at line 130 of file pci.c.
struct pci_dev* pci_io::dev [read] |
enum pci_io_type pci_io::type |
Definition at line 133 of file pci.c.
Referenced by pci_reg_read16(), pci_reg_read32(), pci_reg_read8(), pci_reg_write16(), pci_reg_write32(), pci_reg_write8(), and pci_setup_io().
void* pci_io::ptr |
Definition at line 137 of file pci.c.
Referenced by pci_reg_read16(), pci_reg_read32(), pci_reg_read8(), pci_reg_write16(), pci_reg_write32(), pci_reg_write8(), and pci_setup_io().
int pci_io::port |
Definition at line 138 of file pci.c.
Referenced by pci_reg_read16(), pci_reg_read32(), pci_reg_read8(), pci_reg_write16(), pci_reg_write32(), pci_reg_write8(), and pci_setup_io().
union { ... } pci_io::addr |
Referenced by pci_reg_read16(), pci_reg_read32(), pci_reg_read8(), pci_reg_write16(), pci_reg_write32(), pci_reg_write8(), and pci_setup_io().
struct list_elem pci_io::peer [read] |