Searched refs:I365_IOCTL (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.h43 #define I365_IOCTL 0x07 /* I/O control */ macro
104 /* Flags for I365_IOCTL */
H A Di82092.c577 ioctl = indirect_read(sock,I365_IOCTL) & ~I365_IOCTL_MASK(map);
582 indirect_write(sock,I365_IOCTL,ioctl);
H A Dpd6729.c450 ioctl = indirect_read(socket, I365_IOCTL) & ~I365_IOCTL_MASK(map);
459 indirect_write(socket, I365_IOCTL, ioctl);
H A Dvrc4171_card.c411 exca_write_byte(slot, I365_IOCTL, ioctl);
H A Di82365.c1049 ioctl = i365_get(sock, I365_IOCTL) & ~I365_IOCTL_MASK(map);
1054 i365_set(sock, I365_IOCTL, ioctl);
H A Dyenta_socket.c426 ioctl = exca_readb(socket, I365_IOCTL) & ~I365_IOCTL_MASK(map);
433 exca_writeb(socket, I365_IOCTL, ioctl);

Completed in 116 milliseconds