vh_mono           432 dev/ic/vga.c   	if (!vc->hdl.vh_mono)
vh_mono           477 dev/ic/vga.c   	vh->vh_mono = !(mor & 1);
vh_mono           479 dev/ic/vga.c   	if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0,
vh_mono           487 dev/ic/vga.c   				(vh->vh_mono ? 0x10000 : 0x18000), 0x8000,
vh_mono           494 dev/ic/vga.c   	vc->currenttype = vh->vh_mono ? &vga_stdscreen_mono : &vga_stdscreen;
vh_mono           544 dev/ic/vga.c   	aa.scrdata = (vc->hdl.vh_mono ? &vga_screenlist_mono : &vga_screenlist);
vh_mono           968 dev/ic/vga.c   	if (vc->hdl.vh_mono) {
vh_mono          1003 dev/ic/vga.c   	if (vc->hdl.vh_mono) {
vh_mono            80 dev/ic/vga_subr.c 	vga_gdc_write(vh, misc, (vh->vh_mono ? 0x0a : 0x0e));
vh_mono            36 dev/ic/vgavar.h 	int vh_mono;
vh_mono           432 dev/isa/ega.c  	vh->vh_mono = mono;
vh_mono           437 dev/isa/ega.c  	if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0,
vh_mono           445 dev/isa/ega.c  				(vh->vh_mono ? 0x10000 : 0x18000), 0x8000,
vh_mono           452 dev/isa/ega.c  	vc->currenttype = vh->vh_mono ? &ega_stdscreen_mono : &ega_stdscreen;
vh_mono           483 dev/isa/ega.c  		mono = ega_console_dc.hdl.vh_mono;
vh_mono           876 dev/isa/ega.c  	if (vc->hdl.vh_mono) {
vh_mono           911 dev/isa/ega.c  	if (vc->hdl.vh_mono) {