Lines Matching refs:UINT32

217UINT32                  Length;                             /* Length of table in bytes, including…
222 UINT32 OemRevision; /* OEM revision number */
224 UINT32 AslCompilerRevision; /* ASL compiler version */
263 UINT32 RsdtPhysicalAddress; /* 32-bit physical address of the RSDT */
264UINT32 Length; /* Table length in bytes, including header (AC…
279 UINT32 RsdtPhysicalAddress;
287 UINT32 Length;
305 UINT32 TableOffsetEntry[1]; /* Array of pointers to ACPI tables */
316 #define ACPI_RSDT_ENTRY_SIZE (sizeof (UINT32))
329 UINT32 Length; /* Length of structure, in bytes */
330 UINT32 HardwareSignature; /* Hardware configuration signature */
331UINT32 FirmwareWakingVector; /* 32-bit physical address of the Firmware Waking …
332 UINT32 GlobalLock; /* Global Lock for shared hardware resources */
333 UINT32 Flags;
337 UINT32 OspmFlags; /* Flags to be set by OSPM (ACPI 4.0) */
369 UINT32 Facs; /* 32-bit physical address of FACS */
370 UINT32 Dsdt; /* 32-bit physical address of DSDT */
374 UINT32 SmiCommand; /* 32-bit Port address of SMI command port */
379UINT32 Pm1aEventBlock; /* 32-bit port address of Power Mgt 1a Event Reg Blk */
380UINT32 Pm1bEventBlock; /* 32-bit port address of Power Mgt 1b Event Reg Blk */
381UINT32 Pm1aControlBlock; /* 32-bit port address of Power Mgt 1a Control Reg Blk…
382UINT32 Pm1bControlBlock; /* 32-bit port address of Power Mgt 1b Control Reg Blk…
383UINT32 Pm2ControlBlock; /* 32-bit port address of Power Mgt 2 Control Reg Blk …
384UINT32 PmTimerBlock; /* 32-bit port address of Power Mgt Timer Ctrl Reg Blk…
385UINT32 Gpe0Block; /* 32-bit port address of General Purpose Event 0 Reg …
386UINT32 Gpe1Block; /* 32-bit port address of General Purpose Event 1 Reg …
406UINT32 Flags; /* Miscellaneous flag bits (see below for individual f…
501 UINT32 Integer;
513UINT32 Length; /* Length fixed at 32 bits (fixed in table header) */
571 #define ACPI_FADT_V1_SIZE (UINT32) (ACPI_FADT_OFFSET (Flags) + 4)
572 #define ACPI_FADT_V2_SIZE (UINT32) (ACPI_FADT_OFFSET (MinorRevision) + 1)
573 #define ACPI_FADT_V3_SIZE (UINT32) (ACPI_FADT_OFFSET (SleepControl))
574 #define ACPI_FADT_V5_SIZE (UINT32) (ACPI_FADT_OFFSET (HypervisorId))
575 #define ACPI_FADT_V6_SIZE (UINT32) (sizeof (ACPI_TABLE_FADT))