Searched refs:io_map_index (Results 1 – 1 of 1) sorted by relevance
1114 } io_map_index[] = { variable1158 pcic_write(h, io_map_index[win].start_lsb, h->io[win].addr & 0xff); in pcic_chip_do_io_map()1159 pcic_write(h, io_map_index[win].start_msb, in pcic_chip_do_io_map()1162 pcic_write(h, io_map_index[win].stop_lsb, in pcic_chip_do_io_map()1164 pcic_write(h, io_map_index[win].stop_msb, in pcic_chip_do_io_map()1168 reg &= ~io_map_index[win].ioctlmask; in pcic_chip_do_io_map()1169 reg |= io_map_index[win].ioctlbits[h->io[win].width]; in pcic_chip_do_io_map()1173 reg |= io_map_index[win].ioenable; in pcic_chip_do_io_map()1192 for (i = 0; i < (sizeof(io_map_index) / sizeof(io_map_index[0])); i++) { in pcic_chip_io_map()1235 if (window >= (sizeof(io_map_index) / sizeof(io_map_index[0]))) in pcic_chip_io_unmap()[all …]