Searched refs:font_select (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/ |
H A D | vgacon.c | 874 int font_select = 0x00, beg, i; in vgacon_do_font_op() local 894 font_select = ch512 ? 0x04 : 0x00; in vgacon_do_font_op() 905 font_select = arg ? (ch512 ? 0x0e : 0x0a) : 0x00; in vgacon_do_font_op() 972 vga_wseq(state->vgabase, VGA_SEQ_CHARACTER_MAP, font_select); in vgacon_do_font_op()
|
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/ |
H A D | sisusb_con.c | 995 int font_select = 0x00, i, err = 0; in sisusbcon_do_font_op() local 1022 font_select = (slot == 0) ? 0x00 : (ch512 ? 0x0e : 0x0a); in sisusbcon_do_font_op() 1091 sisusb_setidxreg(sisusb, SISSR, 0x03, font_select); in sisusbcon_do_font_op()
|
/kernel/linux/linux-6.6/drivers/video/console/ |
H A D | vgacon.c | 831 int font_select = 0x00, beg, i; in vgacon_do_font_op() local 849 font_select = ch512 ? 0x04 : 0x00; in vgacon_do_font_op() 911 vga_wseq(state->vgabase, VGA_SEQ_CHARACTER_MAP, font_select); in vgacon_do_font_op()
|
Completed in 5 milliseconds