|
iPXE
|
A runtime selectable PCI I/O API. More...
#include <pci_io.h>
Data Fields | |
| const char * | name |
| typeof() pci_can_probe * | pci_can_probe |
| typeof() pci_discover * | pci_discover |
| typeof() pci_read_config_byte * | pci_read_config_byte |
| typeof() pci_read_config_word * | pci_read_config_word |
| typeof() pci_read_config_dword * | pci_read_config_dword |
| typeof() pci_write_config_byte * | pci_write_config_byte |
| typeof() pci_write_config_word * | pci_write_config_word |
| typeof() pci_write_config_dword * | pci_write_config_dword |
| typeof() pci_ioremap * | pci_ioremap |
| const char* pci_api::name |
Definition at line 166 of file pci_io.h.
Referenced by pcicloud_api(), and pcicloud_find().
| typeof() pci_can_probe * pci_api::pci_can_probe |
Definition at line 167 of file pci_io.h.
Referenced by pcicloud_can_probe().
| typeof() pci_discover * pci_api::pci_discover |
Definition at line 168 of file pci_io.h.
Referenced by pcicloud_find().
| typeof() pci_read_config_byte * pci_api::pci_read_config_byte |
Definition at line 169 of file pci_io.h.
Referenced by pcicloud_read_config_byte().
| typeof() pci_read_config_word * pci_api::pci_read_config_word |
Definition at line 170 of file pci_io.h.
Referenced by pcicloud_read_config_word().
| typeof() pci_read_config_dword * pci_api::pci_read_config_dword |
Definition at line 171 of file pci_io.h.
Referenced by pcicloud_read_config_dword().
| typeof() pci_write_config_byte * pci_api::pci_write_config_byte |
Definition at line 172 of file pci_io.h.
Referenced by pcicloud_write_config_byte().
| typeof() pci_write_config_word * pci_api::pci_write_config_word |
Definition at line 173 of file pci_io.h.
Referenced by pcicloud_write_config_word().
| typeof() pci_write_config_dword * pci_api::pci_write_config_dword |
Definition at line 174 of file pci_io.h.
Referenced by pcicloud_write_config_dword().
| typeof() pci_ioremap * pci_api::pci_ioremap |
Definition at line 175 of file pci_io.h.
Referenced by pcicloud_ioremap().
1.8.15