HomeSort by: relevance | last modified time | path
    Searched defs:vga_ts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
vga_subr.c 275 static const uint8_t vga_ts[] = { variable in typeref:typename:const uint8_t[]
378 vga_ts_write(vh, mode, vga_ts[1] | VGA_TS_MODE_BLANK);
384 _vga_ts_write(vh, i, vga_ts[i]);
421 vga_ts_write(vh, mode, vga_ts[1] & ~VGA_TS_MODE_BLANK);
vga_subr.c 275 static const uint8_t vga_ts[] = { variable in typeref:typename:const uint8_t[]
378 vga_ts_write(vh, mode, vga_ts[1] | VGA_TS_MODE_BLANK);
384 _vga_ts_write(vh, i, vga_ts[i]);
421 vga_ts_write(vh, mode, vga_ts[1] & ~VGA_TS_MODE_BLANK);

Completed in 21 milliseconds