Lines Matching refs:UINT32

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