Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/events/
H A Devrgnini.c445 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
454 PciId->Segment = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()
463 PciId->Bus = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()
/illumos-gate/usr/src/common/acpica/hardware/
H A Dhwpci.c514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactypes.h636 #define ACPI_LOWORD(Integer) ((UINT16) (UINT32)(Integer)) macro