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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-zoom-debugboard.c58 unsigned long cs_mem_base; local
63 if (gpmc_cs_request(eth_cs, SZ_16M, &cs_mem_base) < 0) {
68 zoom_smsc911x_resources[0].start = cs_mem_base + 0x0;
69 zoom_smsc911x_resources[0].end = cs_mem_base + 0xff;
108 unsigned long cs_mem_base; local
113 if (gpmc_cs_request(quart_cs, SZ_1M, &cs_mem_base) < 0) {
H A Dgpmc-smc91x.c120 unsigned long cs_mem_base; local
128 if (gpmc_cs_request(gpmc_cfg->cs, SZ_16M, &cs_mem_base) < 0) {
133 gpmc_smc91x_resources[0].start = cs_mem_base + 0x300;
134 gpmc_smc91x_resources[0].end = cs_mem_base + 0x30f;
H A Dboard-igep0020.c180 unsigned long cs_mem_base; local
182 if (gpmc_cs_request(IGEP2_SMSC911X_CS, SZ_16M, &cs_mem_base) < 0) {
188 igep2_smsc911x_resources[0].start = cs_mem_base + 0x0;
189 igep2_smsc911x_resources[0].end = cs_mem_base + 0xff;
H A Dboard-ldp.c250 unsigned long cs_mem_base; local
255 if (gpmc_cs_request(eth_cs, SZ_16M, &cs_mem_base) < 0) {
260 ldp_smsc911x_resources[0].start = cs_mem_base + 0x0;
261 ldp_smsc911x_resources[0].end = cs_mem_base + 0xff;
H A Dboard-overo.c183 unsigned long cs_mem_base, cs_mem_base2; local
187 if (gpmc_cs_request(OVERO_SMSC911X_CS, SZ_16M, &cs_mem_base) < 0) {
192 overo_smsc911x_resources[0].start = cs_mem_base + 0x0;
193 overo_smsc911x_resources[0].end = cs_mem_base + 0xff;
H A Dboard-h4.c197 unsigned long cs_mem_base; local
243 if (gpmc_cs_request(eth_cs, SZ_16M, &cs_mem_base) < 0) {
251 if (debug_card_init(cs_mem_base, H4_ETHR_GPIO_IRQ) < 0)
H A Dboard-cm-t35.c120 unsigned long cs_mem_base; local
122 if (gpmc_cs_request(cs, SZ_16M, &cs_mem_base) < 0) {
127 dev->resource[0].start = cs_mem_base + 0x0;
128 dev->resource[0].end = cs_mem_base + 0xff;

Completed in 70 milliseconds