Searched refs:mono (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/isa/
H A Dpcdisplay.c52 int mono; member in struct:pcdisplay_config
172 bus_space_tag_t memt, int mono)
179 dc->mono = mono;
181 if (bus_space_map(memt, mono ? 0xb0000 : 0xb8000, 0x8000,
184 if (bus_space_map(iot, mono ? 0x3b0 : 0x3d0, 0x10,
215 int mono; local
230 mono = pcdisplay_console_dc.mono;
233 mono
171 pcdisplay_init(struct pcdisplay_config *dc, bus_space_tag_t iot, bus_space_tag_t memt, int mono) argument
291 int mono; local
[all...]
/openbsd-current/usr.bin/sndioctl/
H A Dsndioctl.c217 * find the next entry of the given vector, if the mono flag
222 nextent(struct info *i, int mono) argument
236 if (mono)
280 * return true if the given group can be represented as a signle mono
329 print_node(struct sioctl_node *c, int mono) argument
332 if (!mono && c->unit >= 0)
362 print_desc(struct info *p, int mono) argument
377 for (e = p; e != NULL; e = nextent(e, mono)) {
378 if (mono) {
386 print_node(&e->desc.node1, mono);
446 print_val(struct info *p, int mono) argument
493 print_par(struct info *p, int mono) argument
[all...]
/openbsd-current/sys/dev/pci/
H A Demuxkivar.h214 struct emuxki_voice *mono;
/openbsd-current/sys/dev/ic/
H A Dvga.c282 int gotio_vga, gotio_6845, gotmem, mono, rv; local
293 mono = !(regval & 1);
295 if (bus_space_map(iot, (mono ? 0x3b0 : 0x3d0), 0x10, 0, &ioh_6845))
303 dispoffset = (mono ? 0x10000 : 0x18000);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_format_helper.c1018 u8 *mono = dst[0].vaddr, *gray8; local
1029 * The mono destination buffer contains 1 bit per pixel
1055 drm_fb_gray8_to_mono_line(mono, gray8, linepixels);
1057 mono += dst_pitch_0;

Completed in 190 milliseconds