Lines Matching refs:bar
52 struct nvkm_vma bar; member
79 struct nvkm_bar *bar = nvkm_bar(priv); in gf100_fifo_runlist_update() local
95 bar->flush(bar); in gf100_fifo_runlist_update()
111 struct nvkm_bar *bar = nvkm_bar(parent); in gf100_fifo_context_attach() local
140 bar->flush(bar); in gf100_fifo_context_attach()
148 struct nvkm_bar *bar = nvkm_bar(parent); in gf100_fifo_context_detach() local
176 bar->flush(bar); in gf100_fifo_context_detach()
188 struct nvkm_bar *bar = nvkm_bar(parent); in gf100_fifo_chan_ctor() local
205 priv->user.bar.offset, 0x1000, in gf100_fifo_chan_ctor()
246 bar->flush(bar); in gf100_fifo_chan_ctor()
888 &priv->user.bar); in gf100_fifo_ctor()
908 nvkm_gpuobj_unmap(&priv->user.bar); in gf100_fifo_dtor()
950 nv_wr32(priv, 0x002254, 0x10000000 | priv->user.bar.offset >> 12); in gf100_fifo_init()