Lines Matching refs:softcursor_original
571 static int softcursor_original; variable
579 if (softcursor_original != -1) return; in add_softcursor()
580 softcursor_original = i; in add_softcursor()
583 if ((type & 0x20) && ((softcursor_original & 0x7000) == (i & 0x7000))) i ^= 0x7000; in add_softcursor()
592 if (softcursor_original != -1) { in hide_softcursor()
593 scr_writew(softcursor_original, (u16 *)vc->vc_pos); in hide_softcursor()
595 vc->vc_sw->con_putc(vc, softcursor_original, in hide_softcursor()
597 softcursor_original = -1; in hide_softcursor()
4270 if ((unsigned long)org == vc->vc_pos && softcursor_original != -1) in vcs_scr_readw()
4271 return softcursor_original; in vcs_scr_readw()
4279 softcursor_original = -1; in vcs_scr_writew()