Lines Matching refs:y1
125 u16 y1, u16 y2) in auok1901_update_region() argument
138 y1 &= 0xfffe; in auok1901_update_region()
142 1, y1+1, xres, y2-y1, mode); in auok1901_update_region()
146 args[1] = y1 + 1; in auok1901_update_region()
148 args[3] = y2 - y1; in auok1901_update_region()
149 buf += y1 * line_length; in auok1901_update_region()
151 args, ((y2 - y1) * line_length)/2, in auok1901_update_region()
158 args[2] = y1 + 1; in auok1901_update_region()
160 args[4] = y2 - y1; in auok1901_update_region()
172 u16 y1, u16 y2) in auok1901fb_dpy_update_pages() argument
187 auok1901_update_region(par, mode, y1, y2); in auok1901fb_dpy_update_pages()