Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/console/
H A Dvgacon.c828 bool ch512) in vgacon_do_font_op() argument
849 font_select = ch512 ? 0x04 : 0x00; in vgacon_do_font_op()
886 if (ch512) { in vgacon_do_font_op()
923 if ((set) && (ch512 != vga_512_chars)) { in vgacon_do_font_op()
924 vga_512_chars = ch512; in vgacon_do_font_op()
929 vga_wattr(state->vgabase, VGA_ATC_PLANE_ENABLE, ch512 ? 0x07 : 0x0f); in vgacon_do_font_op()
946 c->vc_hi_font_mask = ch512 ? 0x0800 : 0; in vgacon_do_font_op()