Searched refs:ib_put (Results 1 – 4 of 4) sorted by relevance
88 int ip = (chan->dma.ib_put * 2) + chan->dma.ib_base; in nv50_dma_push()100 chan->dma.ib_put = (chan->dma.ib_put + 1) & chan->dma.ib_max; in nv50_dma_push()106 nvif_wr32(chan, 0x8c, chan->dma.ib_put); in nv50_dma_push()128 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait()
34 int ib_put; member
352 chan->dma.ib_put = 0; in nouveau_channel_init()353 chan->dma.ib_free = chan->dma.ib_max - chan->dma.ib_put; in nouveau_channel_init()
470 u32 ib_put = nv_rd32(priv, 0x003330); in nv04_fifo_dma_pusher() local475 ib_get, ib_put, state, nv_dma_state_err(state), push); in nv04_fifo_dma_pusher()483 if (ib_get != ib_put) in nv04_fifo_dma_pusher()484 nv_wr32(priv, 0x003334, ib_put); in nv04_fifo_dma_pusher()