pci_remap_iospace
#define pci_remap_iospace pci_remap_iospace
int pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr);
pci_remap_iospace(&realio, pp->index == 0 ? DOVE_PCIE0_IO_PHYS_BASE :
pci_remap_iospace(&realio, MV78XX0_PCIE_IO_PHYS_BASE(nr));
pci_remap_iospace(&realio, ORION5X_PCIE_IO_PHYS_BASE);
pci_remap_iospace(&realio, ORION5X_PCI_IO_PHYS_BASE);
EXPORT_SYMBOL(pci_remap_iospace);
#define pci_remap_iospace pci_remap_iospace
#ifdef pci_remap_iospace
if (pci_remap_iospace(res, cpu_addr) < 0)
error = pci_remap_iospace(res, phys_addr);
#ifndef pci_remap_iospace
EXPORT_SYMBOL(pci_remap_iospace);
status = pci_remap_iospace(&iospace, cf->phys_cf + SZ_4K);
ret = pci_remap_iospace(&skt->res_io_io, skt->res_io.start);
int pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr);