Lines Matching refs:vc_pos
781 unsigned short *p = (unsigned short *) vc->vc_pos; in insert_char()
794 unsigned short *p = (unsigned short *) vc->vc_pos; in delete_char()
810 int i = scr_readw((u16 *) vc->vc_pos); in add_softcursor()
825 scr_writew(i, (u16 *)vc->vc_pos); in add_softcursor()
833 scr_writew(softcursor_original, (u16 *)vc->vc_pos); in hide_softcursor()
874 vc->vc_pos = vc->vc_origin + vc->vc_size_row * vc->state.y + in set_origin()
1414 vc->vc_pos = vc->vc_origin + vc->state.y * vc->vc_size_row + in gotoxy()
1446 vc->vc_pos += vc->vc_size_row; in lf()
1461 vc->vc_pos -= vc->vc_size_row; in ri()
1468 vc->vc_pos -= vc->state.x << 1; in cr()
1476 vc->vc_pos -= 2; in bs()
1506 count = (vc->vc_scr_end - vc->vc_pos) >> 1; in csi_J()
1507 start = (unsigned short *)vc->vc_pos; in csi_J()
1512 count = ((vc->vc_pos - vc->vc_origin) >> 1) + 1; in csi_J()
1541 unsigned short *start = (unsigned short *)vc->vc_pos; in csi_K()
1573 scr_memsetw((unsigned short *)vc->vc_pos, vc->vc_video_erase_char, 2 * count); in csi_X()
2257 vc->vc_pos -= (vc->state.x << 1); in handle_ascii()
2265 vc->vc_pos += (vc->state.x << 1); in handle_ascii()
3010 scr_writew(tc, (u16 *)vc->vc_pos); in vc_con_write_normal()
3014 draw->from = vc->vc_pos; in vc_con_write_normal()
3018 draw->to = vc->vc_pos + 2; in vc_con_write_normal()
3021 draw->to = (vc->vc_pos += 2); in vc_con_write_normal()
3250 start = (ushort *)vc->vc_pos; in vt_console_print()
3262 start = (ushort *)vc->vc_pos; in vt_console_print()
3269 start = (ushort *)vc->vc_pos; in vt_console_print()
3275 scr_writew((vc->vc_attr << 8) + c, (unsigned short *)vc->vc_pos); in vt_console_print()
3281 vc->vc_pos += 2; in vt_console_print()
3600 vc->vc_pos = vc->vc_origin; in vc_init()
4914 if ((unsigned long)org == vc->vc_pos && softcursor_original != -1) in vcs_scr_readw()
4922 if ((unsigned long)org == vc->vc_pos) { in vcs_scr_writew()