Searched refs:exca_writew (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/pcmcia/ |
D | yenta_socket.c | 165 static void exca_writew(struct yenta_socket *socket, unsigned reg, u16 val) in exca_writew() function 425 exca_writew(socket, I365_IO(map)+I365_W_START, io->start); in yenta_set_io_map() 426 exca_writew(socket, I365_IO(map)+I365_W_STOP, io->stop); in yenta_set_io_map() 476 exca_writew(socket, I365_MEM(map) + I365_W_START, word); in yenta_set_mem_map() 492 exca_writew(socket, I365_MEM(map) + I365_W_STOP, word); in yenta_set_mem_map() 499 exca_writew(socket, I365_MEM(map) + I365_W_OFF, word); in yenta_set_mem_map()
|