Home
last modified time | relevance | path

Searched refs:ACPI_LOWORD (Results 1 – 3 of 3) sorted by relevance

/acpica-latest/source/components/events/
Devrgnini.c441 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()
/acpica-latest/source/components/hardware/
Dhwpci.c514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
/acpica-latest/source/include/
Dactypes.h636 #define ACPI_LOWORD(Integer) ((UINT16) (UINT32)(Integer)) macro