Home
last modified time | relevance | path

Searched refs:ACPI_LODWORD (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/hardware/
H A Dhwpci.c405 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
406 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
H A Dhwxface.c281 Address, ACPI_LODWORD (Value), Width); in ACPI_EXPORT_SYMBOL()
/titanic_41/usr/src/uts/intel/io/acpica/events/
H A Devrgnini.c335 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
336 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacmacros.h71 #define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i), ACPI_LODWORD(i)
H A Dactypes.h524 #define ACPI_LODWORD(Integer64) ((UINT32) (UINT64)(Integer64)) macro