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

/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwpci.c405 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue));
/fuchsia/zircon/third_party/lib/acpica/source/components/events/
H A Devrgnini.c335 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dactypes.h523 #define ACPI_HIWORD(Integer) ((UINT16)(((UINT32)(Integer)) >> 16)) macro

Completed in 34 milliseconds