Searched refs:unpause (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 994 uint8_t unpause; member
|
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() 5598 ahc->unpause &= ~INTEN; in ahc_intr_enable() 5602 ahc->unpause |= INTEN; in ahc_intr_enable()
|
D | aic79xx.h | 1158 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() 6133 ahd->unpause = 0; in ahd_softc_init() 7853 ahd->unpause &= ~INTEN; in ahd_intr_enable() 7857 ahd->unpause |= INTEN; in ahd_intr_enable()
|
/Linux-v4.19/Documentation/trace/ |
D | histogram.rst | 1016 paused state, then unpause it and do something you want to measure, 1036 this new trigger is that it will 'unpause' the hist trigger we just
|