Searched refs:vc_complement_mask (Results 1 – 5 of 5) sorted by relevance
120 unsigned short vc_complement_mask; /* [#] Xor mask for mouse pointer */ member
357 c->vc_complement_mask = 0x0800; /* reverse video */ in mdacon_init()
394 c->vc_complement_mask = 0x7700; in vgacon_init()
1072 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in fbcon_init()1078 vc->vc_complement_mask <<= 1; in fbcon_init()1391 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in fbcon_set_disp()1397 vc->vc_complement_mask <<= 1; in fbcon_set_disp()2159 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in fbcon_switch()2162 vc->vc_complement_mask <<= 1; in fbcon_switch()2356 vc->vc_complement_mask >>= 1; in set_vc_hi_font()2379 vc->vc_complement_mask <<= 1; in set_vc_hi_font()
768 new = old ^ vc->vc_complement_mask; in complement_pos()1008 vc->vc_complement_mask = 0; in visual_init()1012 if (!vc->vc_complement_mask) in visual_init()1013 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in visual_init()1014 vc->vc_s_complement_mask = vc->vc_complement_mask; in visual_init()2167 vc->vc_complement_mask = vc->vc_s_complement_mask; in reset_terminal()2401 vc->vc_complement_mask = vc->vc_par[0] << 8 | vc->vc_par[1]; in csi_DEC()2403 vc->vc_complement_mask = vc->vc_s_complement_mask; in csi_DEC()