HomeSort by: relevance | last modified time | path
    Searched defs:io_map_index (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
i82365.c 1114 } io_map_index[] = { variable in typeref:typename:const struct io_map_index_st[]
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++)
    [all...]

Completed in 12 milliseconds