Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dvgacon.c701 vgacon_do_font_op(char *arg, int set, int ch512) in vgacon_do_font_op() argument
730 font_select = ch512 ? 0x04 : 0x00; in vgacon_do_font_op()
740 ch512 = 0; /* Default font is always 256 */ in vgacon_do_font_op()
741 font_select = arg ? (ch512 ? 0x0e : 0x0a) : 0x00; in vgacon_do_font_op()
779 if (ch512) { in vgacon_do_font_op()
813 if ((set)&&(ch512!=vga_512_chars)) { /* attribute controller */ in vgacon_do_font_op()
818 c->vc_hi_font_mask = ch512 ? 0x0800 : 0; in vgacon_do_font_op()
820 vga_512_chars=ch512; in vgacon_do_font_op()
825 outb_p ( ch512 ? 0x07 : 0x0f, attrib_port ); in vgacon_do_font_op()