Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/console/
H A Dnewport_con.c443 int xcurs, ycurs; in newport_cursor() local
458 ycurs = ((xcurs / vc->vc_cols) << 4) + 31; in newport_cursor()
461 newport_vc2_set(npregs, VC2_IREG_CURSY, ycurs); in newport_cursor()