Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
A Dbitblit.c67 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_aligned() local
73 charmask)*cellsize; in bit_putcs_aligned()
100 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_unaligned() local
108 charmask)*cellsize; in bit_putcs_unaligned()
226 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_cursor() local
237 src = vc->vc_font.data + ((c & charmask) * (w * vc->vc_font.height)); in bit_cursor()
A Dfbcon_ud.c71 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_putcs_aligned() local
76 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_aligned()
104 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_putcs_unaligned() local
111 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_unaligned()
236 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_cursor() local
252 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.height)); in ud_cursor()
A Dtileblit.c44 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in tile_putcs() local
56 blit.indices[i] = (u32)(scr_readw(s++) & charmask); in tile_putcs()
A Dfbcon_ccw.c85 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ccw_putcs_aligned() local
90 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ccw_putcs_aligned()
207 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ccw_cursor() local
222 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width)); in ccw_cursor()
A Dfbcon_cw.c70 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in cw_putcs_aligned() local
75 src = ops->fontbuffer + (scr_readw(s++) & charmask)*cellsize; in cw_putcs_aligned()
190 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in cw_cursor() local
205 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width)); in cw_cursor()
A Dfbcon.c288 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in get_color() local
290 c = vc->vc_video_erase_char & charmask; in get_color()
1697 unsigned short charmask = vc->vc_hi_font_mask ? in fbcon_generic_blank() local
1702 vc->vc_video_erase_char &= charmask; in fbcon_generic_blank()
/linux/drivers/tty/vt/
A Dvt.c2800 u16 himask = vc->vc_hi_font_mask, charmask = himask ? 0x1ff : 0xff; in vc_con_write_normal() local
2811 if (tc & ~charmask) { in vc_con_write_normal()
2817 !(c & ~charmask)) { in vc_con_write_normal()

Completed in 21 milliseconds