Searched refs:PANEL_UNLOCK_REGS (Results 1 – 5 of 5) sorted by relevance
564 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) { in ilk_get_pp_control()566 control |= PANEL_UNLOCK_REGS; in ilk_get_pp_control()1483 val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS; in intel_pps_unlock_regs_wa()1548 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS)) in assert_pps_unlocked()
212 (val & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS); in intel_lvds_pps_init_hw()
170 #define PANEL_UNLOCK_REGS (0xabcd << 16) macro
423 pp |= (PANEL_UNLOCK_REGS | POWER_TARGET_ON); in cdv_intel_edp_panel_on()2020 pp_on |= PANEL_UNLOCK_REGS; in cdv_intel_dp_init()
2815 #define PANEL_UNLOCK_REGS REG_FIELD_PREP(PANEL_UNLOCK_MASK, 0xabcd) macro