Lines Matching refs:bar
70 struct nvkm_vma bar; member
98 struct nvkm_bar *bar = nvkm_bar(priv); in gk104_fifo_runlist_update() local
115 bar->flush(bar); in gk104_fifo_runlist_update()
131 struct nvkm_bar *bar = nvkm_bar(parent); in gk104_fifo_context_attach() local
164 bar->flush(bar); in gk104_fifo_context_attach()
172 struct nvkm_bar *bar = nvkm_bar(parent); in gk104_fifo_context_detach() local
202 bar->flush(bar); in gk104_fifo_context_detach()
216 struct nvkm_bar *bar = nvkm_bar(parent); in gk104_fifo_chan_ctor() local
247 priv->user.bar.offset, 0x200, in gk104_fifo_chan_ctor()
281 bar->flush(bar); in gk104_fifo_chan_ctor()
1053 nv_wr32(priv, 0x002254, 0x10000000 | priv->user.bar.offset >> 12); in gk104_fifo_init()
1066 nvkm_gpuobj_unmap(&priv->user.bar); in gk104_fifo_dtor()
1114 &priv->user.bar); in gk104_fifo_ctor()