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()
1085 vc->vc_hi_font_mask = 0; in fbcon_init()
1087 vc->vc_hi_font_mask = 0x100; in fbcon_init()
1383 vc->vc_hi_font_mask = 0; in fbcon_set_disp()
1385 vc->vc_hi_font_mask = 0x100; in fbcon_set_disp()
2306 unsigned short charmask = vc->vc_hi_font_mask ? in fbcon_generic_blank()
2399 font->charcount = vc->vc_hi_font_mask ? 512 : 256; in fbcon_get_font()
2467 if (vc->vc_hi_font_mask && cnt == 256) { in fbcon_do_set_font()
2468 vc->vc_hi_font_mask = 0; in fbcon_do_set_font()
2490 } else if (!vc->vc_hi_font_mask && cnt == 512) { in fbcon_do_set_font()
2491 vc->vc_hi_font_mask = 0x100; in fbcon_do_set_font()
2754 else if (vc->vc_hi_font_mask == 0x100) in fbcon_invert_region()