Lines Matching defs:mono
393 ega_init(struct ega_config *vc, bus_space_tag_t iot, bus_space_tag_t memt, int mono)
400 vh->vh_mono = mono;
434 int mono;
466 mono = ega_console_dc.hdl.vh_mono;
470 mono = 0;
474 mono = 1;
478 ia->ia_io[0].ir_addr = mono ? 0x3b0 : 0x3d0;
480 ia->ia_iomem[0].ir_addr = mono ? 0xb0000 : 0xb8000;
530 int mono;
535 mono = 0;
537 mono = 1;
541 ega_init(&ega_console_dc, iot, memt, mono);