Lines Matching refs:push

29 	u32 *push;  in head907d_or()  local
30 if ((push = evo_wait(core, 3))) { in head907d_or()
31 evo_mthd(push, 0x0404 + (head->base.index * 0x300), 2); in head907d_or()
32 evo_data(push, 0x00000001 | asyh->or.depth << 6 | in head907d_or()
35 evo_data(push, 0x31ec6000 | head->base.index << 25 | in head907d_or()
37 evo_kick(push, core); in head907d_or()
45 u32 *push; in head907d_procamp() local
46 if ((push = evo_wait(core, 2))) { in head907d_procamp()
47 evo_mthd(push, 0x0498 + (head->base.index * 0x300), 1); in head907d_procamp()
48 evo_data(push, asyh->procamp.sat.sin << 20 | in head907d_procamp()
50 evo_kick(push, core); in head907d_procamp()
58 u32 *push; in head907d_dither() local
59 if ((push = evo_wait(core, 2))) { in head907d_dither()
60 evo_mthd(push, 0x0490 + (head->base.index * 0x0300), 1); in head907d_dither()
61 evo_data(push, asyh->dither.mode << 3 | in head907d_dither()
64 evo_kick(push, core); in head907d_dither()
73 u32 *push; in head907d_ovly() local
89 if ((push = evo_wait(core, 2))) { in head907d_ovly()
90 evo_mthd(push, 0x04d4 + head->base.index * 0x300, 1); in head907d_ovly()
91 evo_data(push, bounds); in head907d_ovly()
92 evo_kick(push, core); in head907d_ovly()
101 u32 *push; in head907d_base() local
116 if ((push = evo_wait(core, 2))) { in head907d_base()
117 evo_mthd(push, 0x04d0 + head->base.index * 0x300, 1); in head907d_base()
118 evo_data(push, bounds); in head907d_base()
119 evo_kick(push, core); in head907d_base()
127 u32 *push; in head907d_curs_clr() local
128 if ((push = evo_wait(core, 4))) { in head907d_curs_clr()
129 evo_mthd(push, 0x0480 + head->base.index * 0x300, 1); in head907d_curs_clr()
130 evo_data(push, 0x05000000); in head907d_curs_clr()
131 evo_mthd(push, 0x048c + head->base.index * 0x300, 1); in head907d_curs_clr()
132 evo_data(push, 0x00000000); in head907d_curs_clr()
133 evo_kick(push, core); in head907d_curs_clr()
141 u32 *push; in head907d_curs_set() local
142 if ((push = evo_wait(core, 5))) { in head907d_curs_set()
143 evo_mthd(push, 0x0480 + head->base.index * 0x300, 2); in head907d_curs_set()
144 evo_data(push, 0x80000000 | asyh->curs.layout << 26 | in head907d_curs_set()
146 evo_data(push, asyh->curs.offset >> 8); in head907d_curs_set()
147 evo_mthd(push, 0x048c + head->base.index * 0x300, 1); in head907d_curs_set()
148 evo_data(push, asyh->curs.handle); in head907d_curs_set()
149 evo_kick(push, core); in head907d_curs_set()
157 u32 *push; in head907d_core_clr() local
158 if ((push = evo_wait(core, 2))) { in head907d_core_clr()
159 evo_mthd(push, 0x0474 + head->base.index * 0x300, 1); in head907d_core_clr()
160 evo_data(push, 0x00000000); in head907d_core_clr()
161 evo_kick(push, core); in head907d_core_clr()
169 u32 *push; in head907d_core_set() local
170 if ((push = evo_wait(core, 9))) { in head907d_core_set()
171 evo_mthd(push, 0x0460 + head->base.index * 0x300, 1); in head907d_core_set()
172 evo_data(push, asyh->core.offset >> 8); in head907d_core_set()
173 evo_mthd(push, 0x0468 + head->base.index * 0x300, 4); in head907d_core_set()
174 evo_data(push, asyh->core.h << 16 | asyh->core.w); in head907d_core_set()
175 evo_data(push, asyh->core.layout << 24 | in head907d_core_set()
179 evo_data(push, asyh->core.format << 8); in head907d_core_set()
180 evo_data(push, asyh->core.handle); in head907d_core_set()
181 evo_mthd(push, 0x04b0 + head->base.index * 0x300, 1); in head907d_core_set()
182 evo_data(push, asyh->core.y << 16 | asyh->core.x); in head907d_core_set()
183 evo_kick(push, core); in head907d_core_set()
191 u32 *push; in head907d_olut_clr() local
192 if ((push = evo_wait(core, 4))) { in head907d_olut_clr()
193 evo_mthd(push, 0x0448 + (head->base.index * 0x300), 1); in head907d_olut_clr()
194 evo_data(push, 0x00000000); in head907d_olut_clr()
195 evo_mthd(push, 0x045c + (head->base.index * 0x300), 1); in head907d_olut_clr()
196 evo_data(push, 0x00000000); in head907d_olut_clr()
197 evo_kick(push, core); in head907d_olut_clr()
205 u32 *push; in head907d_olut_set() local
206 if ((push = evo_wait(core, 5))) { in head907d_olut_set()
207 evo_mthd(push, 0x0448 + (head->base.index * 0x300), 2); in head907d_olut_set()
208 evo_data(push, 0x80000000 | asyh->olut.mode << 24); in head907d_olut_set()
209 evo_data(push, asyh->olut.offset >> 8); in head907d_olut_set()
210 evo_mthd(push, 0x045c + (head->base.index * 0x300), 1); in head907d_olut_set()
211 evo_data(push, asyh->olut.handle); in head907d_olut_set()
212 evo_kick(push, core); in head907d_olut_set()
227 u32 *push; in head907d_mode() local
228 if ((push = evo_wait(core, 14))) { in head907d_mode()
229 evo_mthd(push, 0x0410 + (head->base.index * 0x300), 6); in head907d_mode()
230 evo_data(push, 0x00000000); in head907d_mode()
231 evo_data(push, m->v.active << 16 | m->h.active ); in head907d_mode()
232 evo_data(push, m->v.synce << 16 | m->h.synce ); in head907d_mode()
233 evo_data(push, m->v.blanke << 16 | m->h.blanke ); in head907d_mode()
234 evo_data(push, m->v.blanks << 16 | m->h.blanks ); in head907d_mode()
235 evo_data(push, m->v.blank2e << 16 | m->v.blank2s); in head907d_mode()
236 evo_mthd(push, 0x042c + (head->base.index * 0x300), 2); in head907d_mode()
237 evo_data(push, 0x00000000); /* ??? */ in head907d_mode()
238 evo_data(push, 0xffffff00); in head907d_mode()
239 evo_mthd(push, 0x0450 + (head->base.index * 0x300), 3); in head907d_mode()
240 evo_data(push, m->clock * 1000); in head907d_mode()
241 evo_data(push, 0x00200000); /* ??? */ in head907d_mode()
242 evo_data(push, m->clock * 1000); in head907d_mode()
243 evo_kick(push, core); in head907d_mode()
251 u32 *push; in head907d_view() local
252 if ((push = evo_wait(core, 8))) { in head907d_view()
253 evo_mthd(push, 0x0494 + (head->base.index * 0x300), 1); in head907d_view()
254 evo_data(push, 0x00000000); in head907d_view()
255 evo_mthd(push, 0x04b8 + (head->base.index * 0x300), 1); in head907d_view()
256 evo_data(push, asyh->view.iH << 16 | asyh->view.iW); in head907d_view()
257 evo_mthd(push, 0x04c0 + (head->base.index * 0x300), 3); in head907d_view()
258 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head907d_view()
259 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head907d_view()
260 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head907d_view()
261 evo_kick(push, core); in head907d_view()