Searched refs:UDMA_CHAN_RT_PEER_BCNT_REG (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/dma/ti/ |
H A D | k3-udma.h | 31 #define UDMA_CHAN_RT_PEER_BCNT_REG \ macro
|
H A D | k3-udma.c | 768 udma_rchanrt_write(uc, UDMA_CHAN_RT_PEER_BCNT_REG, val); in udma_decrement_byte_counters() 773 udma_tchanrt_write(uc, UDMA_CHAN_RT_PEER_BCNT_REG, val); in udma_decrement_byte_counters() 792 val = udma_tchanrt_read(uc, UDMA_CHAN_RT_PEER_BCNT_REG); in udma_reset_counters() 793 udma_tchanrt_write(uc, UDMA_CHAN_RT_PEER_BCNT_REG, val); in udma_reset_counters() 807 val = udma_rchanrt_read(uc, UDMA_CHAN_RT_PEER_BCNT_REG); in udma_reset_counters() 808 udma_rchanrt_write(uc, UDMA_CHAN_RT_PEER_BCNT_REG, val); in udma_reset_counters() 1073 peer_bcnt = udma_tchanrt_read(uc, UDMA_CHAN_RT_PEER_BCNT_REG); in udma_is_desc_really_done() 3817 UDMA_CHAN_RT_PEER_BCNT_REG); in udma_tx_status() 3827 UDMA_CHAN_RT_PEER_BCNT_REG); in udma_tx_status()
|