Searched refs:PANEL_UNLOCK_MASK (Results 1 – 6 of 6) sorted by relevance
424 pp &= ~PANEL_UNLOCK_MASK; in cdv_intel_edp_panel_on()454 pp &= ~PANEL_UNLOCK_MASK; in cdv_intel_edp_panel_off()2070 pp_on &= ~PANEL_UNLOCK_MASK; in cdv_intel_dp_init()
183 #define PANEL_UNLOCK_MASK (0xffff << 16) macro
215 WARN_ON((val & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS); in intel_lvds_pps_init_hw()
2116 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) { in ironlake_get_pp_control()2117 control &= ~PANEL_UNLOCK_MASK; in ironlake_get_pp_control()
1250 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS)) in assert_panel_unlocked()14112 val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS; in intel_pps_unlock_regs_wa()
4655 #define PANEL_UNLOCK_MASK (0xffff << 16) macro