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