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

/fuchsia/zircon/third_party/lib/acpica/source/components/events/
H A Devrgnini.c336 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue));
345 PciId->Segment = ACPI_LOWORD (PciValue);
354 PciId->Bus = ACPI_LOWORD (PciValue);
/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwpci.c406 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue));
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dactypes.h522 #define ACPI_LOWORD(Integer) ((UINT16) (UINT32)(Integer)) macro

Completed in 39 milliseconds