Searched refs:BXT_DE_PORT_HOTPLUG_MASK (Results 1 – 3 of 3) sorted by relevance
228 vgpu_vreg_t(vgpu, GEN8_DE_PORT_ISR) &= ~BXT_DE_PORT_HOTPLUG_MASK; in emulate_monitor_status_change()
2484 u32 hotplug_trigger = iir & BXT_DE_PORT_HOTPLUG_MASK; in gen8_de_irq_handler()3781 de_port_enables |= BXT_DE_PORT_HOTPLUG_MASK; in gen8_de_irq_postinstall()
7986 #define BXT_DE_PORT_HOTPLUG_MASK (GEN8_DE_PORT_HOTPLUG(HPD_PORT_A) | \ macro