xcurs 445 drivers/video/console/newport_con.c int xcurs, ycurs; xcurs 459 drivers/video/console/newport_con.c xcurs = (vc->vc_pos - vc->vc_visible_origin) / 2; xcurs 460 drivers/video/console/newport_con.c ycurs = ((xcurs / vc->vc_cols) << 4) + 31; xcurs 461 drivers/video/console/newport_con.c xcurs = ((xcurs % vc->vc_cols) << 3) + xcurs_correction; xcurs 462 drivers/video/console/newport_con.c newport_vc2_set(npregs, VC2_IREG_CURSX, xcurs);