Lines Matching refs: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)) {
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
424 /* should complete clearing the DEAD status */
441 if (emergency_in_use) /* already using DEAD xfer? */
448 if (stat & DEAD) {
710 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16);
712 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16);