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

/arch/microblaze/include/asm/
H A Dprom.h41 extern unsigned long pci_address_to_pio(phys_addr_t address);
42 #define pci_address_to_pio pci_address_to_pio macro
/arch/x86/include/asm/
H A Dprom.h42 #define pci_address_to_pio pci_address_to_pio macro
43 unsigned long pci_address_to_pio(phys_addr_t addr);
/arch/powerpc/include/asm/
H A Dprom.h34 extern unsigned long pci_address_to_pio(phys_addr_t address);
35 #define pci_address_to_pio pci_address_to_pio macro
/arch/x86/kernel/
H A Ddevicetree.c29 unsigned long pci_address_to_pio(phys_addr_t address) function
37 EXPORT_SYMBOL_GPL(pci_address_to_pio); variable
/arch/microblaze/pci/
H A Dpci-common.c117 unsigned long pci_address_to_pio(phys_addr_t address) function
138 EXPORT_SYMBOL_GPL(pci_address_to_pio); variable
/arch/powerpc/kernel/
H A Dpci-common.c130 unsigned long pci_address_to_pio(phys_addr_t address) function
151 EXPORT_SYMBOL_GPL(pci_address_to_pio); variable

Completed in 1014 milliseconds