OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VGA_TS_MODE_BLANK
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
vgareg.h
43
#define
VGA_TS_MODE_BLANK
0x20
vga_subr.c
378
vga_ts_write(vh, mode, vga_ts[1] |
VGA_TS_MODE_BLANK
);
421
vga_ts_write(vh, mode, vga_ts[1] & ~
VGA_TS_MODE_BLANK
);
vga_raster.c
595
return (vga_ts_read(&vc->hdl, mode) &
VGA_TS_MODE_BLANK
) == 0;
606
vga_ts_write(&vc->hdl, mode, val & ~
VGA_TS_MODE_BLANK
);
613
vga_ts_write(&vc->hdl, mode, val |
VGA_TS_MODE_BLANK
);
1006
vga_ts_write(vh, mode, vga_ts_read(vh, mode) |
VGA_TS_MODE_BLANK
);
1014
vga_ts_write(vh, mode, regs->ts[1] |
VGA_TS_MODE_BLANK
);
1035
vga_ts_write(vh, mode, vga_ts_read(vh, mode) & ~
VGA_TS_MODE_BLANK
);
vga.c
752
return (vga_ts_read(&vc->hdl, mode) &
VGA_TS_MODE_BLANK
) == 0;
763
vga_ts_write(&vc->hdl, mode, val & ~
VGA_TS_MODE_BLANK
);
770
vga_ts_write(&vc->hdl, mode, val |
VGA_TS_MODE_BLANK
);
/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 23 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025