Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/acpica/dist/events/
Devrgnini.c441 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
450 PciId->Segment = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()
459 PciId->Bus = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()
/netbsd/src/sys/dev/acpi/
Dacpi_pci.c56 #define ACPI_LOLODWORD(x) ACPI_LOWORD(ACPI_LODWORD((x)))
205 ap->ap_segment = ACPI_LOWORD(val); in acpi_pcidev_scan()
214 ap->ap_downbus = ACPI_LOWORD(val); in acpi_pcidev_scan()
/netbsd/src/sys/external/bsd/acpica/dist/hardware/
Dhwpci.c514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
/netbsd/src/sys/external/bsd/acpica/dist/include/
Dactypes.h637 #define ACPI_LOWORD(Integer) ((UINT16) (UINT32)(Integer)) macro