Lines Matching refs:v0
194 struct nv03_channel_dma_v0 v0; in nv50_fifo_chan_ctor_dma() member
202 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_fifo_chan_ctor_dma()
204 "offset %016llx\n", args->v0.version, in nv50_fifo_chan_ctor_dma()
205 args->v0.pushbuf, args->v0.offset); in nv50_fifo_chan_ctor_dma()
210 0x2000, args->v0.pushbuf, in nv50_fifo_chan_ctor_dma()
219 args->v0.chid = chan->base.chid; in nv50_fifo_chan_ctor_dma()
231 nv_wo32(base->ramfc, 0x08, lower_32_bits(args->v0.offset)); in nv50_fifo_chan_ctor_dma()
232 nv_wo32(base->ramfc, 0x0c, upper_32_bits(args->v0.offset)); in nv50_fifo_chan_ctor_dma()
233 nv_wo32(base->ramfc, 0x10, lower_32_bits(args->v0.offset)); in nv50_fifo_chan_ctor_dma()
234 nv_wo32(base->ramfc, 0x14, upper_32_bits(args->v0.offset)); in nv50_fifo_chan_ctor_dma()
255 struct nv50_channel_gpfifo_v0 v0; in nv50_fifo_chan_ctor_ind() member
264 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_fifo_chan_ctor_ind()
267 args->v0.version, args->v0.pushbuf, args->v0.ioffset, in nv50_fifo_chan_ctor_ind()
268 args->v0.ilength); in nv50_fifo_chan_ctor_ind()
273 0x2000, args->v0.pushbuf, in nv50_fifo_chan_ctor_ind()
282 args->v0.chid = chan->base.chid; in nv50_fifo_chan_ctor_ind()
294 ioffset = args->v0.ioffset; in nv50_fifo_chan_ctor_ind()
295 ilength = order_base_2(args->v0.ilength / 8); in nv50_fifo_chan_ctor_ind()