Lines Matching refs:push
28 u32 *push; in ovly907e_image_set() local
29 if ((push = evo_wait(&wndw->wndw, 12))) { in ovly907e_image_set()
30 evo_mthd(push, 0x0084, 1); in ovly907e_image_set()
31 evo_data(push, asyw->image.interval << 4); in ovly907e_image_set()
32 evo_mthd(push, 0x00c0, 1); in ovly907e_image_set()
33 evo_data(push, asyw->image.handle[0]); in ovly907e_image_set()
34 evo_mthd(push, 0x0100, 1); in ovly907e_image_set()
35 evo_data(push, 0x00000002); in ovly907e_image_set()
36 evo_mthd(push, 0x0400, 1); in ovly907e_image_set()
37 evo_data(push, asyw->image.offset[0] >> 8); in ovly907e_image_set()
38 evo_mthd(push, 0x0408, 3); in ovly907e_image_set()
39 evo_data(push, asyw->image.h << 16 | asyw->image.w); in ovly907e_image_set()
40 evo_data(push, asyw->image.layout << 24 | in ovly907e_image_set()
44 evo_data(push, asyw->image.format << 8 | in ovly907e_image_set()
46 evo_kick(push, &wndw->wndw); in ovly907e_image_set()