Home
last modified time | relevance | path

Searched refs:ACPI_LODWORD (Results 1 – 7 of 7) sorted by relevance

/third_party/lib/acpica/source/components/hardware/
A Dhwpci.c405 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
406 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
A Dhwxface.c281 Address, ACPI_LODWORD (Value), Width); in ACPI_EXPORT_SYMBOL()
/third_party/lib/acpica/source/components/events/
A Devrgnini.c335 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
336 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
/third_party/lib/acpica/generate/lint/
A Doptions.lnt48 -emacro( 826, ACPI_LODWORD) // Pointer cast
/third_party/lib/acpica/source/tools/acpiexec/
A Daeregion.c462 Status = AcpiHwWritePort (Address, ACPI_LODWORD (*Value), 32); in AeRegionHandler()
/third_party/lib/acpica/source/include/acpica/
A Dacmacros.h71 #define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i), ACPI_LODWORD(i)
A Dactypes.h524 #define ACPI_LODWORD(Integer64) ((UINT32) (UINT64)(Integer64)) macro

Completed in 15 milliseconds