Lines Matching refs:push

34 	u32 *push;  in ovly507e_update()  local
35 if ((push = evo_wait(&wndw->wndw, 2))) { in ovly507e_update()
36 evo_mthd(push, 0x0080, 1); in ovly507e_update()
37 evo_data(push, interlock[NV50_DISP_INTERLOCK_CORE]); in ovly507e_update()
38 evo_kick(push, &wndw->wndw); in ovly507e_update()
45 u32 *push; in ovly507e_scale_set() local
46 if ((push = evo_wait(&wndw->wndw, 4))) { in ovly507e_scale_set()
47 evo_mthd(push, 0x00e0, 3); in ovly507e_scale_set()
48 evo_data(push, asyw->scale.sy << 16 | asyw->scale.sx); in ovly507e_scale_set()
49 evo_data(push, asyw->scale.sh << 16 | asyw->scale.sw); in ovly507e_scale_set()
50 evo_data(push, asyw->scale.dw); in ovly507e_scale_set()
51 evo_kick(push, &wndw->wndw); in ovly507e_scale_set()
58 u32 *push; in ovly507e_image_clr() local
59 if ((push = evo_wait(&wndw->wndw, 4))) { in ovly507e_image_clr()
60 evo_mthd(push, 0x0084, 1); in ovly507e_image_clr()
61 evo_data(push, 0x00000000); in ovly507e_image_clr()
62 evo_mthd(push, 0x00c0, 1); in ovly507e_image_clr()
63 evo_data(push, 0x00000000); in ovly507e_image_clr()
64 evo_kick(push, &wndw->wndw); in ovly507e_image_clr()
71 u32 *push; in ovly507e_image_set() local
72 if ((push = evo_wait(&wndw->wndw, 12))) { in ovly507e_image_set()
73 evo_mthd(push, 0x0084, 1); in ovly507e_image_set()
74 evo_data(push, asyw->image.interval << 4); in ovly507e_image_set()
75 evo_mthd(push, 0x00c0, 1); in ovly507e_image_set()
76 evo_data(push, asyw->image.handle[0]); in ovly507e_image_set()
77 evo_mthd(push, 0x0100, 1); in ovly507e_image_set()
78 evo_data(push, 0x00000002); in ovly507e_image_set()
79 evo_mthd(push, 0x0800, 1); in ovly507e_image_set()
80 evo_data(push, asyw->image.offset[0] >> 8); in ovly507e_image_set()
81 evo_mthd(push, 0x0808, 3); in ovly507e_image_set()
82 evo_data(push, asyw->image.h << 16 | asyw->image.w); in ovly507e_image_set()
83 evo_data(push, asyw->image.layout << 20 | in ovly507e_image_set()
87 evo_data(push, asyw->image.kind << 16 | in ovly507e_image_set()
90 evo_kick(push, &wndw->wndw); in ovly507e_image_set()
97 u32 *push; in ovly507e_ntfy_clr() local
98 if ((push = evo_wait(&wndw->wndw, 2))) { in ovly507e_ntfy_clr()
99 evo_mthd(push, 0x00a4, 1); in ovly507e_ntfy_clr()
100 evo_data(push, 0x00000000); in ovly507e_ntfy_clr()
101 evo_kick(push, &wndw->wndw); in ovly507e_ntfy_clr()
108 u32 *push; in ovly507e_ntfy_set() local
109 if ((push = evo_wait(&wndw->wndw, 3))) { in ovly507e_ntfy_set()
110 evo_mthd(push, 0x00a0, 2); in ovly507e_ntfy_set()
111 evo_data(push, asyw->ntfy.awaken << 30 | asyw->ntfy.offset); in ovly507e_ntfy_set()
112 evo_data(push, asyw->ntfy.handle); in ovly507e_ntfy_set()
113 evo_kick(push, &wndw->wndw); in ovly507e_ntfy_set()