Searched refs:unpause (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 986 /* Values to store in the SEQCTL register for pause and unpause */ 987 uint8_t unpause; member
|
H A D | aic7xxx_core.c | 360 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_unpause() 986 * codes and clear the SEQINT bit. We will unpause in ahc_handle_seqint() 1022 goto unpause; in ahc_handle_seqint() 1517 unpause: in ahc_handle_seqint() 2042 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_clear_critical_section() 4430 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS; in ahc_softc_init() 4432 ahc->unpause = 0; in ahc_softc_init() 4433 ahc->pause = ahc->unpause | PAUSE; in ahc_softc_init() 5536 ahc->unpause &= ~INTEN; in ahc_intr_enable() 5540 ahc->unpause | in ahc_intr_enable() [all...] |
H A D | aic79xx.h | 1074 * used for restore on next unpause. 1151 /* Values to store in the SEQCTL register for pause and unpause */ 1152 uint8_t unpause; member
|
H A D | aic79xx_core.c | 399 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_unpause() 1775 * bit. We will unpause the sequencer, if appropriate, in ahd_handle_seqint() 3501 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_clear_critical_section() 6091 ahd->unpause = 0; in ahd_softc_init() 7771 ahd->unpause &= ~INTEN; in ahd_intr_enable() 7775 ahd->unpause |= INTEN; in ahd_intr_enable() 8126 * this dma if the qinfifo is not empty once we unpause. in ahd_search_qinfifo() 10522 * Unpaused. The extra unpause in ahd_handle_en_lun()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-counter | 187 This attribute is intended to serve as a pause/unpause mechanism 191 and then finally unpause the counter to continue where it had
|
/linux/Documentation/driver-api/ |
H A D | generic-counter.rst | 330 For example, if you want to pause/unpause a Count from updating, you
|
/linux/Documentation/trace/ |
H A D | histogram.rst | 1014 paused state, then unpause it and do something you want to measure, 1034 this new trigger is that it will 'unpause' the hist trigger we just
|