Searched refs:UDMA_RCHAN_RT_CTL_REG (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/dma/ti/ |
A D | k3-udma-hwdef.h | 81 #define UDMA_RCHAN_RT_CTL_REG 0x0 macro
|
A D | k3-udma.c | 299 rrt_ctl = udma_rchanrt_read(uc->rchan, UDMA_RCHAN_RT_CTL_REG); in udma_is_chan_running() 314 rrt_ctl = udma_rchanrt_read(uc->rchan, UDMA_RCHAN_RT_CTL_REG); in udma_is_chan_running() 421 udma_rchanrt_write(uc->rchan, UDMA_RCHAN_RT_CTL_REG, 0); in udma_stop_hard() 428 udma_rchanrt_write(uc->rchan, UDMA_RCHAN_RT_CTL_REG, 0); in udma_stop_hard() 455 udma_rchanrt_write(uc->rchan, UDMA_RCHAN_RT_CTL_REG, in udma_start() 465 UDMA_RCHAN_RT_CTL_REG), in udma_start() 485 udma_rchanrt_write(uc->rchan, UDMA_RCHAN_RT_CTL_REG, in udma_start() 535 val = udma_rchanrt_read(uc->rchan, UDMA_RCHAN_RT_CTL_REG); in udma_stop_dev2mem() 538 val = udma_rchanrt_read(uc->rchan, UDMA_RCHAN_RT_CTL_REG); in udma_stop_dev2mem() 566 udma_rchanrt_write(uc->rchan, UDMA_RCHAN_RT_CTL_REG, 0); in udma_stop()
|
Completed in 6 milliseconds