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

/linux-master/drivers/of/
H A Daddress.c210 * using pci_address_to_pio() which can fail if it is called too early or
213 * If that fails we know that pci_address_to_pio() will do too.
229 port = pci_address_to_pio(range->cpu_addr);
863 port = pci_address_to_pio(taddr);
1117 * pci_address_to_pio(), that is because it's either called too early or it
/linux-master/arch/powerpc/kernel/
H A Dpci-common.c311 unsigned long pci_address_to_pio(phys_addr_t address) function
332 EXPORT_SYMBOL_GPL(pci_address_to_pio); variable
/linux-master/drivers/acpi/
H A Dpci_root.c879 port = pci_address_to_pio(cpu_addr);
/linux-master/include/linux/
H A Dpci.h1564 unsigned long pci_address_to_pio(phys_addr_t addr);
2053 static inline unsigned long pci_address_to_pio(phys_addr_t addr) { return -1; } function
/linux-master/drivers/pci/
H A Dpci.c4122 unsigned long __weak pci_address_to_pio(phys_addr_t address) function

Completed in 288 milliseconds