Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/hardware/
H A Dhwpci.c513 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
/dragonfly/sys/contrib/dev/acpica/source/components/events/
H A Devrgnini.c440 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
441 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
/dragonfly/sys/contrib/dev/acpica/generate/lint/
H A Doptions.lnt48 -emacro( 826, ACPI_LODWORD) // Pointer cast
/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daeregion.c298 Status = AcpiHwWritePort (Address, ACPI_LODWORD (*Value), 32); in AeRegionHandler()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dactypes.h638 #define ACPI_LODWORD(Integer64) ((UINT32) (UINT64)(Integer64)) macro
H A Dacmacros.h179 #define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i), ACPI_LODWORD(i)