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