Lines Matching defs:interrupts
73 unsigned int interrupts;
196 /* End a transfer early by draining rx fifo and disabling interrupts. */
205 /* Shut down interrupts. */
220 sc->interrupts++;
224 /* Stray interrupts can happen if a transfer gets interrupted. */
245 /* Disable receive interrupts. */
322 /* Clear and disable all interrupts. */
351 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "interrupts", CTLFLAG_RD,
352 &sc->interrupts, 0, "interrupt calls");
355 &sc->stray_ints, 0, "stray interrupts");
441 /* Attach spibus driver as a child later when interrupts work. */
462 /* Clear and disable all interrupts. */
534 /* Enable interrupts. zy7_spi_intr() will handle transfer. */