de_port_masked   3764 drivers/gpu/drm/i915/i915_irq.c 	u32 de_port_masked = GEN8_AUX_CHANNEL_A;
de_port_masked   3774 drivers/gpu/drm/i915/i915_irq.c 		de_port_masked |= GEN9_AUX_CHANNEL_B | GEN9_AUX_CHANNEL_C |
de_port_masked   3777 drivers/gpu/drm/i915/i915_irq.c 			de_port_masked |= BXT_DE_PORT_GMBUS;
de_port_masked   3783 drivers/gpu/drm/i915/i915_irq.c 		de_port_masked |= ICL_AUX_CHANNEL_E;
de_port_masked   3786 drivers/gpu/drm/i915/i915_irq.c 		de_port_masked |= CNL_AUX_CHANNEL_F;
de_port_masked   3791 drivers/gpu/drm/i915/i915_irq.c 	de_port_enables = de_port_masked;
de_port_masked   3810 drivers/gpu/drm/i915/i915_irq.c 	GEN3_IRQ_INIT(uncore, GEN8_DE_PORT_, ~de_port_masked, de_port_enables);