Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/ti/
Dk3-udma.h38 #define UDMA_CHAN_RT_SBCNT_REG 0x410 macro
Dk3-udma-glue.c216 dev_dbg(dev, "0x%08X: %08X\n", UDMA_CHAN_RT_SBCNT_REG, in k3_udma_glue_dump_tx_rt_chn()
217 xudma_tchanrt_read(chn->udma_tchanx, UDMA_CHAN_RT_SBCNT_REG)); in k3_udma_glue_dump_tx_rt_chn()
831 dev_dbg(dev, "0x%08X: %08X\n", UDMA_CHAN_RT_SBCNT_REG, in k3_udma_glue_dump_rx_rt_chn()
832 xudma_rchanrt_read(chn->udma_rchanx, UDMA_CHAN_RT_SBCNT_REG)); in k3_udma_glue_dump_rx_rt_chn()
Dk3-udma.c763 udma_rchanrt_write(uc, UDMA_CHAN_RT_SBCNT_REG, val); in udma_decrement_byte_counters()
768 udma_tchanrt_write(uc, UDMA_CHAN_RT_SBCNT_REG, val); in udma_decrement_byte_counters()
782 val = udma_tchanrt_read(uc, UDMA_CHAN_RT_SBCNT_REG); in udma_reset_counters()
783 udma_tchanrt_write(uc, UDMA_CHAN_RT_SBCNT_REG, val); in udma_reset_counters()
798 val = udma_rchanrt_read(uc, UDMA_CHAN_RT_SBCNT_REG); in udma_reset_counters()
799 udma_rchanrt_write(uc, UDMA_CHAN_RT_SBCNT_REG, val); in udma_reset_counters()
3808 bcnt = udma_tchanrt_read(uc, UDMA_CHAN_RT_SBCNT_REG); in udma_tx_status()