Lines Matching refs:u32

35 	u32 rsdt_physical_address;	/* 32-bit physical address of RSDT */
36 u32 length; /* XSDT Length in bytes including hdr */
43 u32 signature; /* ACPI signature (4 ASCII characters) */ \
44 u32 length; /* Length of table, in bytes, including header */ \
49 u32 oem_revision; /* OEM revision number */ \
51 u32 asl_compiler_revision; /* ASL compiler revision number */
60 u32 table_offset_entry[];
78 u32 firmware_ctrl; /* Physical address of FACS */
79 u32 dsdt; /* Physical address of DSDT */
83 u32 smi_cmd; /* Port address of SMI command port */
88 u32 pm1a_evt_blk; /* Port address of Power Mgt 1a acpi_event Reg Blk */
89 u32 pm1b_evt_blk; /* Port address of Power Mgt 1b acpi_event Reg Blk */
90 u32 pm1a_cnt_blk; /* Port address of Power Mgt 1a Control Reg Blk */
91 u32 pm1b_cnt_blk; /* Port address of Power Mgt 1b Control Reg Blk */
92 u32 pm2_cnt_blk; /* Port address of Power Mgt 2 Control Reg Blk */
93 u32 pm_tmr_blk; /* Port address of Power Mgt Timer Ctrl Reg Blk */
94 u32 gpe0_blk; /* Port addr of General Purpose acpi_event 0 Reg Blk */
95 u32 gpe1_blk; /* Port addr of General Purpose acpi_event 1 Reg Blk */
115 u32 flags; /* Miscellaneous flag bits (see below for individual flags) */
141 u32 signature; /* ACPI Signature */
142 u32 length; /* Length of structure, in bytes */
143 u32 hardware_signature; /* Hardware configuration signature */
144 u32 firmware_waking_vector; /* ACPI OS waking vector */
145 u32 global_lock; /* Global Lock */
146 u32 S4bios_f:1; /* Indicates if S4BIOS support is present */
147 u32 reserved1:31; /* Must be 0 */
153 u32 address; /* Physical address of local APIC */
154 u32 flags;
170 u32 cpu_interface_number;
171 u32 uid;
172 u32 flags;
173 u32 parking_version;
174 u32 performance_interrupt;
179 u32 vgic_interrupt;
192 u32 gic_id;
194 u32 global_irq_base;
216 u32 length;
224 u32 translation_id;
226 u32 reserved2;
261 u32 interrupt;
273 u32 pci_flags;
275 u32 reserved2;
281 u32 reserved;
282 u32 secure_el1_interrupt;
283 u32 secure_el1_flags;
284 u32 non_secure_el1_interrupt;
285 u32 non_secure_el1_flags;
286 u32 virtual_timer_interrupt;
287 u32 virtual_timer_flags;
288 u32 non_secure_el2_interrupt;
289 u32 non_secure_el2_flags;
291 u32 platform_timer_count;
292 u32 platform_timer_offset;
299 void *find_acpi_table_addr(u32 sig);