Lines Matching refs:sy
392 void ulowell_clear(struct ite_softc *ip, int sy, int sx, int h, int w)
400 printf("ulowell_clear %d %d %d %d ->",sy,sx,h,w);
407 cmd[3] = sy * ip->ftheight;
415 void ulowell_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir)
423 printf("ulowell_scroll %d %d %d %d ->",sy,sx,count,dir);
429 screen_up (ip, sy, ip->bottom_margin, count);
431 screen_down (ip, sy, ip->bottom_margin, count);
435 cmd[2] = sy * ip->ftheight;
439 cmd[6] = sy * ip->ftheight;
441 ulowell_clear (ip, sy, sx, 1, count);
445 cmd[2] = sy * ip->ftheight;
449 cmd[6] = sy * ip->ftheight;
451 ulowell_clear (ip, sy, ip->cols - count, 1, count);