Lines Matching refs:ino_table
161 struct sbus_slot_entry *ino_table[] = { variable
1679 ino_table[ino]->mapping_reg); in sbus_add_intr_impl()
1687 start_bit = ino_table[ino]->diagreg_shift; in sbus_add_intr_impl()
1744 ino_table[ino]->clear_reg); in sbus_add_intr_impl()
1897 ino_table[ino]->mapping_reg); in sbus_remove_intr_impl()
1907 start_bit = ino_table[ino]->diagreg_shift; in sbus_remove_intr_impl()
2022 if (!ino_table[ino]) { in sbus_xlate_intrs()
2031 if ((ino_table[ino]->clear_reg == PP_CLEAR) && in sbus_xlate_intrs()
2133 if (ino_table[i] != NULL) { in sbus_cpr_handle_intr_map_reg()
2134 mondo_vec_reg = baddr + ino_table[i]->mapping_reg; in sbus_cpr_handle_intr_map_reg()
2148 #define SZ_INO_TABLE (sizeof (ino_table) / sizeof (ino_table[0]))
2177 if (ino_table[mondo] == NULL) in sbus_intrdist()
2181 ino_table[mondo]->mapping_reg); in sbus_intrdist()
2210 start_bit = ino_table[mondo]->diagreg_shift; in sbus_intrdist()
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()