Searched refs:EMR (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 869 * so we just have to mask off all page table errors via EMR. in i9xx_error_mask() 883 intel_uncore_write16(uncore, EMR, i9xx_error_mask(dev_priv)); in i8xx_irq_postinstall() 921 * Toggle all EMR bits to make sure we get an edge in i8xx_error_irq_ack() 930 emr = intel_uncore_read16(uncore, EMR); in i8xx_error_irq_ack() 931 intel_uncore_write16(uncore, EMR, 0xffff); in i8xx_error_irq_ack() 932 intel_uncore_write16(uncore, EMR, emr | *eir_stuck); in i8xx_error_irq_ack() 961 * Toggle all EMR bits to make sure we get an edge in i9xx_error_irq_ack() 970 emr = intel_uncore_read(&dev_priv->uncore, EMR); in i9xx_error_irq_ack() 971 intel_uncore_write(&dev_priv->uncore, EMR, 0xffffffff); in i9xx_error_irq_ack() 972 intel_uncore_write(&dev_priv->uncore, EMR, em in i9xx_error_irq_ack() [all...] |
H A D | i915_reg.h | 1046 #define EMR _MMIO(0x20b4) macro
|
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/ |
H A D | i810_regs.h | 49 #define EMR 0x020B4 macro
|
/kernel/linux/linux-6.6/drivers/video/fbdev/i810/ |
H A D | i810_regs.h | 49 #define EMR 0x020B4 macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 3547 EMR, in i8xx_irq_postinstall() 3589 * Toggle all EMR bits to make sure we get an edge in i8xx_error_irq_ack() 3598 emr = intel_uncore_read16(uncore, EMR); in i8xx_error_irq_ack() 3599 intel_uncore_write16(uncore, EMR, 0xffff); in i8xx_error_irq_ack() 3600 intel_uncore_write16(uncore, EMR, emr | *eir_stuck); in i8xx_error_irq_ack() 3627 * Toggle all EMR bits to make sure we get an edge in i9xx_error_irq_ack() 3636 emr = I915_READ(EMR); in i9xx_error_irq_ack() 3637 I915_WRITE(EMR, 0xffffffff); in i9xx_error_irq_ack() 3638 I915_WRITE(EMR, emr | *eir_stuck); in i9xx_error_irq_ack() 3715 I915_WRITE(EMR, ~(I915_ERROR_PAGE_TABL in i915_irq_postinstall() [all...] |
H A D | i915_reg.h | 2873 #define EMR _MMIO(0x20b4) macro
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | at91-sama5d2_adc.c | 148 u16 EMR; member 270 .EMR = 0x40, 308 .EMR = 0x50, 448 * @osr_mask: oversampling ratio bitmask on EMR register 886 emr = at91_adc_readl(st, EMR); in at91_adc_config_emr() 893 at91_adc_writel(st, EMR, emr); in at91_adc_config_emr()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt.c | 186 rmw_set(uncore, EMR, eir); in intel_gt_clear_error_registers()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt.c | 260 intel_uncore_rmw(uncore, EMR, 0, eir); in intel_gt_clear_error_registers()
|
Completed in 79 milliseconds