Lines Matching defs:is
7 * This code is derived from software contributed to The NetBSD Foundation
149 * This is done by writing anything to HW_ICOLL_VECTOR.
227 icoll_establish_irq(struct pic_softc *pic, struct intrsource *is)
245 struct intrsource *is;
251 is = pic->pic_sources[i];
252 if (is == NULL)
254 if (is->is_ipl > newipl)
255 ICOLL_SET_IRQ(sc, pic->pic_irqbase + is->is_irq);
257 ICOLL_CLR_IRQ(sc, pic->pic_irqbase + is->is_irq);
338 * Prepare for soft-reset by making sure that SFTRST is not currently
356 /* Wait until clock is in the gated state. */
370 /* Wait until clock is in the NON-gated state. */