Searched refs:PANEL_UNLOCK_MASK (Results 1 – 4 of 4) sorted by relevance
48 #define PANEL_UNLOCK_MASK REG_GENMASK(31, 16) macro49 #define PANEL_UNLOCK_REGS REG_FIELD_PREP(PANEL_UNLOCK_MASK, 0xabcd)
218 (val & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS); in intel_lvds_pps_init_hw()
423 pp &= ~PANEL_UNLOCK_MASK; in cdv_intel_edp_panel_on()453 pp &= ~PANEL_UNLOCK_MASK; in cdv_intel_edp_panel_off()2019 pp_on &= ~PANEL_UNLOCK_MASK; in cdv_intel_dp_init()
171 #define PANEL_UNLOCK_MASK (0xffff << 16) macro