Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-mv78xx0/
Dpcie.c32 static struct resource pcie_io_space; variable
49 pcie_io_space.name = "PCIe I/O Space"; in mv78xx0_pcie_preinit()
50 pcie_io_space.start = MV78XX0_PCIE_IO_PHYS_BASE(0); in mv78xx0_pcie_preinit()
51 pcie_io_space.end = in mv78xx0_pcie_preinit()
53 pcie_io_space.flags = IORESOURCE_IO; in mv78xx0_pcie_preinit()
54 if (request_resource(&iomem_resource, &pcie_io_space)) in mv78xx0_pcie_preinit()
120 if (request_resource(&pcie_io_space, &pp->res[0])) in mv78xx0_pcie_preinit()