Searched refs:vga_512_chars (Results 1 – 1 of 1) sorted by relevance
111 static int vga_512_chars; variable576 if (vga_512_chars) in vgacon_init()1181 if ((set) && (ch512 != vga_512_chars)) { in vgacon_do_font_op()1182 vga_512_chars = ch512; in vgacon_do_font_op()1299 font->charcount = vga_512_chars ? 512 : 256; in vgacon_font_get()1302 return vgacon_do_font_op(&vgastate, font->data, 0, vga_512_chars); in vgacon_font_get()