Searched refs:vga_ts_read (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dc_nec_eisa.c274 vga_ts_write(vh, mode, vga_ts_read(vh, mode) | VGA_TS_MODE_BLANK);
287 vga_ts_write(vh, mode, vga_ts_read(vh, mode) & ~VGA_TS_MODE_BLANK);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dvgavar.h176 #define vga_ts_read(vh, reg) \ macro
H A Dvga_raster.c596 return (vga_ts_read(&vc->hdl, mode) & VGA_TS_MODE_BLANK) == 0;
606 val = vga_ts_read(&vc->hdl, mode);
613 val = vga_ts_read(&vc->hdl, mode);
998 vga_ts_write(vh, mode, vga_ts_read(vh, mode) | VGA_TS_MODE_BLANK);
1027 vga_ts_write(vh, mode, vga_ts_read(vh, mode) & ~VGA_TS_MODE_BLANK);
H A Dvga.c751 return (vga_ts_read(&vc->hdl, mode) & VGA_TS_MODE_BLANK) == 0;
761 val = vga_ts_read(&vc->hdl, mode);
768 val = vga_ts_read(&vc->hdl, mode);

Completed in 155 milliseconds