Lines Matching refs:io
423 struct pccard_io_map *io) in pd6729_set_io_map() argument
429 map = io->map; in pd6729_set_io_map()
445 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()
450 if (io->flags & MAP_0WS) in pd6729_set_io_map()
452 if (io->flags & MAP_16BIT) in pd6729_set_io_map()
454 if (io->flags & MAP_AUTOSZ) in pd6729_set_io_map()
460 if (io->flags & MAP_ACTIVE) in pd6729_set_io_map()
547 pccard_io_map io = { 0, 0, 0, 0, 1 }; in pd6729_init() local
552 io.map = i; in pd6729_init()
553 pd6729_set_io_map(sock, &io); in pd6729_init()