Lines Matching refs:push

29 	u32 *push;  in head827d_curs_clr()  local
30 if ((push = evo_wait(core, 4))) { in head827d_curs_clr()
31 evo_mthd(push, 0x0880 + head->base.index * 0x400, 1); in head827d_curs_clr()
32 evo_data(push, 0x05000000); in head827d_curs_clr()
33 evo_mthd(push, 0x089c + head->base.index * 0x400, 1); in head827d_curs_clr()
34 evo_data(push, 0x00000000); in head827d_curs_clr()
35 evo_kick(push, core); in head827d_curs_clr()
43 u32 *push; in head827d_curs_set() local
44 if ((push = evo_wait(core, 5))) { in head827d_curs_set()
45 evo_mthd(push, 0x0880 + head->base.index * 0x400, 2); in head827d_curs_set()
46 evo_data(push, 0x80000000 | asyh->curs.layout << 26 | in head827d_curs_set()
48 evo_data(push, asyh->curs.offset >> 8); in head827d_curs_set()
49 evo_mthd(push, 0x089c + head->base.index * 0x400, 1); in head827d_curs_set()
50 evo_data(push, asyh->curs.handle); in head827d_curs_set()
51 evo_kick(push, core); in head827d_curs_set()
59 u32 *push; in head827d_core_set() local
60 if ((push = evo_wait(core, 9))) { in head827d_core_set()
61 evo_mthd(push, 0x0860 + head->base.index * 0x400, 1); in head827d_core_set()
62 evo_data(push, asyh->core.offset >> 8); in head827d_core_set()
63 evo_mthd(push, 0x0868 + head->base.index * 0x400, 4); in head827d_core_set()
64 evo_data(push, asyh->core.h << 16 | asyh->core.w); in head827d_core_set()
65 evo_data(push, asyh->core.layout << 20 | in head827d_core_set()
69 evo_data(push, asyh->core.format << 8); in head827d_core_set()
70 evo_data(push, asyh->core.handle); in head827d_core_set()
71 evo_mthd(push, 0x08c0 + head->base.index * 0x400, 1); in head827d_core_set()
72 evo_data(push, asyh->core.y << 16 | asyh->core.x); in head827d_core_set()
73 evo_kick(push, core); in head827d_core_set()
81 u32 *push; in head827d_olut_clr() local
82 if ((push = evo_wait(core, 4))) { in head827d_olut_clr()
83 evo_mthd(push, 0x0840 + (head->base.index * 0x400), 1); in head827d_olut_clr()
84 evo_data(push, 0x00000000); in head827d_olut_clr()
85 evo_mthd(push, 0x085c + (head->base.index * 0x400), 1); in head827d_olut_clr()
86 evo_data(push, 0x00000000); in head827d_olut_clr()
87 evo_kick(push, core); in head827d_olut_clr()
95 u32 *push; in head827d_olut_set() local
96 if ((push = evo_wait(core, 5))) { in head827d_olut_set()
97 evo_mthd(push, 0x0840 + (head->base.index * 0x400), 2); in head827d_olut_set()
98 evo_data(push, 0x80000000 | asyh->olut.mode << 30); in head827d_olut_set()
99 evo_data(push, asyh->olut.offset >> 8); in head827d_olut_set()
100 evo_mthd(push, 0x085c + (head->base.index * 0x400), 1); in head827d_olut_set()
101 evo_data(push, asyh->olut.handle); in head827d_olut_set()
102 evo_kick(push, core); in head827d_olut_set()