Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/console/
Dvgacon.c959 int rows, maxscan, i; in vgacon_adjust_height() local
962 maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ in vgacon_adjust_height()
981 vde = maxscan & 0xff; /* Vertical display end reg */ in vgacon_adjust_height()
983 ((maxscan & 0x100) >> 7) + ((maxscan & 0x200) >> 3); in vgacon_adjust_height()