Lines Matching refs:eng
90 nv_wo32(base->eng, addr + 0x00, 0x00190000); in nv50_fifo_context_attach()
91 nv_wo32(base->eng, addr + 0x04, lower_32_bits(limit)); in nv50_fifo_context_attach()
92 nv_wo32(base->eng, addr + 0x08, lower_32_bits(start)); in nv50_fifo_context_attach()
93 nv_wo32(base->eng, addr + 0x0c, upper_32_bits(limit) << 24 | in nv50_fifo_context_attach()
95 nv_wo32(base->eng, addr + 0x10, 0x00000000); in nv50_fifo_context_attach()
96 nv_wo32(base->eng, addr + 0x14, 0x00000000); in nv50_fifo_context_attach()
145 nv_wo32(base->eng, addr + 0x00, 0x00000000); in nv50_fifo_context_detach()
146 nv_wo32(base->eng, addr + 0x04, 0x00000000); in nv50_fifo_context_detach()
147 nv_wo32(base->eng, addr + 0x08, 0x00000000); in nv50_fifo_context_detach()
148 nv_wo32(base->eng, addr + 0x0c, 0x00000000); in nv50_fifo_context_detach()
149 nv_wo32(base->eng, addr + 0x10, 0x00000000); in nv50_fifo_context_detach()
150 nv_wo32(base->eng, addr + 0x14, 0x00000000); in nv50_fifo_context_detach()
409 NVOBJ_FLAG_ZERO_ALLOC, &base->eng); in nv50_fifo_context_ctor()
431 nvkm_gpuobj_ref(NULL, &base->eng); in nv50_fifo_context_dtor()