Searched refs:unpause (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Din_flac.c140 static void unpause() function
417 unpause,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h107 ahc_outb(ahc, HCNTRL, ahc->unpause);
H A Daic7xxx_core.c416 * codes and clear the SEQINT bit. We will unpause
452 goto unpause;
947 unpause:
1488 ahc_outb(ahc, HCNTRL, ahc->unpause);
3855 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS;
3857 ahc->unpause = 0;
3858 ahc->pause = ahc->unpause | PAUSE;
4996 ahc->unpause &= ~INTEN;
5000 ahc->unpause |= INTEN;
7138 * Unpaused. The extra unpause
[all...]
H A Daic79xx.h1072 * used for restore on next unpause.
1150 /* Values to store in the SEQCTL register for pause and unpause */
1151 uint8_t unpause; member in struct:ahd_softc
H A Daic79xx_inline.h227 ahd_outb(ahd, HCNTRL, ahd->unpause);
H A Daic7xxx.h1000 /* Values to store in the SEQCTL register for pause and unpause */
1001 uint8_t unpause; member in struct:ahc_softc
H A Daic79xx_core.c1019 * bit. We will unpause the sequencer, if appropriate,
2764 ahd_outb(ahd, HCNTRL, ahd->unpause);
5331 ahd->unpause = 0;
7047 ahd->unpause &= ~INTEN;
7051 ahd->unpause |= INTEN;
7383 * this dma if the qinfifo is not empty once we unpause.
9743 * Unpaused. The extra unpause
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c938 unsigned char unpause; /* unpause value for HCNTRL */ member in struct:aic7xxx_host
1332 * ie. aic7xxx=unpause:0x0A,extended
1516 aic_outb(p, p->unpause, HCNTRL);
3565 * Reset the bus and unpause/restart the controller
4584 * handler do the rest. We don't want to unpause the sequencer yet
4870 * Clear the sequencer interrupt and unpause the sequencer.
4872 unpause_sequencer(p, /* unpause always */ TRUE);
5562 * unpause the sequencer.
5900 unpause_sequencer(p, /* unpause alway
[all...]

Completed in 189 milliseconds