fontheight 1224 drivers/video/console/vgacon.c static int vgacon_adjust_height(struct vc_data *vc, unsigned fontheight) fontheight 1229 drivers/video/console/vgacon.c rows = vc->vc_scan_lines / fontheight; /* Number of video rows we end up with */ fontheight 1230 drivers/video/console/vgacon.c maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ fontheight 1252 drivers/video/console/vgacon.c fsr = (fsr & 0xe0) + (fontheight - 1); /* Font size register */ fontheight 1262 drivers/video/console/vgacon.c vga_video_font_height = fontheight; fontheight 1274 drivers/video/console/vgacon.c c->vc_font.height = fontheight; fontheight 137 drivers/video/fbdev/g364fb.c ((x * fontwidth(p)) << 12) | ((y * fontheight(p)) -