Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rapidio/devices/
Dtsi721_dma.c211 bdma_chan->wr_count = bdma_chan->wr_count_next = 0; in tsi721_bdma_ch_init()
324 if (bdma_chan->wr_count == bdma_chan->wr_count_next) { in tsi721_start_dma()
332 bdma_chan->id, bdma_chan->wr_count_next, in tsi721_start_dma()
335 iowrite32(bdma_chan->wr_count_next, in tsi721_start_dma()
339 bdma_chan->wr_count = bdma_chan->wr_count_next; in tsi721_start_dma()
455 idx = bdma_chan->wr_count_next % (bdma_chan->bd_num + 1); in tsi721_submit_sg()
539 bdma_chan->wr_count_next += add_count; in tsi721_submit_sg()
647 bdma_chan->wr_count = bdma_chan->wr_count_next = 0; in tsi721_dma_tasklet()
Dtsi721.h712 u32 wr_count_next; member