Searched refs:ACPI_LOWORD (Results 1 – 4 of 4) sorted by relevance
441 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()450 PciId->Segment = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()459 PciId->Bus = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()
56 #define ACPI_LOLODWORD(x) ACPI_LOWORD(ACPI_LODWORD((x)))205 ap->ap_segment = ACPI_LOWORD(val); in acpi_pcidev_scan()214 ap->ap_downbus = ACPI_LOWORD(val); in acpi_pcidev_scan()
514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
637 #define ACPI_LOWORD(Integer) ((UINT16) (UINT32)(Integer)) macro