Searched refs:unpause (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_inline.h | 115 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_unpause()
|
D | aic7xxx.h | 1014 uint8_t unpause; member
|
D | aic7xxx_core.c | 448 goto unpause; in ahc_handle_seqint() 943 unpause: in ahc_handle_seqint() 1483 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_clear_critical_section() 3865 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS; in ahc_softc_init() 3867 ahc->unpause = 0; in ahc_softc_init() 3868 ahc->pause = ahc->unpause | PAUSE; in ahc_softc_init() 5088 ahc->unpause &= ~INTEN; in ahc_intr_enable() 5092 ahc->unpause |= INTEN; in ahc_intr_enable()
|
D | aic79xx.h | 1141 uint8_t unpause; member
|
D | aic79xx_inline.h | 227 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_unpause()
|
D | aic79xx_core.c | 2209 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_clear_critical_section() 4846 ahd->unpause = 0; in ahd_softc_init() 6612 ahd->unpause &= ~INTEN; in ahd_intr_enable() 6616 ahd->unpause |= INTEN; in ahd_intr_enable()
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 967 unsigned char unpause; /* unpause value for HCNTRL */ member 1603 aic_outb(p, p->unpause, HCNTRL); in unpause_sequencer() 9785 temp_p->unpause = INTEN; in aic7xxx_detect() 9786 temp_p->pause = temp_p->unpause | PAUSE; in aic7xxx_detect() 10243 temp_p->unpause = hcntrl | INTEN; in aic7xxx_detect()
|