Home
last modified time | relevance | path

Searched refs:fontheight (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/console/
H A Dvgacon.c1017 static int vgacon_adjust_height(struct vc_data *vc, unsigned fontheight) in vgacon_adjust_height() argument
1022 rows = vc->vc_scan_lines / fontheight; /* Number of video rows we end up with */ in vgacon_adjust_height()
1023 maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ in vgacon_adjust_height()
1045 fsr = (fsr & 0xe0) + (fontheight - 1); /* Font size register */ in vgacon_adjust_height()
1055 vga_video_font_height = fontheight; in vgacon_adjust_height()
1067 c->vc_font.height = c->vc_cell_height = fontheight; in vgacon_adjust_height()
/kernel/linux/linux-6.6/drivers/video/console/
H A Dvgacon.c956 static int vgacon_adjust_height(struct vc_data *vc, unsigned fontheight) in vgacon_adjust_height() argument
961 rows = vc->vc_scan_lines / fontheight; /* Number of video rows we end up with */ in vgacon_adjust_height()
962 maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ in vgacon_adjust_height()
984 fsr = (fsr & 0xe0) + (fontheight - 1); /* Font size register */ in vgacon_adjust_height()
994 vga_video_font_height = fontheight; in vgacon_adjust_height()
1006 c->vc_font.height = c->vc_cell_height = fontheight; in vgacon_adjust_height()

Completed in 3 milliseconds