Searched refs:I365_IO (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Di82365.h48 #define I365_IO(map) (0x08+((map)<<2)) macro
H A Di82092.c574 indirect_write16(sock,I365_IO(map)+I365_W_START,io->start);
575 indirect_write16(sock,I365_IO(map)+I365_W_STOP,io->stop);
H A Dpd6729.c447 indirect_write16(socket, I365_IO(map)+I365_W_START, io->start);
448 indirect_write16(socket, I365_IO(map)+I365_W_STOP, io->stop);
H A Dvrc4171_card.c399 exca_write_word(slot, I365_IO(map)+I365_W_START, io->start);
400 exca_write_word(slot, I365_IO(map)+I365_W_STOP, io->stop);
H A Di82365.c648 start = i365_get_pair(sock, I365_IO(0)+I365_W_START);
649 stop = i365_get_pair(sock, I365_IO(0)+I365_W_STOP);
1047 i365_set_pair(sock, I365_IO(map)+I365_W_START, io->start);
1048 i365_set_pair(sock, I365_IO(map)+I365_W_STOP, io->stop);
H A Dyenta_socket.c423 exca_writew(socket, I365_IO(map)+I365_W_START, io->start);
424 exca_writew(socket, I365_IO(map)+I365_W_STOP, io->stop);

Completed in 165 milliseconds