Searched refs:I365_IOCTL (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/pcmcia/ |
H A D | i82365.h | 43 #define I365_IOCTL 0x07 /* I/O control */ macro
|
H A D | i82092.c | 576 ioctl = indirect_read(sock, I365_IOCTL) & ~I365_IOCTL_MASK(map); in i82092aa_set_io_map() 581 indirect_write(sock, I365_IOCTL, ioctl); in i82092aa_set_io_map()
|
H A D | pd6729.c | 448 ioctl = indirect_read(socket, I365_IOCTL) & ~I365_IOCTL_MASK(map); in pd6729_set_io_map() 457 indirect_write(socket, I365_IOCTL, ioctl); in pd6729_set_io_map()
|
H A D | i82365.c | 1047 ioctl = i365_get(sock, I365_IOCTL) & ~I365_IOCTL_MASK(map); in i365_set_io_map() 1052 i365_set(sock, I365_IOCTL, ioctl); in i365_set_io_map()
|
H A D | yenta_socket.c | 428 ioctl = exca_readb(socket, I365_IOCTL) & ~I365_IOCTL_MASK(map); in yenta_set_io_map() 435 exca_writeb(socket, I365_IOCTL, ioctl); in yenta_set_io_map()
|