Home
last modified time | relevance | path

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

/drivers/pcmcia/
Di82365.h43 #define I365_IOCTL 0x07 /* I/O control */ macro
Di82092.c611 ioctl = indirect_read(sock,I365_IOCTL) & ~I365_IOCTL_MASK(map); in i82092aa_set_io_map()
616 indirect_write(sock,I365_IOCTL,ioctl); in i82092aa_set_io_map()
Dpd6729.c456 ioctl = indirect_read(socket, I365_IOCTL) & ~I365_IOCTL_MASK(map); in pd6729_set_io_map()
462 indirect_write(socket, I365_IOCTL, ioctl); in pd6729_set_io_map()
Di82365.c1066 ioctl = i365_get(sock, I365_IOCTL) & ~I365_IOCTL_MASK(map); in i365_set_io_map()
1071 i365_set(sock, I365_IOCTL, ioctl); in i365_set_io_map()
Dyenta_socket.c370 ioctl = exca_readb(socket, I365_IOCTL) & ~I365_IOCTL_MASK(map); in yenta_set_io_map()
374 exca_writeb(socket, I365_IOCTL, ioctl); in yenta_set_io_map()
Dvrc4171_card.c410 exca_write_byte(slot, I365_IOCTL, ioctl); in pccard_set_io_map()