Searched refs:font_select (Results 1 – 2 of 2) sorted by relevance
1065 int font_select = 0x00, beg, i; in vgacon_do_font_op() local1089 font_select = ch512 ? 0x04 : 0x00; in vgacon_do_font_op()1100 font_select = arg ? (ch512 ? 0x0e : 0x0a) : 0x00; in vgacon_do_font_op()1159 vga_wseq(state->vgabase, VGA_SEQ_CHARACTER_MAP, font_select); in vgacon_do_font_op()
1075 int font_select = 0x00, i, err = 0; in sisusbcon_do_font_op() local1102 font_select = (slot == 0) ? 0x00 : (ch512 ? 0x0e : 0x0a); in sisusbcon_do_font_op()1171 sisusb_setidxreg(sisusb, SISSR, 0x03, font_select); in sisusbcon_do_font_op()