Searched refs:exca_writew (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/pcmcia/ |
H A D | vrc4173_cardu.c | 76 static inline void exca_writew(vrc4173_socket_t *socket, uint8_t offset, uint16_t val) exca_writew() function 291 exca_writew(socket, IO_WIN_SA(map), io->start); cardu_set_io_map() 292 exca_writew(socket, IO_WIN_EA(map), io->stop); cardu_set_io_map() 367 exca_writew(socket, MEM_WIN_SA(map), value); cardu_set_mem_map() 370 exca_writew(socket, MEM_WIN_EA(map), value); cardu_set_mem_map() 375 exca_writew(socket, MEM_WIN_OA(map), value); cardu_set_mem_map()
|
H A D | yenta_socket.c | 161 static void exca_writew(struct yenta_socket *socket, unsigned reg, u16 val) exca_writew() function 422 exca_writew(socket, I365_IO(map)+I365_W_START, io->start); yenta_set_io_map() 423 exca_writew(socket, I365_IO(map)+I365_W_STOP, io->stop); yenta_set_io_map() 473 exca_writew(socket, I365_MEM(map) + I365_W_START, word); yenta_set_mem_map() 489 exca_writew(socket, I365_MEM(map) + I365_W_STOP, word); yenta_set_mem_map() 496 exca_writew(socket, I365_MEM(map) + I365_W_OFF, word); yenta_set_mem_map()
|
Completed in 140 milliseconds