Lines Matching defs:interrupts
83 unsigned int interrupts;
311 /* End a transfer early by draining rx fifo and disabling interrupts. */
320 /* Shut down interrupts. */
335 sc->interrupts++;
339 /* Stray interrupts can happen if a transfer gets interrupted. */
360 /* Disable receive interrupts. */
478 /* Clear and disable all interrupts. */
507 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "interrupts", CTLFLAG_RD,
508 &sc->interrupts, 0, "interrupt calls");
511 &sc->stray_ints, 0, "stray interrupts");
605 /* Attach spibus driver as a child later when interrupts work. */
626 /* Clear and disable all interrupts. */
692 /* Enable interrupts. zy7_qspi_intr() will handle transfer. */