Searched refs:pci_address_to_pio (Results 1 – 5 of 5) sorted by relevance
254 port = pci_address_to_pio(range->cpu_addr); in of_pci_range_to_resource()908 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()
1532 unsigned long pci_address_to_pio(phys_addr_t addr);2013 static inline unsigned long pci_address_to_pio(phys_addr_t addr) { return -1; } in pci_address_to_pio() function
4233 unsigned long __weak pci_address_to_pio(phys_addr_t address) in pci_address_to_pio() function