Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pcmcia/
Dxxs1500_ss.c193 map->static_start = sock->phys_attr + map->card_start; in au1x00_pcmcia_set_mem_map()
195 map->static_start = sock->phys_mem + map->card_start; in au1x00_pcmcia_set_mem_map()
Domap_cf.c176 map->static_start = cf->phys_cf; in omap_cf_set_mem_map()
179 map->static_start += SZ_2K; in omap_cf_set_mem_map()
Delectra_cf.c160 map->static_start = cf->mem_phys; in electra_cf_set_mem_map()
163 map->static_start += 0x800; in electra_cf_set_mem_map()
Ddb1xxx_ss.c408 map->static_start = sock->phys_attr + map->card_start; in au1x00_pcmcia_set_mem_map()
410 map->static_start = sock->phys_mem + map->card_start; in au1x00_pcmcia_set_mem_map()
Dbcm63xx_pcmcia.c310 map->static_start = res->start + map->card_start; in bcm63xx_pcmcia_set_mem_map()
Dsoc_common.c655 map->static_start = res->start + map->card_start; in soc_common_pcmcia_set_mem_map()
Dpcmcia_resource.c903 res->start = win->static_start; in pcmcia_request_window()
Dcistpl.c118 s->cis_virt = ioremap(mem->static_start, s->map_size); in set_cis_map()
/linux-6.1.9/include/pcmcia/
Dss.h95 phys_addr_t static_start; member