Searched refs:unpause (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/mmc/
H A Dmmcsd.c1328 goto unpause;
1348 goto unpause;
1362 goto unpause;
1375 unpause:
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h117 ahc_outb(ahc, HCNTRL, ahc->unpause);
H A Daic7xxx.c428 * codes and clear the SEQINT bit. We will unpause
464 goto unpause;
962 unpause:
1500 ahc_outb(ahc, HCNTRL, ahc->unpause);
3943 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS;
3945 ahc->unpause = 0;
3946 ahc->pause = ahc->unpause | PAUSE;
5148 ahc->unpause &= ~INTEN;
5152 ahc->unpause |= INTEN;
7640 * Unpaused. The extra unpause
[all...]
H A Daic79xx.h1129 * used for restore on next unpause.
1214 /* Values to store in the SEQCTL register for pause and unpause */
1215 uint8_t unpause; member in struct:ahd_softc
H A Daic79xx_inline.h229 ahd_outb(ahd, HCNTRL, ahd->unpause);
H A Daic7xxx.h1036 /* Values to store in the SEQCTL register for pause and unpause */
1037 uint8_t unpause; member in struct:ahc_softc
H A Daic79xx.c927 * bit. We will unpause the sequencer, if appropriate,
2666 ahd_outb(ahd, HCNTRL, ahd->unpause);
5297 ahd->unpause = 0;
7059 ahd->unpause &= ~INTEN;
7063 ahd->unpause |= INTEN;
7418 * this dma if the qinfifo is not empty once we unpause.
10135 * Unpaused. The extra unpause

Completed in 201 milliseconds