Searched refs:PANEL_UNLOCK_MASK (Results 1 – 6 of 6) sorted by relevance
426 pp &= ~PANEL_UNLOCK_MASK; in cdv_intel_edp_panel_on()456 pp &= ~PANEL_UNLOCK_MASK; in cdv_intel_edp_panel_off()2029 pp_on &= ~PANEL_UNLOCK_MASK; in cdv_intel_dp_init()
171 #define PANEL_UNLOCK_MASK (0xffff << 16) macro
208 (val & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS); in intel_lvds_pps_init_hw()
2979 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) { in ilk_get_pp_control()2980 control &= ~PANEL_UNLOCK_MASK; in ilk_get_pp_control()
1258 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS)) in assert_panel_unlocked()16868 val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS; in intel_pps_unlock_regs_wa()
5021 #define PANEL_UNLOCK_MASK REG_GENMASK(31, 16) macro5022 #define PANEL_UNLOCK_REGS REG_FIELD_PREP(PANEL_UNLOCK_MASK, 0xabcd)