Searched refs:PCIE_BASE (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-orion5x/
H A Dpci.c38 #define PCIE_BASE ((void __iomem *)ORION5X_PCIE_VIRT_BASE) macro
42 *dev = orion_pcie_dev_id(PCIE_BASE);
43 *rev = orion_pcie_rev(PCIE_BASE);
56 if (!orion_pcie_link_up(PCIE_BASE))
85 ret = orion_pcie_rd_conf(PCIE_BASE, bus, devfn, where, size, val);
127 ret = orion_pcie_wr_conf(PCIE_BASE, bus, devfn, where, size, val);
147 orion_pcie_setup(PCIE_BASE, &orion5x_mbus_dram_info);
149 dev = orion_pcie_dev_id(PCIE_BASE);
560 orion_pcie_set_local_bus_nr(PCIE_BASE, sys->busnr);

Completed in 34 milliseconds