Searched refs:ACPI_LODWORD (Results 1 – 5 of 5) sorted by relevance
405 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()406 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
281 Address, ACPI_LODWORD (Value), Width); in ACPI_EXPORT_SYMBOL()
335 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()336 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
71 #define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i), ACPI_LODWORD(i)
524 #define ACPI_LODWORD(Integer64) ((UINT32) (UINT64)(Integer64)) macro