Searched refs:ACPI_LODWORD (Results 1 – 5 of 5) sorted by relevance
356 pci_id->device = ACPI_HIWORD(ACPI_LODWORD(return_value)); in acpi_hw_get_pci_device_info()357 pci_id->function = ACPI_LOWORD(ACPI_LODWORD(return_value)); in acpi_hw_get_pci_device_info()
244 address, ACPI_LODWORD(value), in ACPI_EXPORT_SYMBOL()261 address, ACPI_LODWORD(value), in ACPI_EXPORT_SYMBOL()
303 pci_id->device = ACPI_HIWORD(ACPI_LODWORD(pci_value)); in acpi_ev_pci_config_region_setup()304 pci_id->function = ACPI_LOWORD(ACPI_LODWORD(pci_value)); in acpi_ev_pci_config_region_setup()
67 #define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i), ACPI_LODWORD(i)
429 #define ACPI_LODWORD(integer64) ((u32) (u64)(integer64)) macro