Lines Matching refs:mondo
2169 uint_t mondo; in sbus_intrdist() local
2176 for (mondo = 0; mondo < SZ_INO_TABLE; mondo++) { in sbus_intrdist()
2177 if (ino_table[mondo] == NULL) in sbus_intrdist()
2181 ino_table[mondo]->mapping_reg); in sbus_intrdist()
2209 if (mondo > MAX_MONDO_EXTERNAL) { in sbus_intrdist()
2210 start_bit = ino_table[mondo]->diagreg_shift; in sbus_intrdist()
2227 start_bit = 16 * (mondo >> 3) + 2; in sbus_intrdist()
2280 uint_t mondo; in sbus_intr_reset() local
2285 for (mondo = 0; mondo < SZ_INO_TABLE; mondo++) { in sbus_intr_reset()
2286 if (ino_table[mondo] == NULL || in sbus_intr_reset()
2287 ino_table[mondo]->clear_reg == 0) { in sbus_intr_reset()
2292 ino_table[mondo]->clear_reg); in sbus_intr_reset()