PANEL_UNLOCK_MASK  425 drivers/gpu/drm/gma500/cdv_intel_dp.c 	pp &= ~PANEL_UNLOCK_MASK;
PANEL_UNLOCK_MASK  455 drivers/gpu/drm/gma500/cdv_intel_dp.c 	pp &= ~PANEL_UNLOCK_MASK;
PANEL_UNLOCK_MASK 2071 drivers/gpu/drm/gma500/cdv_intel_dp.c 		pp_on &= ~PANEL_UNLOCK_MASK;
PANEL_UNLOCK_MASK 1234 drivers/gpu/drm/i915/display/intel_display.c 	    ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS))
PANEL_UNLOCK_MASK 15298 drivers/gpu/drm/i915/display/intel_display.c 		val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS;
PANEL_UNLOCK_MASK 2536 drivers/gpu/drm/i915/display/intel_dp.c 		    (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) {
PANEL_UNLOCK_MASK 2537 drivers/gpu/drm/i915/display/intel_dp.c 		control &= ~PANEL_UNLOCK_MASK;
PANEL_UNLOCK_MASK  207 drivers/gpu/drm/i915/display/intel_lvds.c 	WARN_ON((val & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS);
PANEL_UNLOCK_MASK 4748 drivers/gpu/drm/i915/i915_reg.h #define  PANEL_UNLOCK_REGS		REG_FIELD_PREP(PANEL_UNLOCK_MASK, 0xabcd)