Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dbitblit.c81 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_aligned() local
87 u16 ch = scr_readw(s++) & charmask; in bit_putcs_aligned()
118 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_unaligned() local
126 u16 ch = scr_readw(s++) & charmask; in bit_putcs_unaligned()
265 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_cursor() local
279 src = vc->vc_font.data + ((c & charmask) * (w * vc->vc_font.height)); in bit_cursor()
H A Dfbcon.c323 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in get_color() local
325 c = vc->vc_video_erase_char & charmask; in get_color()
2239 unsigned short charmask = vc->vc_hi_font_mask ? in fbcon_generic_blank() local
2244 vc->vc_video_erase_char &= charmask; in fbcon_generic_blank()
/linux/drivers/tty/vt/
H A Dvt.c3059 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in vc_get_glyph() local
3061 if (!(glyph & ~charmask)) in vc_get_glyph()
3068 if ((!vc->vc_utf || vc->vc_disp_ctrl || tc < 128) && !(tc & ~charmask)) { in vc_get_glyph()