Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic7xxx_core.c367 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_unpause()
1029 goto unpause; in ahc_handle_seqint()
1525 unpause: in ahc_handle_seqint()
2066 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_clear_critical_section()
4461 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS; in ahc_softc_init()
4463 ahc->unpause = 0; in ahc_softc_init()
4464 ahc->pause = ahc->unpause | PAUSE; in ahc_softc_init()
5599 ahc->unpause &= ~INTEN; in ahc_intr_enable()
5603 ahc->unpause |= INTEN; in ahc_intr_enable()
Daic7xxx.h994 uint8_t unpause; member
Daic79xx.h1161 uint8_t unpause; member
Daic79xx_core.c407 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_unpause()
3534 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_clear_critical_section()
6134 ahd->unpause = 0; in ahd_softc_init()
7864 ahd->unpause &= ~INTEN; in ahd_intr_enable()
7868 ahd->unpause |= INTEN; in ahd_intr_enable()
/drivers/scsi/
Daic7xxx_old.c938 unsigned char unpause; /* unpause value for HCNTRL */ member
1521 aic_outb(p, p->unpause, HCNTRL); in unpause_sequencer()
9269 temp_p->unpause = INTEN; in aic7xxx_detect()
9270 temp_p->pause = temp_p->unpause | PAUSE; in aic7xxx_detect()
9716 temp_p->unpause = hcntrl | INTEN; in aic7xxx_detect()