Lines Matching defs:dma_tx_ch
62 u32 dma_tx_ch;
374 res = au1xxx_dbdma_put_source(hw->dma_tx_ch, virt_to_phys(hw->tx),
380 au1xxx_dbdma_start(hw->dma_tx_ch);
392 au1xxx_dbdma_stop(hw->dma_tx_ch);
434 au1xxx_dbdma_stop(hw->dma_tx_ch);
438 hw->tx_count = hw->len - au1xxx_get_dma_residue(hw->dma_tx_ch);
441 au1xxx_dbdma_reset(hw->dma_tx_ch);
809 hw->dma_tx_ch = au1xxx_dbdma_chan_alloc(ddma_memid,
811 if (hw->dma_tx_ch == 0) {
817 au1xxx_dbdma_set_devwidth(hw->dma_tx_ch, 8);
818 if (au1xxx_dbdma_ring_alloc(hw->dma_tx_ch,
910 au1xxx_dbdma_chan_free(hw->dma_tx_ch);
941 au1xxx_dbdma_chan_free(hw->dma_tx_ch);