Lines Matching refs:sy
156 void fbcon_iplan2p2_bmove(struct display *p, int sy, int sx, int dy, int dx, in fbcon_iplan2p2_bmove() argument
176 p->screen_base + sy * p->next_line * fontheight(p), in fbcon_iplan2p2_bmove()
185 u_int upwards = (dy < sy) || (dy == sy && dx < sx); in fbcon_iplan2p2_bmove()
197 src = p->screen_base + sy * linesize + (sx>>1)*4 + (sx & 1); in fbcon_iplan2p2_bmove()
220 src = p->screen_base + sy * linesize + ((sx+width-1)>>1)*4; in fbcon_iplan2p2_bmove()
225 src = p->screen_base + sy * linesize + (sx>>1)*4 + (sx & 1); in fbcon_iplan2p2_bmove()
242 src = p->screen_base + sy * linesize + (sx>>1)*4 + (sx & 1); in fbcon_iplan2p2_bmove()
252 src = p->screen_base + sy * linesize + (sx>>1)*4 + (sx & 1); in fbcon_iplan2p2_bmove()
264 void fbcon_iplan2p2_clear(struct vc_data *conp, struct display *p, int sy, in fbcon_iplan2p2_clear() argument
285 offset = (sy * bytes) << fontheightlog(p); in fbcon_iplan2p2_clear()
287 offset = sy * bytes * fontheight(p); in fbcon_iplan2p2_clear()
292 offset = ((sy * bytes) << fontheightlog(p)) + (sx>>1)*4 + (sx & 1); in fbcon_iplan2p2_clear()
294 offset = sy * bytes * fontheight(p) + (sx>>1)*4 + (sx & 1); in fbcon_iplan2p2_clear()