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

/linux-master/drivers/pcmcia/
H A Domap_cf.c63 unsigned long phys_cf; member in struct:omap_cf_socket
163 io->start = cf->phys_cf + SZ_4K;
176 map->static_start = cf->phys_cf;
234 cf->phys_cf = res->start;
238 status = pci_remap_iospace(&iospace, cf->phys_cf + SZ_4K);
244 if (!request_mem_region(cf->phys_cf, SZ_8K, driver_name)) {
285 release_mem_region(cf->phys_cf, SZ_8K);
300 release_mem_region(cf->phys_cf, SZ_8K);

Completed in 220 milliseconds