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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_dp.c785 if (I915_READ(PCH_PP_STATUS) & PP_ON)
797 if (wait_for(I915_READ(PCH_PP_STATUS) & PP_ON, 5000, 10))
821 if (wait_for((I915_READ(PCH_PP_STATUS) & PP_ON) == 0, 5000, 10))
H A Dintel_lvds.c117 if (wait_for(I915_READ(status_reg) & PP_ON, 1000, 0))
126 if (wait_for((I915_READ(status_reg) & PP_ON) == 0, 1000, 0))
H A Di915_reg.h1336 #define PP_ON (1 << 31) macro

Completed in 86 milliseconds