Home | History | Annotate | Download | only in sunxi

Lines Matching defs:is

16  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
187 /* 1st cell is the interrupt number */
189 /* 2nd cell is polarity */
192 /* 1st cell is the GIC interrupt type and must be GIC_SPI */
195 device_printf(dev, "GIC intr type %u is invalid\n",
200 /* 2nd cell is the interrupt number */
202 /* 3rd cell is polarity */
208 * Driver is requesting a wakeup irq, which we don't
225 device_printf(dev, "IRQ %u is invalid\n", irq);
311 struct intrsource * const is = ih;
313 KASSERT(is == &sc->sc_is);
317 is->is_mask_count = 0;
324 is->is_arg = NULL;
325 is->is_func = NULL;