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