Searched refs:exca_writew (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | vrc4173_cardu.c | 76 static inline void exca_writew(vrc4173_socket_t *socket, uint8_t offset, uint16_t val) in exca_writew() function 291 exca_writew(socket, IO_WIN_SA(map), io->start); in cardu_set_io_map() 292 exca_writew(socket, IO_WIN_EA(map), io->stop); in cardu_set_io_map() 367 exca_writew(socket, MEM_WIN_SA(map), value); in cardu_set_mem_map() 370 exca_writew(socket, MEM_WIN_EA(map), value); in cardu_set_mem_map() 375 exca_writew(socket, MEM_WIN_OA(map), value); in cardu_set_mem_map()
|
H A D | yenta_socket.c | 163 static void exca_writew(struct yenta_socket *socket, unsigned reg, u16 val) in exca_writew() function 423 exca_writew(socket, I365_IO(map)+I365_W_START, io->start); in yenta_set_io_map() 424 exca_writew(socket, I365_IO(map)+I365_W_STOP, io->stop); in yenta_set_io_map() 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()
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A 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()
|
Completed in 5 milliseconds