Lines Matching refs:sy
69 void et_clear(struct ite_softc *ip, int sy, int sx, int h, int w);
70 void et_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir);
179 et_clear(struct ite_softc *ip, int sy, int sx, int h, int w)
192 dst = (volatile unsigned char*)ip->grf->g_fbkva + (sy * ip->cols) + sx;
204 et_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir)
212 fb = (volatile unsigned char*)ip->grf->g_fbkva + sy * ip->cols;
218 (ip->bottom_margin + 1 - sy) * ip->cols);
222 (ip->bottom_margin + 1 - (sy + count)) * ip->cols);
237 (ip->bottom_margin + 1 - sy) * ip->cols);
241 (ip->bottom_margin + 1 - (sy + count)) * ip->cols);