Lines Matching refs:dma_ctrl

1075 		dma->dma_ctrl);  in vortex_adbdma_setfirstbuffer()
1148 dma->dma_ctrl = in vortex_adbdma_setmode()
1149 ((offset & OFFSET_MASK) | (dma->dma_ctrl & ~OFFSET_MASK)); in vortex_adbdma_setmode()
1151 dma->dma_ctrl = in vortex_adbdma_setmode()
1152 (dma->dma_ctrl & ~IE_MASK) | ((ie << IE_SHIFT) & IE_MASK); in vortex_adbdma_setmode()
1154 dma->dma_ctrl = in vortex_adbdma_setmode()
1155 (dma->dma_ctrl & ~DIR_MASK) | ((dir << DIR_SHIFT) & DIR_MASK); in vortex_adbdma_setmode()
1156 dma->dma_ctrl = in vortex_adbdma_setmode()
1157 (dma->dma_ctrl & ~FMT_MASK) | ((fmt << FMT_SHIFT) & FMT_MASK); in vortex_adbdma_setmode()
1160 dma->dma_ctrl); in vortex_adbdma_setmode()
1276 dma->dma_ctrl); in vortex_adbdma_startfifo()
1298 dma->dma_ctrl); in vortex_adbdma_resumefifo()
1324 dma->dma_ctrl); in vortex_adbdma_pausefifo()
1354 hwwrite(vortex->mmio, VORTEX_WTDMA_CTRL + (wtdma << 2), dma->dma_ctrl); in vortex_wtdma_setfirstbuffer()
1420 dma->dma_ctrl = 0; in vortex_wtdma_setmode()
1421 dma->dma_ctrl = in vortex_wtdma_setmode()
1422 ((offset & OFFSET_MASK) | (dma->dma_ctrl & ~OFFSET_MASK)); in vortex_wtdma_setmode()
1424 dma->dma_ctrl = in vortex_wtdma_setmode()
1425 (dma->dma_ctrl & ~IE_MASK) | ((ie << IE_SHIFT) & IE_MASK); in vortex_wtdma_setmode()
1427 dma->dma_ctrl |= (1 << DIR_SHIFT); in vortex_wtdma_setmode()
1429 dma->dma_ctrl = in vortex_wtdma_setmode()
1430 (dma->dma_ctrl & FMT_MASK) | ((fmt << FMT_SHIFT) & FMT_MASK); in vortex_wtdma_setmode()
1432 hwwrite(vortex->mmio, VORTEX_WTDMA_CTRL + (wtdma << 2), dma->dma_ctrl); in vortex_wtdma_setmode()
1525 dma->dma_ctrl); in vortex_wtdma_startfifo()
1547 dma->dma_ctrl); in vortex_wtdma_resumefifo()
1573 dma->dma_ctrl); in vortex_wtdma_pausefifo()