HomeSort by: relevance | last modified time | path
    Searched refs:vga_ts_read (Results 1 - 4 of 4) sorted by relevancy

  /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);
  /src/sys/dev/ic/
vgavar.h 174 #define vga_ts_read(vh, reg) \ macro
vga_raster.c 595 return (vga_ts_read(&vc->hdl, mode) & VGA_TS_MODE_BLANK) == 0;
605 val = vga_ts_read(&vc->hdl, mode);
612 val = vga_ts_read(&vc->hdl, mode);
1006 vga_ts_write(vh, mode, vga_ts_read(vh, mode) | 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;
762 val = vga_ts_read(&vc->hdl, mode);
769 val = vga_ts_read(&vc->hdl, mode);

Completed in 210 milliseconds