Searched refs:PP_ON (Results 1 – 6 of 6) sorted by relevance
43 } while ((pp_status & PP_ON) == 0); in psb_lid_timer_func()53 } while ((pp_status & PP_ON) == 0); in psb_lid_timer_func()
236 } 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()
88 # define PP_ON (1 << 31) macro
808 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()
97 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()
1510 #define PP_ON (1 << 31) macro