Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds