Lines Matching refs:push

30 	u32 *push;  in headc37d_or()  local
31 if ((push = evo_wait(core, 2))) { in headc37d_or()
45 evo_mthd(push, 0x2004 + (head->base.index * 0x400), 1); in headc37d_or()
46 evo_data(push, 0x00000001 | in headc37d_or()
50 evo_kick(push, core); in headc37d_or()
58 u32 *push; in headc37d_procamp() local
59 if ((push = evo_wait(core, 2))) { in headc37d_procamp()
60 evo_mthd(push, 0x2000 + (head->base.index * 0x400), 1); in headc37d_procamp()
61 evo_data(push, 0x80000000 | in headc37d_procamp()
64 evo_kick(push, core); in headc37d_procamp()
72 u32 *push; in headc37d_dither() local
73 if ((push = evo_wait(core, 2))) { in headc37d_dither()
74 evo_mthd(push, 0x2018 + (head->base.index * 0x0400), 1); in headc37d_dither()
75 evo_data(push, asyh->dither.mode << 8 | in headc37d_dither()
78 evo_kick(push, core); in headc37d_dither()
86 u32 *push; in headc37d_curs_clr() local
87 if ((push = evo_wait(core, 4))) { in headc37d_curs_clr()
88 evo_mthd(push, 0x209c + head->base.index * 0x400, 1); in headc37d_curs_clr()
89 evo_data(push, 0x000000cf); in headc37d_curs_clr()
90 evo_mthd(push, 0x2088 + head->base.index * 0x400, 1); in headc37d_curs_clr()
91 evo_data(push, 0x00000000); in headc37d_curs_clr()
92 evo_kick(push, core); in headc37d_curs_clr()
100 u32 *push; in headc37d_curs_set() local
101 if ((push = evo_wait(core, 7))) { in headc37d_curs_set()
102 evo_mthd(push, 0x209c + head->base.index * 0x400, 2); in headc37d_curs_set()
103 evo_data(push, 0x80000000 | in headc37d_curs_set()
106 evo_data(push, 0x000072ff); in headc37d_curs_set()
107 evo_mthd(push, 0x2088 + head->base.index * 0x400, 1); in headc37d_curs_set()
108 evo_data(push, asyh->curs.handle); in headc37d_curs_set()
109 evo_mthd(push, 0x2090 + head->base.index * 0x400, 1); in headc37d_curs_set()
110 evo_data(push, asyh->curs.offset >> 8); in headc37d_curs_set()
111 evo_kick(push, core); in headc37d_curs_set()
127 u32 *push; in headc37d_olut_clr() local
128 if ((push = evo_wait(core, 2))) { in headc37d_olut_clr()
129 evo_mthd(push, 0x20ac + (head->base.index * 0x400), 1); in headc37d_olut_clr()
130 evo_data(push, 0x00000000); in headc37d_olut_clr()
131 evo_kick(push, core); in headc37d_olut_clr()
139 u32 *push; in headc37d_olut_set() local
140 if ((push = evo_wait(core, 4))) { in headc37d_olut_set()
141 evo_mthd(push, 0x20a4 + (head->base.index * 0x400), 3); in headc37d_olut_set()
142 evo_data(push, asyh->olut.output_mode << 8 | in headc37d_olut_set()
145 evo_data(push, asyh->olut.offset >> 8); in headc37d_olut_set()
146 evo_data(push, asyh->olut.handle); in headc37d_olut_set()
147 evo_kick(push, core); in headc37d_olut_set()
165 u32 *push; in headc37d_mode() local
166 if ((push = evo_wait(core, 12))) { in headc37d_mode()
167 evo_mthd(push, 0x2064 + (head->base.index * 0x400), 5); in headc37d_mode()
168 evo_data(push, (m->v.active << 16) | m->h.active ); in headc37d_mode()
169 evo_data(push, (m->v.synce << 16) | m->h.synce ); in headc37d_mode()
170 evo_data(push, (m->v.blanke << 16) | m->h.blanke ); in headc37d_mode()
171 evo_data(push, (m->v.blanks << 16) | m->h.blanks ); in headc37d_mode()
172 evo_data(push, (m->v.blank2e << 16) | m->v.blank2s); in headc37d_mode()
173 evo_mthd(push, 0x200c + (head->base.index * 0x400), 1); in headc37d_mode()
174 evo_data(push, m->clock * 1000); in headc37d_mode()
175 evo_mthd(push, 0x2028 + (head->base.index * 0x400), 1); in headc37d_mode()
176 evo_data(push, m->clock * 1000); in headc37d_mode()
178 evo_mthd(push, 0x2030 + (head->base.index * 0x400), 1); in headc37d_mode()
179 evo_data(push, 0x00000124); in headc37d_mode()
180 evo_kick(push, core); in headc37d_mode()
188 u32 *push; in headc37d_view() local
189 if ((push = evo_wait(core, 4))) { in headc37d_view()
190 evo_mthd(push, 0x204c + (head->base.index * 0x400), 1); in headc37d_view()
191 evo_data(push, (asyh->view.iH << 16) | asyh->view.iW); in headc37d_view()
192 evo_mthd(push, 0x2058 + (head->base.index * 0x400), 1); in headc37d_view()
193 evo_data(push, (asyh->view.oH << 16) | asyh->view.oW); in headc37d_view()
194 evo_kick(push, core); in headc37d_view()