|
iPXE
|
Fixed ACPI Description Table (FADT) More...
#include <acpi.h>
Data Fields | |
| struct acpi_header | acpi |
| ACPI header. More... | |
| uint32_t | facs |
| Physical address of FACS. More... | |
| uint32_t | dsdt |
| Physical address of DSDT. More... | |
| uint8_t | unused [20] |
| Unused by iPXE. More... | |
| uint32_t | pm1a_cnt_blk |
| PM1a Control Register Block. More... | |
| uint32_t | pm1b_cnt_blk |
| PM1b Control Register Block. More... | |
| uint32_t | pm2_cnt_blk |
| PM2 Control Register Block. More... | |
| uint32_t | pm_tmr_blk |
| PM Timer Control Register Block. More... | |
| struct acpi_header acpi_fadt::acpi |
| uint32_t acpi_fadt::dsdt |
| uint32_t acpi_fadt::pm1a_cnt_blk |
| uint32_t acpi_fadt::pm1b_cnt_blk |
| uint32_t acpi_fadt::pm_tmr_blk |
PM Timer Control Register Block.
Definition at line 276 of file acpi.h.
Referenced by acpi_timer_probe().
1.8.15