Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/ti/
Dk3-udma.c361 static inline void udma_tchanrt_write(struct udma_chan *uc, int reg, u32 val) in udma_tchanrt_write() function
767 udma_tchanrt_write(uc, UDMA_CHAN_RT_BCNT_REG, val); in udma_decrement_byte_counters()
768 udma_tchanrt_write(uc, UDMA_CHAN_RT_SBCNT_REG, val); in udma_decrement_byte_counters()
770 udma_tchanrt_write(uc, UDMA_CHAN_RT_PEER_BCNT_REG, val); in udma_decrement_byte_counters()
780 udma_tchanrt_write(uc, UDMA_CHAN_RT_BCNT_REG, val); in udma_reset_counters()
783 udma_tchanrt_write(uc, UDMA_CHAN_RT_SBCNT_REG, val); in udma_reset_counters()
786 udma_tchanrt_write(uc, UDMA_CHAN_RT_PCNT_REG, val); in udma_reset_counters()
790 udma_tchanrt_write(uc, UDMA_CHAN_RT_PEER_BCNT_REG, val); in udma_reset_counters()
817 udma_tchanrt_write(uc, UDMA_CHAN_RT_CTL_REG, 0); in udma_reset_chan()
818 udma_tchanrt_write(uc, UDMA_CHAN_RT_PEER_RT_EN_REG, 0); in udma_reset_chan()
[all …]