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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_crt.c 665 u8 st00; local in function:intel_crt_load_detect
699 st00 = intel_uncore_read8(uncore, _VGA_MSR_WRITE);
700 status = ((st00 & (1 << 4)) != 0) ?
739 * Watch ST00 for an entire scanline
745 /* Read the ST00 VGA status register */
746 st00 = intel_uncore_read8(uncore, _VGA_MSR_WRITE);
747 if (st00 & (1 << 4))

Completed in 12 milliseconds