vc_hi_font_mask   261 drivers/staging/speakup/main.c 	return (scr_readw(pos) & ~vc->vc_hi_font_mask) >> 8;
vc_hi_font_mask   472 drivers/staging/speakup/main.c 		if (w & vc->vc_hi_font_mask) {
vc_hi_font_mask   473 drivers/staging/speakup/main.c 			w &= ~vc->vc_hi_font_mask;
vc_hi_font_mask   536 drivers/tty/vt/vt.c 	mask = vc->vc_hi_font_mask | 0xff;
vc_hi_font_mask   581 drivers/tty/vt/vt.c 		int mask = vc->vc_hi_font_mask | 0xff;
vc_hi_font_mask   607 drivers/tty/vt/vt.c 	mask = vc->vc_hi_font_mask | 0xff;
vc_hi_font_mask   745 drivers/tty/vt/vt.c 	if (vc->vc_hi_font_mask == 0x100)
vc_hi_font_mask   782 drivers/tty/vt/vt.c 		} else if (vc->vc_hi_font_mask == 0x100) {
vc_hi_font_mask   971 drivers/tty/vt/vt.c 	int mask = vc->vc_hi_font_mask | 0xff;
vc_hi_font_mask  1065 drivers/tty/vt/vt.c 	vc->vc_hi_font_mask = 0;
vc_hi_font_mask  1942 drivers/tty/vt/vt.c 			if (vc->vc_hi_font_mask == 0x100)
vc_hi_font_mask  2616 drivers/tty/vt/vt.c 	himask = vc->vc_hi_font_mask;
vc_hi_font_mask  2770 drivers/tty/vt/vt.c 				} else if (vc->vc_hi_font_mask == 0x100) {
vc_hi_font_mask  4661 drivers/tty/vt/vt.c 	if (w & vc->vc_hi_font_mask)
vc_hi_font_mask  1032 drivers/tty/vt/vt_ioctl.c 		ret = put_user(vc->vc_hi_font_mask,
vc_hi_font_mask   225 drivers/usb/misc/sisusbvga/sisusb_con.c 	c->vc_hi_font_mask = sisusb->current_font_512 ? 0x0800 : 0;
vc_hi_font_mask  1111 drivers/usb/misc/sisusbvga/sisusb_con.c 				d->vc_hi_font_mask = ch512 ? 0x0800 : 0;
vc_hi_font_mask   602 drivers/video/console/vgacon.c 		c->vc_hi_font_mask = 0x0800;
vc_hi_font_mask  1212 drivers/video/console/vgacon.c 				c->vc_hi_font_mask = 0x00;
vc_hi_font_mask  1214 drivers/video/console/vgacon.c 				c->vc_hi_font_mask = ch512 ? 0x0800 : 0;
vc_hi_font_mask    64 drivers/video/fbdev/core/bitblit.c 	int bgshift = (vc->vc_hi_font_mask) ? 13 : 12;
vc_hi_font_mask    82 drivers/video/fbdev/core/bitblit.c 	u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask   115 drivers/video/fbdev/core/bitblit.c 	u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask   241 drivers/video/fbdev/core/bitblit.c 	unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask   316 drivers/video/fbdev/core/fbcon.c 		unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask   322 drivers/video/fbdev/core/fbcon.c 		color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c)
vc_hi_font_mask   323 drivers/video/fbdev/core/fbcon.c 			: attr_bgcol((vc->vc_hi_font_mask) ? 13 : 12, c);
vc_hi_font_mask  1144 drivers/video/fbdev/core/fbcon.c 		vc->vc_hi_font_mask = 0;
vc_hi_font_mask  1146 drivers/video/fbdev/core/fbcon.c 		vc->vc_hi_font_mask = 0x100;
vc_hi_font_mask  1273 drivers/video/fbdev/core/fbcon.c 	if (vc->vc_hi_font_mask && vc->vc_screenbuf)
vc_hi_font_mask  1456 drivers/video/fbdev/core/fbcon.c 		vc->vc_hi_font_mask = 0;
vc_hi_font_mask  1458 drivers/video/fbdev/core/fbcon.c 		vc->vc_hi_font_mask = 0x100;
vc_hi_font_mask  2377 drivers/video/fbdev/core/fbcon.c 		unsigned short charmask = vc->vc_hi_font_mask ?
vc_hi_font_mask  2461 drivers/video/fbdev/core/fbcon.c 	font->charcount = vc->vc_hi_font_mask ? 512 : 256;
vc_hi_font_mask  2508 drivers/video/fbdev/core/fbcon.c 		vc->vc_hi_font_mask = 0;
vc_hi_font_mask  2531 drivers/video/fbdev/core/fbcon.c 		vc->vc_hi_font_mask = 0x100;
vc_hi_font_mask  2590 drivers/video/fbdev/core/fbcon.c 	if (vc->vc_hi_font_mask && cnt == 256)
vc_hi_font_mask  2592 drivers/video/fbdev/core/fbcon.c 	else if (!vc->vc_hi_font_mask && cnt == 512)
vc_hi_font_mask  2825 drivers/video/fbdev/core/fbcon.c 		else if (vc->vc_hi_font_mask == 0x100)
vc_hi_font_mask    85 drivers/video/fbdev/core/fbcon_ccw.c 	int bgshift = (vc->vc_hi_font_mask) ? 13 : 12;
vc_hi_font_mask   104 drivers/video/fbdev/core/fbcon_ccw.c 	u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask   226 drivers/video/fbdev/core/fbcon_ccw.c 	unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask    70 drivers/video/fbdev/core/fbcon_cw.c 	int bgshift = (vc->vc_hi_font_mask) ? 13 : 12;
vc_hi_font_mask    89 drivers/video/fbdev/core/fbcon_cw.c 	u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask   209 drivers/video/fbdev/core/fbcon_cw.c 	unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask    71 drivers/video/fbdev/core/fbcon_ud.c 	int bgshift = (vc->vc_hi_font_mask) ? 13 : 12;
vc_hi_font_mask    91 drivers/video/fbdev/core/fbcon_ud.c 	u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask   124 drivers/video/fbdev/core/fbcon_ud.c 	u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask   256 drivers/video/fbdev/core/fbcon_ud.c 	unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask    38 drivers/video/fbdev/core/tileblit.c 	int bgshift = (vc->vc_hi_font_mask) ? 13 : 12;
vc_hi_font_mask    39 drivers/video/fbdev/core/tileblit.c 	int fgshift = (vc->vc_hi_font_mask) ? 9 : 8;
vc_hi_font_mask    42 drivers/video/fbdev/core/tileblit.c 		((vc->vc_hi_font_mask) ? 0x1ff : 0xff);
vc_hi_font_mask    59 drivers/video/fbdev/core/tileblit.c 	unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff;
vc_hi_font_mask    89 include/linux/console_struct.h 	unsigned short	vc_hi_font_mask;	/* [#] Attribute set for upper 256 chars of font or 0 if not supported */