Lines Matching refs:UINT32

107     UINT32                  Length;                             /* Length of table in bytes, including this header */
112 UINT32 OemRevision; /* OEM revision number */
114 UINT32 AslCompilerRevision; /* ASL compiler version */
153 UINT32 RsdtPhysicalAddress; /* 32-bit physical address of the RSDT */
154 UINT32 Length; /* Table length in bytes, including header (ACPI 2.0+) */
169 UINT32 RsdtPhysicalAddress;
177 UINT32 Length;
195 UINT32 TableOffsetEntry[1]; /* Array of pointers to ACPI tables */
206 #define ACPI_RSDT_ENTRY_SIZE (sizeof (UINT32))
219 UINT32 Length; /* Length of structure, in bytes */
220 UINT32 HardwareSignature; /* Hardware configuration signature */
221 UINT32 FirmwareWakingVector; /* 32-bit physical address of the Firmware Waking Vector */
222 UINT32 GlobalLock; /* Global Lock for shared hardware resources */
223 UINT32 Flags;
227 UINT32 OspmFlags; /* Flags to be set by OSPM (ACPI 4.0) */
259 UINT32 Facs; /* 32-bit physical address of FACS */
260 UINT32 Dsdt; /* 32-bit physical address of DSDT */
264 UINT32 SmiCommand; /* 32-bit Port address of SMI command port */
269 UINT32 Pm1aEventBlock; /* 32-bit port address of Power Mgt 1a Event Reg Blk */
270 UINT32 Pm1bEventBlock; /* 32-bit port address of Power Mgt 1b Event Reg Blk */
271 UINT32 Pm1aControlBlock; /* 32-bit port address of Power Mgt 1a Control Reg Blk */
272 UINT32 Pm1bControlBlock; /* 32-bit port address of Power Mgt 1b Control Reg Blk */
273 UINT32 Pm2ControlBlock; /* 32-bit port address of Power Mgt 2 Control Reg Blk */
274 UINT32 PmTimerBlock; /* 32-bit port address of Power Mgt Timer Ctrl Reg Blk */
275 UINT32 Gpe0Block; /* 32-bit port address of General Purpose Event 0 Reg Blk */
276 UINT32 Gpe1Block; /* 32-bit port address of General Purpose Event 1 Reg Blk */
296 UINT32 Flags; /* Miscellaneous flag bits (see below for individual flags) */
391 UINT32 Integer;
403 UINT32 Length; /* Length fixed at 32 bits (fixed in table header) */
445 #define ACPI_FADT_V1_SIZE (UINT32) (ACPI_FADT_OFFSET (Flags) + 4)
446 #define ACPI_FADT_V2_SIZE (UINT32) (ACPI_FADT_OFFSET (MinorRevision) + 1)
447 #define ACPI_FADT_V3_SIZE (UINT32) (ACPI_FADT_OFFSET (SleepControl))
448 #define ACPI_FADT_V5_SIZE (UINT32) (ACPI_FADT_OFFSET (HypervisorId))
449 #define ACPI_FADT_V6_SIZE (UINT32) (sizeof (ACPI_TABLE_FADT))