Home
last modified time | relevance | path

Searched refs:SDEISR (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Ddisplay.c202 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTB_HOTPLUG_CPT | in emulate_monitor_status_change()
208 vgpu_vreg_t(vgpu, SDEISR) &= ~(SDE_PORTA_HOTPLUG_SPT | in emulate_monitor_status_change()
239 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTB_HOTPLUG_CPT; in emulate_monitor_status_change()
243 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTC_HOTPLUG_CPT; in emulate_monitor_status_change()
263 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in emulate_monitor_status_change()
285 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTE_HOTPLUG_SPT; in emulate_monitor_status_change()
293 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTA_HOTPLUG_SPT; in emulate_monitor_status_change()
469 vgpu_vreg_t(vgpu, SDEISR) |= SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug()
473 vgpu_vreg_t(vgpu, SDEISR) &= ~SDE_PORTD_HOTPLUG_CPT; in intel_vgpu_emulate_hotplug()
H A Dinterrupt.c464 .reg_base = SDEISR,
H A Dhandlers.c1893 MMIO_D(SDEISR, D_ALL); in init_generic_mmio_info()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_tc.c201 if (intel_uncore_read(uncore, SDEISR) & SDE_TC_HOTPLUG_ICP(tc_port)) in tc_port_live_status_mask()
H A Dintel_dp.c5400 return I915_READ(SDEISR) & bit; in ibx_digital_port_connected()
5423 return I915_READ(SDEISR) & bit; in cpt_digital_port_connected()
5442 return I915_READ(SDEISR) & bit; in spt_digital_port_connected()
5558 return I915_READ(SDEISR) & SDE_TC_HOTPLUG_ICP(PORT_TC1); in intel_combo_phy_connected()
5560 return I915_READ(SDEISR) & SDE_DDI_HOTPLUG_ICP(phy); in intel_combo_phy_connected()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_reg.h8044 #define SDEISR _MMIO(0xc4000) macro