Searched refs:unpause (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 367 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()
|
D | aic7xxx.h | 994 uint8_t unpause; member
|
D | aic79xx.h | 1161 uint8_t unpause; member
|
D | aic79xx_core.c | 407 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/ |
D | aic7xxx_old.c | 938 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()
|