Lines Matching refs:vyres
67 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_bmove() local
70 area.sy = vyres - ((sx + width) * vc->vc_font.width); in ccw_bmove()
72 area.dy = vyres - ((dx + width) * vc->vc_font.width); in ccw_bmove()
85 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_clear() local
89 region.dy = vyres - ((sx + width) * vc->vc_font.width); in ccw_clear()
142 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_putcs() local
150 image.dy = vyres - ((xx + count) * vc->vc_font.width); in ccw_putcs()
232 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_cursor() local
287 dy = vyres - ((vc->vc_x + 1) * vc->vc_font.width); in ccw_cursor()
398 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_update_start() local
401 yoffset = (vyres - info->var.yres) - ops->var.xoffset; in ccw_update_start()