Searched refs:xcurs (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/console/
H A Dnewport_con.c444 int xcurs, ycurs; newport_cursor() local
458 xcurs = (vc->vc_pos - vc->vc_visible_origin) / 2; newport_cursor()
459 ycurs = ((xcurs / vc->vc_cols) << 4) + 31; newport_cursor()
460 xcurs = ((xcurs % vc->vc_cols) << 3) + xcurs_correction; newport_cursor()
461 newport_vc2_set(npregs, VC2_IREG_CURSX, xcurs); newport_cursor()

Completed in 314 milliseconds