Searched refs:charmask (Results 1 – 3 of 3) sorted by relevance
81 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_aligned() local87 u16 ch = scr_readw(s++) & charmask; in bit_putcs_aligned()118 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_unaligned() local126 u16 ch = scr_readw(s++) & charmask; in bit_putcs_unaligned()265 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_cursor() local279 src = vc->vc_font.data + ((c & charmask) * (w * vc->vc_font.height)); in bit_cursor()
323 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in get_color() local325 c = vc->vc_video_erase_char & charmask; in get_color()2239 unsigned short charmask = vc->vc_hi_font_mask ? in fbcon_generic_blank() local2244 vc->vc_video_erase_char &= charmask; in fbcon_generic_blank()
3059 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in vc_get_glyph() local3061 if (!(glyph & ~charmask)) in vc_get_glyph()3068 if ((!vc->vc_utf || vc->vc_disp_ctrl || tc < 128) && !(tc & ~charmask)) { in vc_get_glyph()