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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mv78xx0/
H A Dpcie.c32 static struct resource pcie_io_space; variable in typeref:struct:resource
49 pcie_io_space.name = "PCIe I/O Space";
50 pcie_io_space.start = MV78XX0_PCIE_IO_PHYS_BASE(0);
51 pcie_io_space.end =
53 pcie_io_space.flags = IORESOURCE_IO;
54 if (request_resource(&iomem_resource, &pcie_io_space))
120 if (request_resource(&pcie_io_space, &pp->res[0]))

Completed in 400 milliseconds