Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/dev/acpica/events/
Devrgnini.c339 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
348 PciId->Segment = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()
357 PciId->Bus = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()
/freebsd-9-stable/sys/contrib/dev/acpica/hardware/
Dhwpci.c402 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Dactypes.h428 #define ACPI_LOWORD(Integer) ((UINT16) (UINT32)(Integer)) macro