Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pcmcia/
Domap_cf.c63 unsigned long phys_cf; member
163 io->start = cf->phys_cf + SZ_4K; in omap_cf_set_io_map()
176 map->static_start = cf->phys_cf; in omap_cf_set_mem_map()
234 cf->phys_cf = res->start; in omap_cf_probe()
238 status = pci_remap_iospace(&iospace, cf->phys_cf + SZ_4K); in omap_cf_probe()
244 if (!request_mem_region(cf->phys_cf, SZ_8K, driver_name)) { in omap_cf_probe()
285 release_mem_region(cf->phys_cf, SZ_8K); in omap_cf_probe()
300 release_mem_region(cf->phys_cf, SZ_8K); in omap_cf_remove()