Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/console/
Dvgacon.c63 #define VGA_FONTWIDTH 8 /* VGA does not support fontwidths != 8 */ macro
329 vgacon_xres = screen_info.orig_video_cols * VGA_FONTWIDTH; in vgacon_startup()
536 vgacon_xres = width * VGA_FONTWIDTH; in vgacon_doresize()
590 int x = c->vc_cols * VGA_FONTWIDTH; in vgacon_switch()
1022 if (font->width != VGA_FONTWIDTH || font->height > 32 || vpitch != 32 || in vgacon_font_set()
1040 font->width = VGA_FONTWIDTH; in vgacon_font_get()