ycurs             445 drivers/video/console/newport_con.c 	int xcurs, ycurs;
ycurs             460 drivers/video/console/newport_con.c 		ycurs = ((xcurs / vc->vc_cols) << 4) + 31;
ycurs             463 drivers/video/console/newport_con.c 		newport_vc2_set(npregs, VC2_IREG_CURSY, ycurs);