Searched defs:ch512 (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c1072 u8 *arg, int cmapsz, int ch512, int dorecalc,
1098 ch512 = 0;
1102 font_select = (slot == 0) ? 0x00 : (ch512 ? 0x0e : 0x0a);
1142 if (ch512) {
1184 if ((set) && (ch512 != sisusb->current_font_512)) {
1192 d->vc_hi_font_mask = ch512 ? 0x0800 : 0;
1195 sisusb->current_font_512 = ch512;
1202 sisusb_setreg(sisusb, SISAR, ch512 ? 0x07 : 0x0f);
1071 sisusbcon_do_font_op(struct sisusb_usb_data *sisusb, int set, int slot, u8 *arg, int cmapsz, int ch512, int dorecalc, struct vc_data *c, int fh, int uplock) argument
/drivers/video/console/
H A Dvgacon.c1062 static int vgacon_do_font_op(struct vgastate *state,char *arg,int set,int ch512) argument
1089 font_select = ch512 ? 0x04 : 0x00;
1099 ch512 = 0; /* Default font is always 256 */
1100 font_select = arg ? (ch512 ? 0x0e : 0x0a) : 0x00;
1138 if (ch512) {
1171 if ((set) && (ch512 != vga_512_chars)) {
1176 c->vc_hi_font_mask = ch512 ? 0x0800 : 0;
1178 vga_512_chars = ch512;
1183 vga_wattr(state->vgabase, VGA_ATC_PLANE_ENABLE, ch512 ? 0x07 : 0x0f);

Completed in 80 milliseconds