Searched refs:PDMA_DCS (Results 1 – 2 of 2) sorted by relevance
149 WRITE4(sc, PDMA_DCS(chan->index), 0); in pdma_intr()241 WRITE4(sc, PDMA_DCS(chan->index), DCS_DES8); in chan_start()248 WRITE4(sc, PDMA_DCS(chan->index), (DCS_DES8 | DCS_CTE)); in chan_start()258 WRITE4(sc, PDMA_DCS(chan->index), 0); in chan_stop()263 if ((READ4(sc, PDMA_DCS(chan->index)) & DCS_CTE) == 0) { in chan_stop()
39 #define PDMA_DCS(n) (0x10 + 0x20 * n) /* Channel n Control/Status */ macro