Searched refs:DCS_CTE (Results 1 – 2 of 2) sorted by relevance
45 #define DCS_CTE (1 << 0) /* Channel transfer enable. */ macro
248 WRITE4(sc, PDMA_DCS(chan->index), (DCS_DES8 | DCS_CTE)); in chan_start()263 if ((READ4(sc, PDMA_DCS(chan->index)) & DCS_CTE) == 0) { in chan_stop()