Searched refs:SDEISR (Results 1 – 5 of 5) sorted by relevance
197 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTB_HOTPLUG_CPT | in emulate_monitor_status_change()202 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTA_HOTPLUG_SPT | in emulate_monitor_status_change()233 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTB_HOTPLUG_CPT; in emulate_monitor_status_change()237 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTC_HOTPLUG_CPT; in emulate_monitor_status_change()257 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in emulate_monitor_status_change()278 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTE_HOTPLUG_SPT; in emulate_monitor_status_change()286 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTA_HOTPLUG_SPT; in emulate_monitor_status_change()
459 .reg_base = SDEISR,
1824 MMIO_D(SDEISR, D_ALL); in init_generic_mmio_info()
4423 return I915_READ(SDEISR) & bit; in ibx_digital_port_connected()4446 return I915_READ(SDEISR) & bit; in cpt_digital_port_connected()4465 return I915_READ(SDEISR) & bit; in spt_digital_port_connected()
7597 #define SDEISR _MMIO(0xc4000) macro