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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c144 static void exca_writew(struct yenta_socket *socket, unsigned reg, u16 val) function
367 exca_writew(socket, I365_IO(map)+I365_W_START, io->start);
368 exca_writew(socket, I365_IO(map)+I365_W_STOP, io->stop);
415 exca_writew(socket, I365_MEM(map) + I365_W_START, word);
424 exca_writew(socket, I365_MEM(map) + I365_W_STOP, word);
431 exca_writew(socket, I365_MEM(map) + I365_W_OFF, word);

Completed in 109 milliseconds