Searched defs:charmask (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/video/console/
H A Dtileblit.c59 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; tile_putcs() local
H A Dbitblit.c82 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; bit_putcs_aligned() local
115 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; bit_putcs_unaligned() local
241 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; bit_cursor() local
H A Dfbcon_ccw.c104 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; ccw_putcs_aligned() local
226 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; ccw_cursor() local
H A Dfbcon_cw.c89 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; cw_putcs_aligned() local
209 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; cw_cursor() local
H A Dfbcon_ud.c91 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; ud_putcs_aligned() local
124 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; ud_putcs_unaligned() local
256 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; ud_cursor() local
H A Dfbcon.c293 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; get_color() local
2301 unsigned short charmask = vc->vc_hi_font_mask ? fbcon_generic_blank() local
/linux-4.1.27/drivers/tty/vt/
H A Dvt.c2176 u16 himask, charmask; do_con_write() local

Completed in 203 milliseconds