Searched refs:PANEL_UNLOCK_REGS (Results 1 – 6 of 6) sorted by relevance
560 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) { in ilk_get_pp_control()562 control |= PANEL_UNLOCK_REGS; in ilk_get_pp_control()1397 val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS; in intel_pps_unlock_regs_wa()
209 (val & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS); in intel_lvds_pps_init_hw()
619 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS)) in assert_panel_unlocked()
170 #define PANEL_UNLOCK_REGS (0xabcd << 16) macro
428 pp |= (PANEL_UNLOCK_REGS | POWER_TARGET_ON); in cdv_intel_edp_panel_on()2027 pp_on |= PANEL_UNLOCK_REGS; in cdv_intel_dp_init()
5210 #define PANEL_UNLOCK_REGS REG_FIELD_PREP(PANEL_UNLOCK_MASK, 0xabcd) macro