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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Domap_cf.c67 unsigned long phys_cf; member in struct:omap_cf_socket
169 io->start = cf->phys_cf + SZ_4K;
182 map->static_start = cf->phys_cf;
242 cf->phys_cf = OMAP_CS1_PHYS;
245 cf->phys_cf = OMAP_CS2_PHYS;
248 cf->phys_cf = omap_cs3_phys();
253 cf->iomem.start = cf->phys_cf;
259 ioremap(cf->phys_cf + SZ_4K, SZ_2K);
263 if (!request_mem_region(cf->phys_cf, SZ_8K, driver_name))
310 release_mem_region(cf->phys_cf, SZ_8
[all...]

Completed in 309 milliseconds