Lines Matching refs:sy
69 void cl_clear(struct ite_softc *ip, int sy, int sx, int h, int w);
70 void cl_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir);
173 cl_clear(struct ite_softc *ip, int sy, int sx, int h, int w)
187 (sy * ip->cols) + sx;
198 cl_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir)
206 fb = (unsigned char*)__UNVOLATILE(ip->grf->g_fbkva) + sy * ip->cols;
212 (ip->bottom_margin + 1 - sy) * ip->cols);
216 (ip->bottom_margin + 1 - (sy + count)) * ip->cols);
231 (ip->bottom_margin + 1 - sy) * ip->cols);
235 (ip->bottom_margin + 1 - (sy + count)) * ip->cols);