Searched refs:ACPI_LODWORD (Results 1 – 7 of 7) 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()
48 -emacro( 826, ACPI_LODWORD) // Pointer cast
462 Status = AcpiHwWritePort (Address, ACPI_LODWORD (*Value), 32); in AeRegionHandler()
71 #define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i), ACPI_LODWORD(i)
524 #define ACPI_LODWORD(Integer64) ((UINT32) (UINT64)(Integer64)) macro
Completed in 15 milliseconds