Lines Matching full:dead
38 * tx status comes up "DEAD". This happens on some PowerComputing Pmac
40 * IDE and sound. However, this measure would deal with DEAD status if
300 if (stat & (ACTIVE|DEAD)) { in snd_pmac_pcm_pointer()
360 * Handle DEAD DMA transfers:
361 * if the TX status comes up "DEAD" - reported on some Power Computing machines
367 * When DEAD status is first reported the content of the faulted dbdma block is
371 * On any subsequent DEAD result we just do the bump-ups (we know that we are
376 * DEAD status. However this is a TODO for now - we'll see what gets reported.
389 /* to clear DEAD status we must first clear RUN in snd_pmac_pcm_dead_xfer()
424 /* should complete clearing the DEAD status */ in snd_pmac_pcm_dead_xfer()
441 if (emergency_in_use) /* already using DEAD xfer? */ in snd_pmac_pcm_update()
448 if (stat & DEAD) { in snd_pmac_pcm_update()
710 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
712 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()