Searched refs:pci_address_to_pio (Results 1 – 5 of 5) sorted by relevance
241 port = pci_address_to_pio(range->cpu_addr); in of_pci_range_to_resource()828 port = pci_address_to_pio(taddr); in of_translate_ioport()
311 unsigned long pci_address_to_pio(phys_addr_t address) in pci_address_to_pio() function332 EXPORT_SYMBOL_GPL(pci_address_to_pio);
879 port = pci_address_to_pio(cpu_addr); in acpi_pci_root_remap_iospace()
1465 unsigned long pci_address_to_pio(phys_addr_t addr);1914 static inline unsigned long pci_address_to_pio(phys_addr_t addr) { return -1; } in pci_address_to_pio() function
4174 unsigned long __weak pci_address_to_pio(phys_addr_t address) in pci_address_to_pio() function
Completed in 29 milliseconds