Home | History | Annotate | Download | only in sun3x

Lines Matching refs:interrupt_reg

226 	 * XXX: Actually, the interrupt_reg should be zero
320 if (!interrupt_reg)
337 single_inst_bclr_b(*interrupt_reg, IREG_ALL_ENAB);
343 interreg = *interrupt_reg & IREG_CLK_BITS;
348 single_inst_bclr_b(*interrupt_reg, IREG_CLK_BITS);
363 single_inst_bset_b(*interrupt_reg, interreg);
373 single_inst_bset_b(*interrupt_reg, IREG_ALL_ENAB);
415 * and zshard may touch the interrupt_reg, so we must
434 single_inst_bclr_b(*interrupt_reg, IREG_CLOCK_ENAB_5);
435 single_inst_bset_b(*interrupt_reg, IREG_CLOCK_ENAB_5);