HomeSort by: relevance | last modified time | path
    Searched defs:mono (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
vga_common.c 52 int gotio_vga, gotio_6845, gotmem, mono, rv; local in function:vga_common_probe
63 mono = !(regval & 1);
65 if (bus_space_map(iot, (mono ? 0x3b0 : 0x3d0), 0x10, 0, &ioh_6845))
73 dispoffset = (mono ? 0x10000 : 0x18000);
  /src/sys/dev/isa/
pcdisplay.c 59 int mono; member in struct:pcdisplay_config
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; local in function:pcdisplay_match
255 mono = pcdisplay_console_dc.mono;
259 mono = 0
339 int mono; local in function:pcdisplay_cnattach
    [all...]
ega.c 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; local in function:ega_match
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; local in function:ega_cnattach
535 mono = 0
    [all...]

Completed in 14 milliseconds