Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pcmcia/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dbcm63xx_pcmcia.c310 map->static_start = res->start + map->card_start; in bcm63xx_pcmcia_set_mem_map()
H A Dsoc_common.c655 map->static_start = res->start + map->card_start; in soc_common_pcmcia_set_mem_map()
H A Dpcmcia_resource.c903 res->start = win->static_start; in pcmcia_request_window()
H A Dcistpl.c118 s->cis_virt = ioremap(mem->static_start, s->map_size); in set_cis_map()
/openbmc/linux/include/pcmcia/
H A Dss.h95 phys_addr_t static_start; member