Searched refs:pci_remap_iospace (Results 1 – 8 of 8) sorted by relevance
10 #define pci_remap_iospace pci_remap_iospace macro
50 #ifdef pci_remap_iospace51 int pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr) in pci_remap_iospace() function
183 #define pci_remap_iospace pci_remap_iospace macro184 int pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr);
167 pci_remap_iospace(&realio, ORION5X_PCIE_IO_PHYS_BASE); in pcie_setup()488 pci_remap_iospace(&realio, ORION5X_PCI_IO_PHYS_BASE); in pci_setup()
56 pci_remap_iospace(&realio, pp->index == 0 ? DOVE_PCIE0_IO_PHYS_BASE : in dove_pcie_setup()
238 status = pci_remap_iospace(&iospace, cf->phys_cf + SZ_4K); in omap_cf_probe()
118 pci_remap_iospace(&realio, MV78XX0_PCIE_IO_PHYS_BASE(nr)); in mv78xx0_pcie_setup()
4238 #ifndef pci_remap_iospace4239 int pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr) in pci_remap_iospace() function4261 EXPORT_SYMBOL(pci_remap_iospace);