Searched refs:CPDMA_DESC_TD_COMPLETE (Results 1 – 1 of 1) sorted by relevance
62 #define CPDMA_DESC_TD_COMPLETE BIT(27) macro795 status = status & (CPDMA_DESC_EOQ | CPDMA_DESC_TD_COMPLETE | in __cpdma_chan_process()809 if (unlikely(status & CPDMA_DESC_TD_COMPLETE)) in __cpdma_chan_process()905 } while ((ret & CPDMA_DESC_TD_COMPLETE) == 0); in cpdma_chan_stop()