Lines Matching refs:eng
68 nv_wo32(base->eng, addr + 0x00, 0x00190000); in g84_fifo_context_attach()
69 nv_wo32(base->eng, addr + 0x04, lower_32_bits(limit)); in g84_fifo_context_attach()
70 nv_wo32(base->eng, addr + 0x08, lower_32_bits(start)); in g84_fifo_context_attach()
71 nv_wo32(base->eng, addr + 0x0c, upper_32_bits(limit) << 24 | in g84_fifo_context_attach()
73 nv_wo32(base->eng, addr + 0x10, 0x00000000); in g84_fifo_context_attach()
74 nv_wo32(base->eng, addr + 0x14, 0x00000000); in g84_fifo_context_attach()
117 nv_wo32(base->eng, addr + 0x00, 0x00000000); in g84_fifo_context_detach()
118 nv_wo32(base->eng, addr + 0x04, 0x00000000); in g84_fifo_context_detach()
119 nv_wo32(base->eng, addr + 0x08, 0x00000000); in g84_fifo_context_detach()
120 nv_wo32(base->eng, addr + 0x0c, 0x00000000); in g84_fifo_context_detach()
121 nv_wo32(base->eng, addr + 0x10, 0x00000000); in g84_fifo_context_detach()
122 nv_wo32(base->eng, addr + 0x14, 0x00000000); in g84_fifo_context_detach()
378 NVOBJ_FLAG_ZERO_ALLOC, &base->eng); in g84_fifo_context_ctor()