Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H A Dbitblit.c81 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_aligned() local
114 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_unaligned() local
240 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_cursor() local
H A Dfbcon_ud.c90 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_putcs_aligned() local
123 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_putcs_unaligned() local
255 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_cursor() local
H A Dfbcon_cw.c88 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in cw_putcs_aligned() local
208 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in cw_cursor() local
H A Dfbcon_ccw.c103 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ccw_putcs_aligned() local
225 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ccw_cursor() local
H A Dtileblit.c57 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in tile_putcs() local
H A Dfbcon.c301 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in get_color() local
2210 unsigned short charmask = vc->vc_hi_font_mask ? in fbcon_generic_blank() local
/linux-6.15/drivers/tty/vt/
H A Dvt.c2948 u16 himask = vc->vc_hi_font_mask, charmask = himask ? 0x1ff : 0xff; in vc_con_write_normal() local