Searched refs:vc_hi_font_mask (Results 1 – 12 of 12) sorted by relevance
23 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; in tile_clear()24 int fgshift = (vc->vc_hi_font_mask) ? 9 : 8; in tile_clear()27 ((vc->vc_hi_font_mask) ? 0x1ff : 0xff); in tile_clear()44 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in tile_putcs()
49 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; in bit_clear()67 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_aligned()100 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_putcs_unaligned()226 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in bit_cursor()
295 : attr_bgcol((vc->vc_hi_font_mask) ? 13 : 12, c); in get_color()1075 vc->vc_hi_font_mask = 0; in fbcon_init()1077 vc->vc_hi_font_mask = 0x100; in fbcon_init()1195 if (vc->vc_hi_font_mask && vc->vc_screenbuf) in fbcon_deinit()1370 vc->vc_hi_font_mask = 0; in fbcon_set_disp()1372 vc->vc_hi_font_mask = 0x100; in fbcon_set_disp()1697 unsigned short charmask = vc->vc_hi_font_mask ? in fbcon_generic_blank()1841 vc->vc_hi_font_mask = 0; in set_vc_hi_font()1864 vc->vc_hi_font_mask = 0x100; in set_vc_hi_font()1916 if (vc->vc_hi_font_mask && charcount == 256) in fbcon_do_set_font()[all …]
51 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; in ud_clear()71 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_putcs_aligned()104 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_putcs_unaligned()236 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_cursor()
66 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; in ccw_clear()85 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ccw_putcs_aligned()207 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ccw_cursor()
51 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; in cw_clear()70 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in cw_putcs_aligned()190 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in cw_cursor()
125 …unsigned short vc_hi_font_mask; /* [#] Attribute set for upper 256 chars of font or 0 if not suppo… member
529 mask = vc->vc_hi_font_mask | 0xff; in vc_uniscr_check()574 int mask = vc->vc_hi_font_mask | 0xff; in vc_uniscr_copy_line()600 mask = vc->vc_hi_font_mask | 0xff; in vc_uniscr_debug_check()739 if (vc->vc_hi_font_mask == 0x100) in build_attr()778 } else if (vc->vc_hi_font_mask == 0x100) { in invert_screen()977 int mask = vc->vc_hi_font_mask | 0xff; in clear_buffer_attributes()1070 vc->vc_hi_font_mask = 0; in visual_init()1972 if (vc->vc_hi_font_mask == 0x100) in setterm_command()2742 if (vc->vc_hi_font_mask == 0x100) in vc_invert_attr()2800 u16 himask = vc->vc_hi_font_mask, charmask = himask ? 0x1ff : 0xff; in vc_con_write_normal()[all …]
949 return put_user(vc->vc_hi_font_mask, in vt_ioctl()
390 c->vc_hi_font_mask = 0x0800; in vgacon_init()983 c->vc_hi_font_mask = 0x00; in vgacon_do_font_op()985 c->vc_hi_font_mask = ch512 ? 0x0800 : 0; in vgacon_do_font_op()
225 c->vc_hi_font_mask = sisusb->current_font_512 ? 0x0800 : 0; in sisusbcon_init()1112 d->vc_hi_font_mask = ch512 ? 0x0800 : 0; in sisusbcon_do_font_op()
260 return (scr_readw(pos) & ~vc->vc_hi_font_mask) >> 8; in get_attributes()468 if (w & vc->vc_hi_font_mask) { in get_char()469 w &= ~vc->vc_hi_font_mask; in get_char()
Completed in 31 milliseconds