Home
last modified time | relevance | path

Searched refs:DCS_CTE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/ingenic/
H A Djz4780_pdma.h45 #define DCS_CTE (1 << 0) /* Channel transfer enable. */ macro
H A Djz4780_pdma.c248 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()