Home
last modified time | relevance | path

Searched refs:pci_address_to_pio (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/include/linux/
Dof_address.h18 #ifndef pci_address_to_pio
19 static inline unsigned long pci_address_to_pio(phys_addr_t addr) { return -1; } in pci_address_to_pio() function
20 #define pci_address_to_pio pci_address_to_pio macro
/linux-2.6.39/arch/microblaze/include/asm/
Dprom.h52 extern unsigned long pci_address_to_pio(phys_addr_t address);
53 #define pci_address_to_pio pci_address_to_pio macro
/linux-2.6.39/arch/x86/include/asm/
Dprom.h54 #define pci_address_to_pio pci_address_to_pio macro
55 unsigned long pci_address_to_pio(phys_addr_t addr);
/linux-2.6.39/arch/powerpc/include/asm/
Dprom.h48 extern unsigned long pci_address_to_pio(phys_addr_t address);
49 #define pci_address_to_pio pci_address_to_pio macro
/linux-2.6.39/arch/x86/kernel/
Ddevicetree.c76 unsigned long pci_address_to_pio(phys_addr_t address) in pci_address_to_pio() function
84 EXPORT_SYMBOL_GPL(pci_address_to_pio);
/linux-2.6.39/drivers/of/
Daddress.c544 port = pci_address_to_pio(taddr); in __of_address_to_resource()
/linux-2.6.39/arch/powerpc/kernel/
Dpci-common.c133 unsigned long pci_address_to_pio(phys_addr_t address) in pci_address_to_pio() function
154 EXPORT_SYMBOL_GPL(pci_address_to_pio);
/linux-2.6.39/arch/microblaze/pci/
Dpci-common.c114 unsigned long pci_address_to_pio(phys_addr_t address) in pci_address_to_pio() function
135 EXPORT_SYMBOL_GPL(pci_address_to_pio);