Searched refs:I365_MEM (Results 1 – 6 of 6) sorted by relevance
/drivers/pcmcia/ |
D | i82365.h | 49 #define I365_MEM(map) (0x10+((map)<<3)) macro
|
D | vrc4171_card.c | 437 exca_write_word(slot, I365_MEM(map)+I365_W_START, start); in pccard_set_mem_map() 453 exca_write_word(slot, I365_MEM(map)+I365_W_STOP, stop); in pccard_set_mem_map() 460 exca_write_word(slot, I365_MEM(map)+I365_W_OFF, offset); in pccard_set_mem_map()
|
D | i82365.c | 817 i365_set(k, I365_MEM(0)+I365_W_OFF, k); in isa_probe() 819 if (i365_get(k, I365_MEM(0)+I365_W_OFF) != k) in isa_probe() 1082 base = I365_MEM(map); in i365_set_mem_map()
|
D | yenta_socket.c | 474 exca_writew(socket, I365_MEM(map) + I365_W_START, word); in yenta_set_mem_map() 490 exca_writew(socket, I365_MEM(map) + I365_W_STOP, word); in yenta_set_mem_map() 497 exca_writew(socket, I365_MEM(map) + I365_W_OFF, word); in yenta_set_mem_map()
|
D | i82092.c | 621 base = I365_MEM(map); in i82092aa_set_mem_map()
|
D | pd6729.c | 490 base = I365_MEM(map); in pd6729_set_mem_map()
|