Home
last modified time | relevance | path

Searched refs:ACPI_CAST32 (Results 1 – 3 of 3) sorted by relevance

/third_party/lib/acpica/source/include/acpica/
A Dacmacros.h55 #define ACPI_CAST32(ptr) ACPI_CAST_PTR (UINT32, (ptr)) macro
59 #define ACPI_GET32(ptr) (*ACPI_CAST32 (ptr))
63 #define ACPI_SET32(ptr, val) (*ACPI_CAST32 (ptr) = (UINT32) (val))
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosefitbl.c692 (ACPI_PHYSICAL_ADDRESS) (*ACPI_CAST32 (TableData)); in OslListTables()
854 (ACPI_PHYSICAL_ADDRESS) (*ACPI_CAST32 (TableData)); in OslGetTable()
A Doslinuxtbl.c878 (ACPI_PHYSICAL_ADDRESS) (*ACPI_CAST32 (TableData)); in OslListBiosTables()
1045 (ACPI_PHYSICAL_ADDRESS) (*ACPI_CAST32 (TableData)); in OslGetBiosTable()

Completed in 8 milliseconds