Home
last modified time | relevance | path

Searched refs:PP_ON (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/staging/gma500/
Dpsb_reset.c43 } while ((pp_status & PP_ON) == 0); in psb_lid_timer_func()
53 } while ((pp_status & PP_ON) == 0); in psb_lid_timer_func()
Dpsb_intel_lvds.c236 } while ((pp_status & PP_ON) == 0); in psb_intel_lvds_set_power()
248 } while (pp_status & PP_ON); in psb_intel_lvds_set_power()
343 } while ((pp_status & PP_ON) == 0); in psb_intel_lvds_restore()
349 } while (pp_status & PP_ON); in psb_intel_lvds_restore()
Dpsb_intel_reg.h88 # define PP_ON (1 << 31) macro
/linux-2.6.39/drivers/gpu/drm/i915/
Dintel_dp.c808 if (!(I915_READ(PCH_PP_STATUS) & PP_ON)) in ironlake_edp_panel_vdd_on()
837 u32 pp, idle_on_mask = PP_ON | PP_SEQUENCE_STATE_ON_IDLE; in ironlake_edp_panel_on()
839 if (I915_READ(PCH_PP_STATUS) & PP_ON) in ironlake_edp_panel_on()
868 u32 pp, idle_off_mask = PP_ON | PP_SEQUENCE_MASK | in ironlake_edp_panel_off()
Dintel_lvds.c97 if (wait_for((I915_READ(PP_STATUS) & PP_ON) == 0, 1000)) { in intel_lvds_enable()
131 if (wait_for((I915_READ(PP_STATUS) & PP_ON) == 0, 1000)) in intel_lvds_disable()
Di915_reg.h1510 #define PP_ON (1 << 31) macro