Home | History | Annotate | Download | only in imx

Lines Matching defs:is

7  * This code is derived from software contributed to The NetBSD Foundation
19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
155 * This is done by writing anything to HW_ICOLL_VECTOR.
233 icoll_establish_irq(struct pic_softc *pic, struct intrsource *is)
251 struct intrsource *is;
257 is = pic->pic_sources[i];
258 if (is == NULL)
260 if (is->is_ipl > newipl)
261 ICOLL_SET_IRQ(sc, pic->pic_irqbase + is->is_irq);
263 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. */