Searched refs:vga_console_vc (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dvga.c112 static struct vga_config vga_console_vc; variable in typeref:struct:vga_config
608 vc = &vga_console_vc;
679 vga_init(&vga_console_vc, iot, memt);
681 scr = wsdisplay_screentype_pick(vga_console_vc.hdl.vh_mono ?
686 scr = vga_console_vc.currenttype;
695 vga_console_vc.vc_quirks |= VGA_QUIRK_ONEFONT; /* redundant */
696 vga_copyfont01(&vga_console_vc.hdl);
697 vga_console_vc.vc_nfontslots = 1;
699 vga_console_vc.vc_nfontslots = 8;
703 vga_console_vc
[all...]
H A Dvga_raster.c154 static struct vga_config vga_console_vc; variable in typeref:struct:vga_config
342 vga_raster_init(&vga_console_vc, iot, memt);
344 scr = wsdisplay_screentype_pick(vga_console_vc.hdl.vh_mono ?
353 scr = wsdisplay_screentype_pick(vga_console_vc.hdl.vh_mono ?
355 if (scr != vga_console_vc.currenttype)
356 vga_console_vc.currenttype = scr;
358 scr = vga_console_vc.currenttype;
360 vga_raster_init_screen(&vga_console_vc, &vga_console_screen, scr, 1,
364 vga_console_vc.active = &vga_console_screen;
541 vc = &vga_console_vc;
[all...]

Completed in 53 milliseconds