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

/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_crt.c495 uint8_t st00; intel_crt_load_detect() local
527 st00 = I915_READ8(VGA_MSR_WRITE); intel_crt_load_detect()
528 status = ((st00 & (1 << 4)) != 0) ? intel_crt_load_detect()
572 st00 = I915_READ8(VGA_MSR_WRITE); intel_crt_load_detect()
573 if (st00 & (1 << 4)) intel_crt_load_detect()

Completed in 73 milliseconds