Lines Matching refs:vyres
68 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_bmove() local
71 area.sy = vyres - ((sx + width) * vc->vc_font.width); in ccw_bmove()
73 area.dy = vyres - ((dx + width) * vc->vc_font.width); in ccw_bmove()
86 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_clear() local
90 region.dy = vyres - ((sx + width) * vc->vc_font.width); in ccw_clear()
143 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_putcs() local
151 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()