Searched refs:exca_writew (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dvrc4173_cardu.c76 static inline void exca_writew(vrc4173_socket_t *socket, uint8_t offset, uint16_t val) function
291 exca_writew(socket, IO_WIN_SA(map), io->start);
292 exca_writew(socket, IO_WIN_EA(map), io->stop);
367 exca_writew(socket, MEM_WIN_SA(map), value);
370 exca_writew(socket, MEM_WIN_EA(map), value);
375 exca_writew(socket, MEM_WIN_OA(map), value);
H A Dyenta_socket.c162 static void exca_writew(struct yenta_socket *socket, unsigned reg, u16 val) function
423 exca_writew(socket, I365_IO(map)+I365_W_START, io->start);
424 exca_writew(socket, I365_IO(map)+I365_W_STOP, io->stop);
474 exca_writew(socket, I365_MEM(map) + I365_W_START, word);
490 exca_writew(socket, I365_MEM(map) + I365_W_STOP, word);
497 exca_writew(socket, I365_MEM(map) + I365_W_OFF, word);

Completed in 43 milliseconds