Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/console/
A Dvgacon.c977 int rows, maxscan, i; in vgacon_adjust_height() local
980 maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ in vgacon_adjust_height()
999 vde = maxscan & 0xff; /* Vertical display end reg */ in vgacon_adjust_height()
1001 ((maxscan & 0x100) >> 7) + ((maxscan & 0x200) >> 3); in vgacon_adjust_height()

Completed in 5 milliseconds