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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_dp.c224 u32 pp_stat_reg; local
226 pp_stat_reg = IS_VALLEYVIEW(dev) ? PIPEA_PP_STATUS : PCH_PP_STATUS;
227 return (I915_READ(pp_stat_reg) & PP_ON) != 0;
245 u32 pp_stat_reg, pp_ctrl_reg; local
250 pp_stat_reg = IS_VALLEYVIEW(dev) ? PIPEA_PP_STATUS : PCH_PP_STATUS;
256 I915_READ(pp_stat_reg),
922 u32 pp_stat_reg, pp_ctrl_reg; local
924 pp_stat_reg = IS_VALLEYVIEW(dev) ? PIPEA_PP_STATUS : PCH_PP_STATUS;
929 I915_READ(pp_stat_reg),
932 if (_wait_for((I915_READ(pp_stat_reg)
982 u32 pp_stat_reg, pp_ctrl_reg; local
1025 u32 pp_stat_reg, pp_ctrl_reg; local
[all...]

Completed in 1441 milliseconds