Home
last modified time | relevance | path

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

/drivers/video/console/
Dvgacon.c1078 int font_select = 0x00, beg, i; in vgacon_do_font_op() local
1102 font_select = ch512 ? 0x04 : 0x00; in vgacon_do_font_op()
1113 font_select = arg ? (ch512 ? 0x0e : 0x0a) : 0x00; in vgacon_do_font_op()
1180 vga_wseq(state->vgabase, VGA_SEQ_CHARACTER_MAP, font_select); in vgacon_do_font_op()
/drivers/usb/misc/sisusbvga/
Dsisusb_con.c1044 int font_select = 0x00, i, err = 0; in sisusbcon_do_font_op() local
1071 font_select = (slot == 0) ? 0x00 : (ch512 ? 0x0e : 0x0a); in sisusbcon_do_font_op()
1140 sisusb_setidxreg(sisusb, SISSR, 0x03, font_select); in sisusbcon_do_font_op()