Lines Matching defs:acpi_table_fadt

366 typedef struct acpi_table_fadt  struct
368 ACPI_TABLE_HEADER Header; /* Common ACPI table header */
369 UINT32 Facs; /* 32-bit physical address of FACS */
370 UINT32 Dsdt; /* 32-bit physical address of DSDT */
371 … Model; /* System Interrupt Model (ACPI 1.0) - not used in ACPI 2.0+ */
372 …NT8 PreferredProfile; /* Conveys preferred power management profile to OSPM. */
373 UINT16 SciInterrupt; /* System vector of SCI interrupt */
374 UINT32 SmiCommand; /* 32-bit Port address of SMI command port */
375 UINT8 AcpiEnable; /* Value to write to SMI_CMD to enable ACPI */
376 UINT8 AcpiDisable; /* Value to write to SMI_CMD to disable ACPI */
377 … UINT8 S4BiosRequest; /* Value to write to SMI_CMD to enter S4BIOS state */
378 UINT8 PstateControl; /* Processor performance state control*/
379 …UINT32 Pm1aEventBlock; /* 32-bit port address of Power Mgt 1a Event Reg Blk */
380 …UINT32 Pm1bEventBlock; /* 32-bit port address of Power Mgt 1b Event Reg Blk */
381 …NT32 Pm1aControlBlock; /* 32-bit port address of Power Mgt 1a Control Reg Blk */
382 …NT32 Pm1bControlBlock; /* 32-bit port address of Power Mgt 1b Control Reg Blk */
383 …INT32 Pm2ControlBlock; /* 32-bit port address of Power Mgt 2 Control Reg Blk */
384 …NT32 PmTimerBlock; /* 32-bit port address of Power Mgt Timer Ctrl Reg Blk */
385 …2 Gpe0Block; /* 32-bit port address of General Purpose Event 0 Reg Blk */
386 …2 Gpe1Block; /* 32-bit port address of General Purpose Event 1 Reg Blk */
387 UINT8 Pm1EventLength; /* Byte Length of ports at Pm1xEventBlock */
388 UINT8 Pm1ControlLength; /* Byte Length of ports at Pm1xControlBlock */
389 UINT8 Pm2ControlLength; /* Byte Length of ports at Pm2ControlBlock */
390 UINT8 PmTimerLength; /* Byte Length of ports at PmTimerBlock */
391 UINT8 Gpe0BlockLength; /* Byte Length of ports at Gpe0Block */
392 UINT8 Gpe1BlockLength; /* Byte Length of ports at Gpe1Block */
393 …INT8 Gpe1Base; /* Offset in GPE number space where GPE1 events start */
394 … CstControl; /* Support for the _CST object and C-States change notification */
395 UINT16 C2Latency; /* Worst case HW latency to enter/exit C2 state */
396 UINT16 C3Latency; /* Worst case HW latency to enter/exit C3 state */
397 UINT16 FlushSize; /* Processor memory cache line width, in bytes */
398 UINT16 FlushStride; /* Number of flush strides that need to be read */
399 …UINT8 DutyOffset; /* Processor duty cycle index in processor P_CNT reg */
400 … DutyWidth; /* Processor duty cycle value bit width in P_CNT register */
401 UINT8 DayAlarm; /* Index to day-of-month alarm in RTC CMOS RAM */
402 UINT8 MonthAlarm; /* Index to month-of-year alarm in RTC CMOS RAM */
403 UINT8 Century; /* Index to century in RTC CMOS RAM */
404 … BootFlags; /* IA-PC Boot Architecture Flags (see below for individual flags) */
405 UINT8 Reserved; /* Reserved, must be zero */
406 … Flags; /* Miscellaneous flag bits (see below for individual flags) */
407 ACPI_GENERIC_ADDRESS ResetRegister; /* 64-bit address of the Reset register */
408 … ResetValue; /* Value to write to the ResetRegister port to reset the system */
409 … ArmBootFlags; /* ARM-Specific Boot Flags (see below for individual flags) (ACPI 5.1) */
410 UINT8 MinorRevision; /* FADT Minor Revision (ACPI 5.1) */
411 UINT64 XFacs; /* 64-bit physical address of FACS */
412 UINT64 XDsdt; /* 64-bit physical address of DSDT */
413 …CPI_GENERIC_ADDRESS XPm1aEventBlock; /* 64-bit Extended Power Mgt 1a Event Reg Blk address */
414 …CPI_GENERIC_ADDRESS XPm1bEventBlock; /* 64-bit Extended Power Mgt 1b Event Reg Blk address */
415 …I_GENERIC_ADDRESS XPm1aControlBlock; /* 64-bit Extended Power Mgt 1a Control Reg Blk address */
416 …I_GENERIC_ADDRESS XPm1bControlBlock; /* 64-bit Extended Power Mgt 1b Control Reg Blk address */
417 …PI_GENERIC_ADDRESS XPm2ControlBlock; /* 64-bit Extended Power Mgt 2 Control Reg Blk address */
418 …I_GENERIC_ADDRESS XPmTimerBlock; /* 64-bit Extended Power Mgt Timer Ctrl Reg Blk address */
419 …ENERIC_ADDRESS XGpe0Block; /* 64-bit Extended General Purpose Event 0 Reg Blk address */
420 …ENERIC_ADDRESS XGpe1Block; /* 64-bit Extended General Purpose Event 1 Reg Blk address */
421 ACPI_GENERIC_ADDRESS SleepControl; /* 64-bit Sleep Control register (ACPI 5.0) */
422 ACPI_GENERIC_ADDRESS SleepStatus; /* 64-bit Sleep Status register (ACPI 5.0) */
423 UINT64 HypervisorId; /* Hypervisor Vendor ID (ACPI 6.0) */