Searched refs:vc_complement_mask (Results 1 – 4 of 4) sorted by relevance
120 unsigned short vc_complement_mask; /* [#] Xor mask for mouse pointer */ member
1089 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in fbcon_init() 1095 vc->vc_complement_mask <<= 1; in fbcon_init() 1412 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in fbcon_set_disp() 1418 vc->vc_complement_mask <<= 1; in fbcon_set_disp() 2179 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in fbcon_switch() 2182 vc->vc_complement_mask <<= 1; in fbcon_switch() 2376 vc->vc_complement_mask >>= 1; in set_vc_hi_font() 2399 vc->vc_complement_mask <<= 1; in set_vc_hi_font()
776 new = old ^ vc->vc_complement_mask; in complement_pos() 1016 vc->vc_complement_mask = 0; in visual_init() 1020 if (!vc->vc_complement_mask) in visual_init() 1021 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in visual_init() 1022 vc->vc_s_complement_mask = vc->vc_complement_mask; in visual_init() 2188 vc->vc_complement_mask = vc->vc_s_complement_mask; in reset_terminal() 2422 vc->vc_complement_mask = vc->vc_par[0] << 8 | vc->vc_par[1]; in csi_DEC() 2424 vc->vc_complement_mask = vc->vc_s_complement_mask; in csi_DEC()
394 c->vc_complement_mask = 0x7700; in vgacon_init()