iPXE
|
A mapped Enhanced Configuration Access Mechanism allocation. More...
#include <ecam.h>
Data Fields | |
struct ecam_allocation | alloc |
Allocation. More... | |
struct pci_range | range |
PCI bus:dev.fn address range. More... | |
void * | regs |
MMIO base address. More... | |
int | rc |
Mapping result. More... | |
struct ecam_allocation ecam_mapping::alloc |
struct pci_range ecam_mapping::range |
PCI bus:dev.fn address range.
Definition at line 50 of file ecam.h.
Referenced by ecam_access(), ecam_read(), and ecam_write().
void* ecam_mapping::regs |
MMIO base address.
Definition at line 52 of file ecam.h.
Referenced by ecam_access(), ecam_read(), and ecam_write().
int ecam_mapping::rc |