Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/events/
H A Devrgnini.c336 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
345 PciId->Segment = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()
354 PciId->Bus = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()
/titanic_41/usr/src/uts/intel/io/acpica/hardware/
H A Dhwpci.c406 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dactypes.h522 #define ACPI_LOWORD(Integer) ((UINT16) (UINT32)(Integer)) macro