Lines Matching refs:vc_hi_font_mask
293 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in get_color()
299 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color()
300 : attr_bgcol((vc->vc_hi_font_mask) ? 13 : 12, c); in get_color()
1083 vc->vc_hi_font_mask = 0; in fbcon_init()
1085 vc->vc_hi_font_mask = 0x100; in fbcon_init()
1378 vc->vc_hi_font_mask = 0; in fbcon_set_disp()
1380 vc->vc_hi_font_mask = 0x100; in fbcon_set_disp()
2301 unsigned short charmask = vc->vc_hi_font_mask ? in fbcon_generic_blank()
2394 font->charcount = vc->vc_hi_font_mask ? 512 : 256; in fbcon_get_font()
2462 if (vc->vc_hi_font_mask && cnt == 256) { in fbcon_do_set_font()
2463 vc->vc_hi_font_mask = 0; in fbcon_do_set_font()
2485 } else if (!vc->vc_hi_font_mask && cnt == 512) { in fbcon_do_set_font()
2486 vc->vc_hi_font_mask = 0x100; in fbcon_do_set_font()
2749 else if (vc->vc_hi_font_mask == 0x100) in fbcon_invert_region()