DMA_CHAN_RUN_BIT
if (__raw_readl(&ch->dmac) & DMA_CHAN_RUN_BIT) {
if (readl(&ch->dmac) & DMA_CHAN_RUN_BIT) {