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

/drivers/scsi/aic7xxx/
H A Daic7xxx.h993 /* Values to store in the SEQCTL register for pause and unpause */
994 uint8_t unpause; member in struct:ahc_softc
H A Daic7xxx_core.c367 ahc_outb(ahc, HCNTRL, ahc->unpause);
993 * codes and clear the SEQINT bit. We will unpause
1029 goto unpause;
1525 unpause:
2066 ahc_outb(ahc, HCNTRL, ahc->unpause);
4461 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS;
4463 ahc->unpause = 0;
4464 ahc->pause = ahc->unpause | PAUSE;
5599 ahc->unpause &= ~INTEN;
5603 ahc->unpause |
[all...]
H A Daic79xx.h1082 * used for restore on next unpause.
1160 /* Values to store in the SEQCTL register for pause and unpause */
1161 uint8_t unpause; member in struct:ahd_softc
H A Daic79xx_core.c407 ahd_outb(ahd, HCNTRL, ahd->unpause);
1785 * bit. We will unpause the sequencer, if appropriate,
3534 ahd_outb(ahd, HCNTRL, ahd->unpause);
6134 ahd->unpause = 0;
7864 ahd->unpause &= ~INTEN;
7868 ahd->unpause |= INTEN;
8223 * this dma if the qinfifo is not empty once we unpause.
10621 * Unpaused. The extra unpause
/drivers/scsi/
H A Daic7xxx_old.c938 unsigned char unpause; /* unpause value for HCNTRL */ member in struct:aic7xxx_host
1337 * ie. aic7xxx=unpause:0x0A,extended
1521 aic_outb(p, p->unpause, HCNTRL);
3558 * Reset the bus and unpause/restart the controller
4585 * handler do the rest. We don't want to unpause the sequencer yet
4888 * Clear the sequencer interrupt and unpause the sequencer.
4890 unpause_sequencer(p, /* unpause always */ TRUE);
5580 * unpause the sequencer.
5918 unpause_sequencer(p, /* unpause alway
[all...]

Completed in 346 milliseconds