|
iPXE
|
PCI I/O API for Enhanced Configuration Access Mechanism (ECAM) More...
Go to the source code of this file.
Data Structures | |
| struct | ecam_allocation |
| An Enhanced Configuration Access Mechanism allocation. More... | |
| struct | ecam_table |
| An Enhanced Configuration Access Mechanism table. More... | |
| struct | ecam_mapping |
| A mapped Enhanced Configuration Access Mechanism allocation. More... | |
Macros | |
| #define | ECAM_SIZE 4096 |
| Enhanced Configuration Access Mechanism per-device size. | |
| #define | ECAM_SIGNATURE ACPI_SIGNATURE ( 'M', 'C', 'F', 'G' ) |
| Enhanced Configuration Access Mechanism table signature. | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
PCI I/O API for Enhanced Configuration Access Mechanism (ECAM)
Definition in file ecam.h.
| #define ECAM_SIZE 4096 |
Enhanced Configuration Access Mechanism per-device size.
Definition at line 16 of file ecam.h.
Referenced by ecam_access(), ecam_read(), and ecam_write().
| #define ECAM_SIGNATURE ACPI_SIGNATURE ( 'M', 'C', 'F', 'G' ) |
Enhanced Configuration Access Mechanism table signature.
Definition at line 19 of file ecam.h.
Referenced by ecam_find().
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |