Searched refs:vga_console_vc (Results 1 – 2 of 2) sorted by relevance
113 static struct vga_config vga_console_vc; variable602 vc = &vga_console_vc; in vga_common_attach()674 vga_init(&vga_console_vc, iot, memt); in vga_cnattach()676 scr = wsdisplay_screentype_pick(vga_console_vc.hdl.vh_mono ? in vga_cnattach()681 scr = vga_console_vc.currenttype; in vga_cnattach()690 vga_console_vc.vc_quirks |= VGA_QUIRK_ONEFONT; /* redundant */ in vga_cnattach()691 vga_copyfont01(&vga_console_vc.hdl); in vga_cnattach()692 vga_console_vc.vc_nfontslots = 1; in vga_cnattach()694 vga_console_vc.vc_nfontslots = 8; in vga_cnattach()698 vga_console_vc.vc_quirks |= VGA_QUIRK_NOFASTSCROLL; in vga_cnattach()[all …]
155 static struct vga_config vga_console_vc; variable343 vga_raster_init(&vga_console_vc, iot, memt); in vga_cnattach()345 scr = wsdisplay_screentype_pick(vga_console_vc.hdl.vh_mono ? in vga_cnattach()354 scr = wsdisplay_screentype_pick(vga_console_vc.hdl.vh_mono ? in vga_cnattach()356 if (scr != vga_console_vc.currenttype) in vga_cnattach()357 vga_console_vc.currenttype = scr; in vga_cnattach()359 scr = vga_console_vc.currenttype; in vga_cnattach()361 vga_raster_init_screen(&vga_console_vc, &vga_console_screen, scr, 1, in vga_cnattach()365 vga_console_vc.active = &vga_console_screen; in vga_cnattach()533 vc = &vga_console_vc; in vga_common_attach()[all …]