HomeSort by: relevance | last modified time | path
    Searched refs:mono (Results 1 - 5 of 5) 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...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
am335x-sl50.dts 136 mono-8bit-mode = <0>;
  /src/share/terminfo/
terminfo 585 pcansi-m|pcansi-mono|ibm-pc terminal programs claiming to be ANSI (mono mode),
594 pcansi-25-m|pcansi25m|ibm-pc terminal programs with 25 lines (mono mode),
596 pcansi-33-m|pcansi33m|ibm-pc terminal programs with 33 lines (mono mode),
598 pcansi-43-m|ansi43m|ibm-pc terminal programs with 43 lines (mono mode),
614 ansi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes,
2104 cons25-m|ansis-mono|ansi80x25-mono|FreeBSD console (25-line mono ANSI mode),
2111 cons30-m|ansi80x30-mono|FreeBSD console (30-line mono ANSI mode)
    [all...]

Completed in 19 milliseconds