Searched refs:pcie_io_space (Results 1 – 1 of 1) sorted by relevance
35 static struct resource pcie_io_space; variable60 pcie_io_space.name = "PCIe I/O Space"; in mv78xx0_pcie_preinit()61 pcie_io_space.start = MV78XX0_PCIE_IO_PHYS_BASE(0); in mv78xx0_pcie_preinit()62 pcie_io_space.end = in mv78xx0_pcie_preinit()64 pcie_io_space.flags = IORESOURCE_MEM; in mv78xx0_pcie_preinit()65 if (request_resource(&iomem_resource, &pcie_io_space)) in mv78xx0_pcie_preinit()