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

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h986 /* Values to store in the SEQCTL register for pause and unpause */
987 uint8_t unpause; member in struct:ahc_softc
H A Daic7xxx_core.c360 ahc_outb(ahc, HCNTRL, ahc->unpause);
986 * codes and clear the SEQINT bit. We will unpause
1022 goto unpause;
1517 unpause:
2042 ahc_outb(ahc, HCNTRL, ahc->unpause);
4430 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS;
4432 ahc->unpause = 0;
4433 ahc->pause = ahc->unpause | PAUSE;
5536 ahc->unpause &= ~INTEN;
5540 ahc->unpause |
[all...]
H A Daic79xx.h1074 * used for restore on next unpause.
1151 /* Values to store in the SEQCTL register for pause and unpause */
1152 uint8_t unpause; member in struct:ahd_softc
H A Daic79xx_core.c399 ahd_outb(ahd, HCNTRL, ahd->unpause);
1775 * bit. We will unpause the sequencer, if appropriate,
3501 ahd_outb(ahd, HCNTRL, ahd->unpause);
6091 ahd->unpause = 0;
7771 ahd->unpause &= ~INTEN;
7775 ahd->unpause |= INTEN;
8126 * this dma if the qinfifo is not empty once we unpause.
10522 * Unpaused. The extra unpause

Completed in 294 milliseconds