Lines Matching refs:y_base
56 int y_base; member
201 y1 = (s->y_base + s->y) % s->total_height; in console_show_cursor()
257 if (s->y_displayed == s->y_base) in console_scroll()
267 y1 = s->y_base - i; in console_scroll()
354 src = (s->y_base + s->text_y[0]) * s->width; in text_console_update()
426 if (s->y_displayed == s->y_base) { in vc_put_lf()
430 if (++s->y_base == s->total_height) in vc_put_lf()
431 s->y_base = 0; in vc_put_lf()
434 y1 = (s->y_base + s->height - 1) % s->total_height; in vc_put_lf()
441 if (s->y_displayed == s->y_base) { in vc_put_lf()
569 y1 = (s->y_base + y) % s->total_height; in vc_update_xy()
588 int y1 = (s->y_base + y) % s->total_height; in vc_clear_xy()
608 y1 = (s->y_base + s->y) % s->total_height; in vc_put_one()
825 (s->y_base + s->y) % s->total_height + 1, in vc_putchar()