Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pcmcia/
Dxxs1500_ss.c192 map->static_start = sock->phys_attr + map->card_start; in au1x00_pcmcia_set_mem_map()
194 map->static_start = sock->phys_mem + map->card_start; in au1x00_pcmcia_set_mem_map()
Domap_cf.c183 map->static_start = cf->phys_cf; in omap_cf_set_mem_map()
186 map->static_start += SZ_2K; in omap_cf_set_mem_map()
Delectra_cf.c173 map->static_start = cf->mem_phys; in electra_cf_set_mem_map()
176 map->static_start += 0x800; in electra_cf_set_mem_map()
Dat91_cf.c198 map->static_start = cf->phys_baseaddr + CF_ATTR_PHYS; in at91_cf_set_mem_map()
200 map->static_start = cf->phys_baseaddr + CF_MEM_PHYS; in at91_cf_set_mem_map()
Ddb1xxx_ss.c402 map->static_start = sock->phys_attr + map->card_start; in au1x00_pcmcia_set_mem_map()
404 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.c909 res->start = win->static_start; in pcmcia_request_window()
Dcistpl.c119 s->cis_virt = ioremap(mem->static_start, s->map_size); in set_cis_map()
/Linux-v4.19/include/pcmcia/
Dss.h98 phys_addr_t static_start; member