Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dvgacon.c707 int font_select = 0x00; in vgacon_do_font_op() local
730 font_select = ch512 ? 0x04 : 0x00; in vgacon_do_font_op()
741 font_select = arg ? (ch512 ? 0x0e : 0x0a) : 0x00; in vgacon_do_font_op()
800 outb_p( font_select, seq_port_val ); in vgacon_do_font_op()