Lines Matching full:interrupt
84 * This table represents the FHC interrupt priorities. They range from
90 PIL_15, /* System interrupt priority */
91 PIL_12, /* zs interrupt priority */
92 PIL_15, /* TOD interrupt priority */
348 /* Interrupt distribution callback function. */
502 * Reset the interrupt mapping registers.
515 * have to have to tear down and rebuild the interrupt records
560 /* Loop through all 4 FHC interrupt mapping registers */ in fhc_handle_imr()
566 "found lost system interrupt, resetting.."); in fhc_handle_imr()
632 /* reset interrupt mapping registers */ in fhc_attach()
698 /* Remove the interrupt redistribution callback. */ in fhc_detach()
866 * XXX this can never be used as an interrupt generator in fhc_init()
918 * still needs a proper Interrupt Group Number programmed in fhc_init()
919 * into the Interrupt Group register, because the other in fhc_init()
1008 /* Add the interrupt redistribution callback. */ in fhc_init()
1117 * add_intrspec - Add an interrupt specification.
1133 /* Xlate the interrupt */ in fhc_add_intr_impl()
1145 cmn_err(CE_WARN, "fhc%d: Spare interrupt %d not usable", in fhc_add_intr_impl()
1152 cmn_err(CE_WARN, "fhc%d: TOD interrupt not usable", in fhc_add_intr_impl()
1157 cmn_err(CE_WARN, "fhc%d: Fan fail interrupt not usable", in fhc_add_intr_impl()
1163 * If the interrupt is for the zs chips, use the vector in fhc_add_intr_impl()
1172 * Add this interrupt to the polling list. in fhc_add_intr_impl()
1236 } else { /* normal interrupt installation */ in fhc_add_intr_impl()
1239 /* Allocate a nexus interrupt data structure */ in fhc_add_intr_impl()
1260 * later to uninstall this interrupt spec. in fhc_add_intr_impl()
1289 * may begin to interrupt. in fhc_add_intr_impl()
1297 panic("fhc%d: enabling fanfail interrupt", in fhc_add_intr_impl()
1320 * remove_intrspec - Remove an interrupt specification.
1333 /* Xlate the interrupt */ in fhc_remove_intr_impl()
1442 /* Xlate the interrupt */ in fhc_intr_ops()
1523 * We're prepared to claim that the interrupt string is in
2564 * Loop through all the interrupt mapping registers and reprogram in fhc_intrdist()