Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/pcmcia/
Di82365.h48 #define I365_IO(map) (0x08+((map)<<2)) macro
Di82092.c585 indirect_write16(sock,I365_IO(map)+I365_W_START,io->start); in i82092aa_set_io_map()
586 indirect_write16(sock,I365_IO(map)+I365_W_STOP,io->stop); in i82092aa_set_io_map()
Di82365.c646 start = i365_get_pair(sock, I365_IO(0)+I365_W_START); in is_alive()
647 stop = i365_get_pair(sock, I365_IO(0)+I365_W_STOP); in is_alive()
1045 i365_set_pair(sock, I365_IO(map)+I365_W_START, io->start); in i365_set_io_map()
1046 i365_set_pair(sock, I365_IO(map)+I365_W_STOP, io->stop); in i365_set_io_map()
Dpd6729.c445 indirect_write16(socket, I365_IO(map)+I365_W_START, io->start); in pd6729_set_io_map()
446 indirect_write16(socket, I365_IO(map)+I365_W_STOP, io->stop); in pd6729_set_io_map()
Dvrc4171_card.c400 exca_write_word(slot, I365_IO(map)+I365_W_START, io->start); in pccard_set_io_map()
401 exca_write_word(slot, I365_IO(map)+I365_W_STOP, io->stop); in pccard_set_io_map()
Dyenta_socket.c422 exca_writew(socket, I365_IO(map)+I365_W_START, io->start); in yenta_set_io_map()
423 exca_writew(socket, I365_IO(map)+I365_W_STOP, io->stop); in yenta_set_io_map()