Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rapidio/devices/
Dtsi721_dma.c207 bdma_chan->wr_count = bdma_chan->wr_count_next = 0; in tsi721_bdma_ch_init()
318 if (bdma_chan->wr_count == bdma_chan->wr_count_next) { in tsi721_start_dma()
326 bdma_chan->wr_count_next); in tsi721_start_dma()
328 iowrite32(bdma_chan->wr_count_next, in tsi721_start_dma()
332 bdma_chan->wr_count = bdma_chan->wr_count_next; in tsi721_start_dma()
447 idx = bdma_chan->wr_count_next % (bdma_chan->bd_num + 1); in tsi721_submit_sg()
532 bdma_chan->wr_count_next += add_count; in tsi721_submit_sg()
Dtsi721.h672 u32 wr_count_next; member