DCSR_STOPSTATE
if (dmac_reg_read(sc, DMAC_DCSR(channel)) & DCSR_STOPSTATE)
if (rv & DCSR_STOPSTATE)
if ((rv & DCSR_STOPSTATE) == 0)