Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/dev/acpica/components/hardware/
HDhwpci.c513 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
HDevrgnini.c444 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
445 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
/freebsd-11-stable/sys/contrib/dev/acpica/include/
HDactypes.h638 #define ACPI_LODWORD(Integer64) ((UINT32) (UINT64)(Integer64)) macro
HDacmacros.h179 #define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i), ACPI_LODWORD(i)