Lines Matching refs:evo_data
32 evo_data(push, asyh->procamp.sat.sin << 20 | in head507d_procamp()
45 evo_data(push, asyh->dither.mode << 3 | in head507d_dither()
74 evo_data(push, bounds); in head507d_ovly()
101 evo_data(push, bounds); in head507d_base()
113 evo_data(push, 0x05000000); in head507d_curs_clr()
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()
165 evo_data(push, 0x00000000); in head507d_core_clr()
177 evo_data(push, asyh->core.offset >> 8); 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()
188 evo_data(push, asyh->core.y << 16 | asyh->core.x); in head507d_core_set()
239 evo_data(push, 0x00000000); in head507d_olut_clr()
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()
274 evo_data(push, 0x00800000 | m->clock); in head507d_mode()
275 evo_data(push, m->interlace ? 0x00000002 : 0x00000000); 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()
285 evo_data(push, 0x00000000); in head507d_mode()
297 evo_data(push, 0x00000000); in head507d_view()
299 evo_data(push, asyh->view.iH << 16 | asyh->view.iW); 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()