Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/acpica/components/hardware/
HDhwpci.c406 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
407 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
HDhwxface.c281 Address, ACPI_LODWORD (Value), Width); in ACPI_EXPORT_SYMBOL()
/trueos/sys/contrib/dev/acpica/components/events/
HDevrgnini.c335 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
336 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
/trueos/sys/contrib/dev/acpica/include/
HDacmacros.h71 #define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i), ACPI_LODWORD(i)
HDactypes.h524 #define ACPI_LODWORD(Integer64) ((UINT32) (UINT64)(Integer64)) macro