Home
last modified time | relevance | path

Searched refs:xcurs_correction (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/console/
H A Dnewport_con.c45 static int xcurs_correction = 29; variable
287 xcurs_correction = 21; in newport_get_revisions()
459 xcurs = ((xcurs % vc->vc_cols) << 3) + xcurs_correction; in newport_cursor()