OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vga_ts_write
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
vga_subr.c
58
vga_ts_write
(vh, syncreset, 0x01); /* synchronous reset */
59
vga_ts_write
(vh, wrplmask, 0x04); /* write to map 2 */
60
vga_ts_write
(vh, memmode, 0x07); /* sequential addressing */
61
vga_ts_write
(vh, syncreset, 0x03); /* clear synchronous reset */
76
vga_ts_write
(vh, syncreset, 0x01); /* synchronous reset */
77
vga_ts_write
(vh, wrplmask, 0x03); /* write to map 0 & 1 */
78
vga_ts_write
(vh, memmode, 0x03); /* odd-even addressing */
79
vga_ts_write
(vh, syncreset, 0x03); /* clear synchronous reset */
165
vga_ts_write
(vh, fontsel, cmap);
378
vga_ts_write
(vh, mode, vga_ts[1] | VGA_TS_MODE_BLANK)
[
all
...]
vga_raster.c
603
vga_ts_write
(&vc->hdl, syncreset, 0x01);
606
vga_ts_write
(&vc->hdl, mode, val & ~VGA_TS_MODE_BLANK);
613
vga_ts_write
(&vc->hdl, mode, val | VGA_TS_MODE_BLANK);
619
vga_ts_write
(&vc->hdl, syncreset, 0x03);
1006
vga_ts_write
(vh, mode, vga_ts_read(vh, mode) | VGA_TS_MODE_BLANK);
1013
vga_ts_write
(vh, syncreset, 0x01);
1014
vga_ts_write
(vh, mode, regs->ts[1] | VGA_TS_MODE_BLANK);
1018
vga_ts_write
(vh, syncreset, 0x03);
1035
vga_ts_write
(vh, mode, vga_ts_read(vh, mode) & ~VGA_TS_MODE_BLANK);
vgavar.h
176
#define
vga_ts_write
(vh, reg, val) \
macro
vga.c
760
vga_ts_write
(&vc->hdl, syncreset, 0x01);
763
vga_ts_write
(&vc->hdl, mode, val & ~VGA_TS_MODE_BLANK);
770
vga_ts_write
(&vc->hdl, mode, val | VGA_TS_MODE_BLANK);
776
vga_ts_write
(&vc->hdl, syncreset, 0x03);
/src/sys/arch/arc/arc/
c_nec_eisa.c
276
vga_ts_write
(vh, mode, vga_ts_read(vh, mode) | VGA_TS_MODE_BLANK);
289
vga_ts_write
(vh, mode, vga_ts_read(vh, mode) & ~VGA_TS_MODE_BLANK);
Completed in 72 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026