Lines Matching refs:status
126 u32 status;
583 /* Clear the DMA status and stop the transfer. */
646 enum dma_status status;
652 status = dma_cookie_status(chan, cookie, txstate);
653 if ((status == DMA_COMPLETE) || (txstate == NULL))
668 && jzchan->desc->status & (JZ_DMA_DCS_AR | JZ_DMA_DCS_HLT))
669 status = DMA_ERROR;
673 return status;
700 jzchan->desc->status = dcs;
748 /* Clear halt and address error status of all channels. */
753 /* Clear interrupt pending status. */