Searched refs:card_start (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/pcmcia/ |
H A D | xxs1500_ss.c | 193 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 D | i82092.c | 606 if ((mem->card_start > 0x3ffffff) || (region.start > region.end) || in i82092aa_set_mem_map() 613 mem->card_start); in i82092aa_set_mem_map() 651 i = ((mem->card_start - region.start) >> 12) & 0x3fff; in i82092aa_set_mem_map()
|
H A D | tcic.c | 740 (unsigned long long)mem->res->end, mem->card_start); in tcic_set_mem_map() 741 if ((mem->map > 3) || (mem->card_start > 0x3ffffff) || in tcic_set_mem_map() 757 mmap = mem->card_start - mem->res->start; in tcic_set_mem_map()
|
H A D | yenta_socket.c | 448 unsigned int start, stop, card_start; in yenta_set_mem_map() local 456 card_start = mem->card_start; in yenta_set_mem_map() 459 (card_start >> 26) || mem->speed > 1000) in yenta_set_mem_map() 494 word = ((card_start - start) >> 12) & 0x3fff; in yenta_set_mem_map()
|
H A D | omap_cf.c | 173 if (map->card_start) in omap_cf_set_mem_map()
|
H A D | electra_cf.c | 157 if (map->card_start) in electra_cf_set_mem_map()
|
H A D | soc_common.c | 619 debug(skt, 2, "map %u speed %u card_start %08x\n", in soc_common_pcmcia_set_mem_map() 620 map->map, map->speed, map->card_start); in soc_common_pcmcia_set_mem_map() 653 map->static_start = res->start + map->card_start; in soc_common_pcmcia_set_mem_map()
|
H A D | i82365.c | 1069 (unsigned long long)mem->res->end, mem->card_start); in i365_set_mem_map() 1072 if ((map > 4) || (mem->card_start > 0x3ffffff) || in i365_set_mem_map() 1097 i = ((mem->card_start - mem->res->start) >> 12) & 0x3fff; in i365_set_mem_map()
|
H A D | pcmcia_resource.c | 235 s->win[w].card_start = offset; in pcmcia_map_mem_page() 892 win->card_start = 0; in pcmcia_request_window()
|
H A D | bcm63xx_pcmcia.c | 310 map->static_start = res->start + map->card_start; in bcm63xx_pcmcia_set_mem_map()
|
H A D | pd6729.c | 524 i = ((mem->card_start - mem->res->start) >> 12) & 0x3fff; in pd6729_set_mem_map()
|
H A D | rsrc_nonstatic.c | 307 map.card_start = 0; in checksum()
|
H A D | cistpl.c | 105 mem->card_start = card_offset; in set_cis_map()
|
/linux/drivers/net/fddi/skfp/ |
H A D | drvfbi.c | 81 static void card_start(struct s_smc *smc) in card_start() function 123 * Note: Do it here, because some drivers may call card_start() once in card_start() 318 card_start(smc) ; in init_board()
|
/linux/include/pcmcia/ |
H A D | ss.h | 96 u_int card_start; member
|