Lines Matching refs:push

29 	u32 *push;  in head507d_procamp()  local
30 if ((push = evo_wait(core, 2))) { in head507d_procamp()
31 evo_mthd(push, 0x08a8 + (head->base.index * 0x400), 1); in head507d_procamp()
32 evo_data(push, asyh->procamp.sat.sin << 20 | in head507d_procamp()
34 evo_kick(push, core); in head507d_procamp()
42 u32 *push; in head507d_dither() local
43 if ((push = evo_wait(core, 2))) { in head507d_dither()
44 evo_mthd(push, 0x08a0 + (head->base.index * 0x0400), 1); in head507d_dither()
45 evo_data(push, asyh->dither.mode << 3 | in head507d_dither()
48 evo_kick(push, core); in head507d_dither()
57 u32 *push; in head507d_ovly() local
72 if ((push = evo_wait(core, 2))) { in head507d_ovly()
73 evo_mthd(push, 0x0904 + head->base.index * 0x400, 1); in head507d_ovly()
74 evo_data(push, bounds); in head507d_ovly()
75 evo_kick(push, core); in head507d_ovly()
84 u32 *push; in head507d_base() local
99 if ((push = evo_wait(core, 2))) { in head507d_base()
100 evo_mthd(push, 0x0900 + head->base.index * 0x400, 1); in head507d_base()
101 evo_data(push, bounds); in head507d_base()
102 evo_kick(push, core); in head507d_base()
110 u32 *push; in head507d_curs_clr() local
111 if ((push = evo_wait(core, 2))) { in head507d_curs_clr()
112 evo_mthd(push, 0x0880 + head->base.index * 0x400, 1); in head507d_curs_clr()
113 evo_data(push, 0x05000000); in head507d_curs_clr()
114 evo_kick(push, core); in head507d_curs_clr()
122 u32 *push; in head507d_curs_set() local
123 if ((push = evo_wait(core, 3))) { in head507d_curs_set()
124 evo_mthd(push, 0x0880 + head->base.index * 0x400, 2); in head507d_curs_set()
125 evo_data(push, 0x80000000 | asyh->curs.layout << 26 | in head507d_curs_set()
127 evo_data(push, asyh->curs.offset >> 8); in head507d_curs_set()
128 evo_kick(push, core); in head507d_curs_set()
162 u32 *push; in head507d_core_clr() local
163 if ((push = evo_wait(core, 2))) { in head507d_core_clr()
164 evo_mthd(push, 0x0874 + head->base.index * 0x400, 1); in head507d_core_clr()
165 evo_data(push, 0x00000000); in head507d_core_clr()
166 evo_kick(push, core); in head507d_core_clr()
174 u32 *push; in head507d_core_set() local
175 if ((push = evo_wait(core, 9))) { in head507d_core_set()
176 evo_mthd(push, 0x0860 + head->base.index * 0x400, 1); in head507d_core_set()
177 evo_data(push, asyh->core.offset >> 8); in head507d_core_set()
178 evo_mthd(push, 0x0868 + head->base.index * 0x400, 4); in head507d_core_set()
179 evo_data(push, asyh->core.h << 16 | asyh->core.w); in head507d_core_set()
180 evo_data(push, asyh->core.layout << 20 | in head507d_core_set()
184 evo_data(push, asyh->core.kind << 16 | in head507d_core_set()
186 evo_data(push, asyh->core.handle); in head507d_core_set()
187 evo_mthd(push, 0x08c0 + head->base.index * 0x400, 1); in head507d_core_set()
188 evo_data(push, asyh->core.y << 16 | asyh->core.x); in head507d_core_set()
189 evo_kick(push, core); in head507d_core_set()
236 u32 *push; in head507d_olut_clr() local
237 if ((push = evo_wait(core, 2))) { in head507d_olut_clr()
238 evo_mthd(push, 0x0840 + (head->base.index * 0x400), 1); in head507d_olut_clr()
239 evo_data(push, 0x00000000); in head507d_olut_clr()
240 evo_kick(push, core); in head507d_olut_clr()
248 u32 *push; in head507d_olut_set() local
249 if ((push = evo_wait(core, 3))) { in head507d_olut_set()
250 evo_mthd(push, 0x0840 + (head->base.index * 0x400), 2); in head507d_olut_set()
251 evo_data(push, 0x80000000 | asyh->olut.mode << 30); in head507d_olut_set()
252 evo_data(push, asyh->olut.offset >> 8); in head507d_olut_set()
253 evo_kick(push, core); in head507d_olut_set()
271 u32 *push; in head507d_mode() local
272 if ((push = evo_wait(core, 13))) { in head507d_mode()
273 evo_mthd(push, 0x0804 + (head->base.index * 0x400), 2); in head507d_mode()
274 evo_data(push, 0x00800000 | m->clock); in head507d_mode()
275 evo_data(push, m->interlace ? 0x00000002 : 0x00000000); in head507d_mode()
276 evo_mthd(push, 0x0810 + (head->base.index * 0x400), 7); in head507d_mode()
277 evo_data(push, 0x00000000); in head507d_mode()
278 evo_data(push, m->v.active << 16 | m->h.active ); in head507d_mode()
279 evo_data(push, m->v.synce << 16 | m->h.synce ); in head507d_mode()
280 evo_data(push, m->v.blanke << 16 | m->h.blanke ); in head507d_mode()
281 evo_data(push, m->v.blanks << 16 | m->h.blanks ); in head507d_mode()
282 evo_data(push, m->v.blank2e << 16 | m->v.blank2s); in head507d_mode()
283 evo_data(push, asyh->mode.v.blankus); in head507d_mode()
284 evo_mthd(push, 0x082c + (head->base.index * 0x400), 1); in head507d_mode()
285 evo_data(push, 0x00000000); in head507d_mode()
286 evo_kick(push, core); in head507d_mode()
294 u32 *push; in head507d_view() local
295 if ((push = evo_wait(core, 7))) { in head507d_view()
296 evo_mthd(push, 0x08a4 + (head->base.index * 0x400), 1); in head507d_view()
297 evo_data(push, 0x00000000); in head507d_view()
298 evo_mthd(push, 0x08c8 + (head->base.index * 0x400), 1); in head507d_view()
299 evo_data(push, asyh->view.iH << 16 | asyh->view.iW); in head507d_view()
300 evo_mthd(push, 0x08d8 + (head->base.index * 0x400), 2); in head507d_view()
301 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head507d_view()
302 evo_data(push, asyh->view.oH << 16 | asyh->view.oW); in head507d_view()
303 evo_kick(push, core); in head507d_view()