HomeSort by: relevance | last modified time | path
    Searched refs:unpause (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_inline.h 120 ahc_outb(ahc, HCNTRL, ahc->unpause);
aic7xxx.c 436 * codes and clear the SEQINT bit. We will unpause
472 goto unpause;
960 unpause:
1489 ahc_outb(ahc, HCNTRL, ahc->unpause);
3810 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS;
3812 ahc->unpause = 0;
3813 ahc->pause = ahc->unpause | PAUSE;
4898 ahc->unpause &= ~INTEN;
4902 ahc->unpause |= INTEN;
aic79xx_inline.h 226 ahd_outb(ahd, HCNTRL, ahd->unpause);
aic79xxvar.h 1094 * used for restore on next unpause.
1155 /* Values to store in the SEQCTL register for pause and unpause */
1156 uint8_t unpause; member in struct:ahd_softc
aic7xxxvar.h 1111 /* Values to store in the SEQCTL register for pause and unpause */
1112 uint8_t unpause; member in struct:ahc_softc
aic79xx.c 880 * bit. We will unpause the sequencer, if appropriate,
887 * Unpause the sequencer and let it clear
2565 ahd_outb(ahd, HCNTRL, ahd->unpause);
5140 ahd->unpause = 0;
6766 ahd->unpause &= ~INTEN;
6770 ahd->unpause |= INTEN;
7129 * this DMA if the qinfifo is not empty once we unpause.
9530 * Unpaused. The extra unpause

Completed in 361 milliseconds