Searched refs:ACPI_LODWORD (Results 1 – 6 of 6) sorted by relevance
513 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
440 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()441 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
48 -emacro( 826, ACPI_LODWORD) // Pointer cast
298 Status = AcpiHwWritePort (Address, ACPI_LODWORD (*Value), 32); in AeRegionHandler()
638 #define ACPI_LODWORD(Integer64) ((UINT32) (UINT64)(Integer64)) macro
179 #define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i), ACPI_LODWORD(i)