Searched refs:BXT_DE_PORT_HOTPLUG_MASK (Results 1 – 3 of 3) sorted by relevance
227 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= ~BXT_DE_PORT_HOTPLUG_MASK; in emulate_monitor_status_change()
2286 tmp_mask = iir & BXT_DE_PORT_HOTPLUG_MASK; in gen8_de_irq_handler()3252 __bxt_hpd_detection_setup(dev_priv, BXT_DE_PORT_HOTPLUG_MASK); in bxt_hpd_detection_setup()3408 de_port_enables |= BXT_DE_PORT_HOTPLUG_MASK; in gen8_de_irq_postinstall()
7714 #define BXT_DE_PORT_HOTPLUG_MASK (BXT_DE_PORT_HP_DDIA | \ macro