Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c199 bdma_chan->wr_count = bdma_chan->wr_count_next = 0; in tsi721_bdma_ch_init()
312 if (bdma_chan->wr_count == bdma_chan->wr_count_next) { in tsi721_start_dma()
320 bdma_chan->id, bdma_chan->wr_count_next, in tsi721_start_dma()
323 iowrite32(bdma_chan->wr_count_next, in tsi721_start_dma()
327 bdma_chan->wr_count = bdma_chan->wr_count_next; in tsi721_start_dma()
443 idx = bdma_chan->wr_count_next % (bdma_chan->bd_num + 1); in tsi721_submit_sg()
527 bdma_chan->wr_count_next += add_count; in tsi721_submit_sg()
635 bdma_chan->wr_count = bdma_chan->wr_count_next = 0; in tsi721_dma_tasklet()
H A Dtsi721.h699 u32 wr_count_next; member