Lines Matching refs:softback_end
108 static unsigned long softback_top, softback_end; variable
358 softback_end = softback_buf + l * vc->vc_size_row; in fbcon_update_softback()
1557 n += softback_end - softback_buf; in fbcon_redraw_softback()
1570 if (softback_curr > softback_in && n >= softback_end) { in fbcon_redraw_softback()
1571 n += softback_buf - softback_end; in fbcon_redraw_softback()
1624 if (d == (u16 *) softback_end) in fbcon_redraw_softback()
1628 if (s == (u16 *) softback_end) in fbcon_redraw_softback()
1788 if (softback_in == softback_end) in fbcon_softback_note()
1792 if (softback_top == softback_end) in fbcon_softback_note()
2702 if (p >= softback_end) in fbcon_screen_pos()
2703 p += softback_buf - softback_end; in fbcon_screen_pos()
2725 offset += softback_end - softback_buf; in fbcon_getxy()
2730 if (ret == softback_end) in fbcon_getxy()
2761 if (p == (u16 *) softback_end) in fbcon_invert_region()
2797 p = softback_end; in fbcon_scrolldelta()