Home | History | Annotate | Download | only in ic

Lines Matching defs:io_map_index

1114 }               io_map_index[] = {
1158 pcic_write(h, io_map_index[win].start_lsb, h->io[win].addr & 0xff);
1159 pcic_write(h, io_map_index[win].start_msb,
1162 pcic_write(h, io_map_index[win].stop_lsb,
1164 pcic_write(h, io_map_index[win].stop_msb,
1168 reg &= ~io_map_index[win].ioctlmask;
1169 reg |= io_map_index[win].ioctlbits[h->io[win].width];
1173 reg |= io_map_index[win].ioenable;
1192 for (i = 0; i < (sizeof(io_map_index) / sizeof(io_map_index[0])); i++) {
1235 if (window >= (sizeof(io_map_index) / sizeof(io_map_index[0])))
1239 reg &= ~io_map_index[window].ioenable;