Lines Matching refs:i

44 	int ret, i;  in nv30_gr_context_ctor()  local
63 for (i = 0x04e0; i < 0x04e8; i += 4) in nv30_gr_context_ctor()
64 nv_wo32(chan, i, 0x0fff0000); in nv30_gr_context_ctor()
66 for (i = 0x0508; i < 0x0548; i += 4) in nv30_gr_context_ctor()
67 nv_wo32(chan, i, 0x07ff0000); in nv30_gr_context_ctor()
75 for (i = 0x0600; i < 0x0640; i += 4) in nv30_gr_context_ctor()
76 nv_wo32(chan, i, 0x00010588); in nv30_gr_context_ctor()
77 for (i = 0x0640; i < 0x0680; i += 4) in nv30_gr_context_ctor()
78 nv_wo32(chan, i, 0x00030303); in nv30_gr_context_ctor()
79 for (i = 0x06c0; i < 0x0700; i += 4) in nv30_gr_context_ctor()
80 nv_wo32(chan, i, 0x0008aae4); in nv30_gr_context_ctor()
81 for (i = 0x0700; i < 0x0740; i += 4) in nv30_gr_context_ctor()
82 nv_wo32(chan, i, 0x01012000); in nv30_gr_context_ctor()
83 for (i = 0x0740; i < 0x0780; i += 4) in nv30_gr_context_ctor()
84 nv_wo32(chan, i, 0x00080008); in nv30_gr_context_ctor()
87 for (i = 0x0864; i < 0x0874; i += 4) in nv30_gr_context_ctor()
88 nv_wo32(chan, i, 0x00040004); in nv30_gr_context_ctor()
89 for (i = 0x1f18; i <= 0x3088 ; i += 16) { in nv30_gr_context_ctor()
90 nv_wo32(chan, i + 0, 0x10700ff9); in nv30_gr_context_ctor()
91 nv_wo32(chan, i + 1, 0x0436086c); in nv30_gr_context_ctor()
92 nv_wo32(chan, i + 2, 0x000c001b); in nv30_gr_context_ctor()
94 for (i = 0x30b8; i < 0x30c8; i += 4) in nv30_gr_context_ctor()
95 nv_wo32(chan, i, 0x0000ffff); in nv30_gr_context_ctor()
158 int ret, i; in nv30_gr_init() local
202 for (i = 0; i < pfb->tile.regions; i++) in nv30_gr_init()
203 engine->tile_prog(engine, i); in nv30_gr_init()