Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/console/
H A Dvgacon.c87 static bool vga_512_chars; variable
360 if (vga_512_chars) in vgacon_init()
923 if ((set) && (ch512 != vga_512_chars)) { in vgacon_do_font_op()
924 vga_512_chars = ch512; in vgacon_do_font_op()
1042 font->charcount = vga_512_chars ? 512 : 256; in vgacon_font_get()
1045 return vgacon_do_font_op(&vgastate, font->data, 0, vga_512_chars); in vgacon_font_get()