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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Domap_cf.c68 unsigned long phys_cf; member in struct:omap_cf_socket
168 io->start = cf->phys_cf + SZ_4K;
181 map->static_start = cf->phys_cf;
241 cf->phys_cf = OMAP_CS1_PHYS;
244 cf->phys_cf = OMAP_CS2_PHYS;
247 cf->phys_cf = omap_cs3_phys();
252 cf->iomem.start = cf->phys_cf;
258 ioremap(cf->phys_cf + SZ_4K, SZ_2K);
262 if (!request_mem_region(cf->phys_cf, SZ_8K, driver_name))
310 release_mem_region(cf->phys_cf, SZ_8
[all...]

Completed in 104 milliseconds