|
iPXE
|
A PCI bus:dev.fn address range. More...
#include <pci_io.h>
Data Fields | |
| uint32_t | start |
| Starting bus:dev.fn address. More... | |
| unsigned int | count |
| Number of bus:dev.fn addresses within this range. More... | |
| uint32_t pci_range::start |
Starting bus:dev.fn address.
Definition at line 24 of file pci_io.h.
Referenced by ecam_access(), ecam_find(), ecam_read(), ecam_write(), efipci_discover_any(), efipci_discover_one(), http_block_read(), pci_find_next(), pcibios_discover(), pcicloud_api(), pcicloud_find(), and peerblk_raw_open().
| unsigned int pci_range::count |
Number of bus:dev.fn addresses within this range.
Definition at line 26 of file pci_io.h.
Referenced by ecam_access(), ecam_find(), efipci_discover_any(), efipci_discover_one(), pci_find_next(), pcibios_discover(), pcicloud_api(), and pcicloud_find().
1.8.15