Home
last modified time | relevance | path

Searched refs:vc_hi_font_mask (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/core/
Dtileblit.c38 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; in tile_clear()
39 int fgshift = (vc->vc_hi_font_mask) ? 9 : 8; in tile_clear()
42 ((vc->vc_hi_font_mask) ? 0x1ff : 0xff); in tile_clear()
59 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in tile_putcs()
Dbitblit.c64 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; in bit_clear()
82 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_aligned()
115 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_unaligned()
241 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_cursor()
Dfbcon_ud.c71 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; in ud_clear()
91 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_putcs_aligned()
124 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_putcs_unaligned()
256 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_cursor()
Dfbcon_ccw.c85 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; in ccw_clear()
104 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ccw_putcs_aligned()
226 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ccw_cursor()
Dfbcon_cw.c70 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; in cw_clear()
89 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in cw_putcs_aligned()
209 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in cw_cursor()
Dfbcon.c298 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in get_color()
304 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color()
305 : attr_bgcol((vc->vc_hi_font_mask) ? 13 : 12, c); in get_color()
1111 vc->vc_hi_font_mask = 0; in fbcon_init()
1113 vc->vc_hi_font_mask = 0x100; in fbcon_init()
1240 if (vc->vc_hi_font_mask) in fbcon_deinit()
1420 vc->vc_hi_font_mask = 0; in fbcon_set_disp()
1422 vc->vc_hi_font_mask = 0x100; in fbcon_set_disp()
2343 unsigned short charmask = vc->vc_hi_font_mask ? in fbcon_generic_blank()
2436 font->charcount = vc->vc_hi_font_mask ? 512 : 256; in fbcon_get_font()
[all …]
/Linux-v4.19/include/linux/
Dconsole_struct.h89 …unsigned short vc_hi_font_mask; /* [#] Attribute set for upper 256 chars of font or 0 if not suppo… member
/Linux-v4.19/drivers/tty/vt/
Dvt.c530 mask = vc->vc_hi_font_mask | 0xff; in vc_uniscr_check()
575 int mask = vc->vc_hi_font_mask | 0xff; in vc_uniscr_copy_line()
601 mask = vc->vc_hi_font_mask | 0xff; in vc_uniscr_debug_check()
739 if (vc->vc_hi_font_mask == 0x100) in build_attr()
776 } else if (vc->vc_hi_font_mask == 0x100) { in invert_screen()
950 int mask = vc->vc_hi_font_mask | 0xff; in clear_buffer_attributes()
1046 vc->vc_hi_font_mask = 0; in visual_init()
1905 if (vc->vc_hi_font_mask == 0x100) in setterm_command()
2554 himask = vc->vc_hi_font_mask; in do_con_write()
2708 } else if (vc->vc_hi_font_mask == 0x100) { in do_con_write()
[all …]
Dvt_ioctl.c1017 ret = put_user(vc->vc_hi_font_mask, in vt_ioctl()
/Linux-v4.19/drivers/video/console/
Dvgacon.c601 c->vc_hi_font_mask = 0x0800; in vgacon_init()
1211 c->vc_hi_font_mask = 0x00; in vgacon_do_font_op()
1213 c->vc_hi_font_mask = ch512 ? 0x0800 : 0; in vgacon_do_font_op()
/Linux-v4.19/drivers/usb/misc/sisusbvga/
Dsisusb_con.c234 c->vc_hi_font_mask = sisusb->current_font_512 ? 0x0800 : 0; in sisusbcon_init()
1131 d->vc_hi_font_mask = ch512 ? 0x0800 : 0; in sisusbcon_do_font_op()
/Linux-v4.19/drivers/staging/speakup/
Dmain.c261 return (scr_readw(pos) & ~vc->vc_hi_font_mask) >> 8; in get_attributes()
472 if (w & vc->vc_hi_font_mask) { in get_char()
473 w &= ~vc->vc_hi_font_mask; in get_char()