fontht            317 drivers/video/fbdev/acornfb.c acornfb_adjust_timing(struct fb_info *info, struct fb_var_screeninfo *var, u_int fontht)
fontht            342 drivers/video/fbdev/acornfb.c 	font_line_len = var->xres * var->bits_per_pixel * fontht / 8;
fontht            361 drivers/video/fbdev/acornfb.c 	nr_y *= fontht;
fontht            369 drivers/video/fbdev/acornfb.c 			var->yres_virtual = size / (font_line_len / fontht);
fontht            450 drivers/video/fbdev/acornfb.c 	u_int fontht;
fontht            456 drivers/video/fbdev/acornfb.c 	fontht = 8;
fontht            510 drivers/video/fbdev/acornfb.c 	err = acornfb_adjust_timing(info, var, fontht);