Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/acpica/
Devrgnini.c270 pci_id->function = ACPI_LOWORD(ACPI_LODWORD(pci_value)); in acpi_ev_pci_config_region_setup()
278 pci_id->segment = ACPI_LOWORD(pci_value); in acpi_ev_pci_config_region_setup()
286 pci_id->bus = ACPI_LOWORD(pci_value); in acpi_ev_pci_config_region_setup()
Dhwpci.c329 pci_id->function = ACPI_LOWORD(ACPI_LODWORD(return_value)); in acpi_hw_get_pci_device_info()
/Linux-v4.19/include/acpi/
Dactypes.h485 #define ACPI_LOWORD(integer) ((u16) (u32)(integer)) macro