Searched refs:pci_address_to_pio (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Dof_address.h48 extern unsigned long pci_address_to_pio(phys_addr_t addr);
/linux-4.4.14/drivers/of/
H A Daddress.c308 * using pci_address_to_pio() which can fail if it is called too early or
311 * If that fails we know that pci_address_to_pio() will do too.
326 port = pci_address_to_pio(range->cpu_addr); of_pci_range_to_resource()
765 unsigned long __weak pci_address_to_pio(phys_addr_t address) pci_address_to_pio() function
805 port = pci_address_to_pio(taddr); __of_address_to_resource()
825 * pci_address_to_pio(), that is because it's either called to early or it
/linux-4.4.14/arch/microblaze/pci/
H A Dpci-common.c103 unsigned long pci_address_to_pio(phys_addr_t address) pci_address_to_pio() function
124 EXPORT_SYMBOL_GPL(pci_address_to_pio); variable
/linux-4.4.14/arch/powerpc/kernel/
H A Dpci-common.c177 unsigned long pci_address_to_pio(phys_addr_t address) pci_address_to_pio() function
198 EXPORT_SYMBOL_GPL(pci_address_to_pio); variable

Completed in 248 milliseconds