Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds