Lines Matching defs:mono
59 int mono;
183 bus_space_tag_t memt, int mono)
190 dc->mono = mono;
192 if (bus_space_map(memt, mono ? 0xb0000 : 0xb8000, 0x8000,
195 if (bus_space_map(iot, mono ? 0x3b0 : 0x3d0, 0x10,
225 int mono;
255 mono = pcdisplay_console_dc.mono;
259 mono = 0;
263 mono = 1;
268 ia->ia_io[0].ir_addr = mono ? 0x3b0 : 0x3d0;
272 ia->ia_iomem[0].ir_addr = mono ? 0xb0000 : 0xb8000;
319 if (dc->mono) {
339 int mono;
342 mono = 0;
344 mono = 1;
348 pcdisplay_init(&pcdisplay_console_dc, iot, memt, mono);