Lines Matching refs:vc_cols
335 vc->vc_cols = cols; in newport_init()
456 ycurs = ((xcurs / vc->vc_cols) << 4) + 31; in newport_cursor()
457 xcurs = ((xcurs % vc->vc_cols) << 3) + xcurs_correction; in newport_cursor()
603 count = (b - t - lines) * vc->vc_cols; in newport_scroll()
618 if (++x == vc->vc_cols) { in newport_scroll()
627 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll()
634 if (++x == vc->vc_cols) { in newport_scroll()
640 x = vc->vc_cols - 1; in newport_scroll()
654 x = vc->vc_cols - 1; in newport_scroll()
662 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll()
669 if (++x == vc->vc_cols) { in newport_scroll()