Searched refs:EMR (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/i915/
H A Di915_irq.c871 * so we just have to mask off all page table errors via EMR.
885 intel_uncore_write16(uncore, EMR, i9xx_error_mask(dev_priv));
923 * Toggle all EMR bits to make sure we get an edge
932 emr = intel_uncore_read16(uncore, EMR);
933 intel_uncore_write16(uncore, EMR, 0xffff);
934 intel_uncore_write16(uncore, EMR, emr | *eir_stuck);
963 * Toggle all EMR bits to make sure we get an edge
972 emr = intel_uncore_read(&dev_priv->uncore, EMR);
973 intel_uncore_write(&dev_priv->uncore, EMR, 0xffffffff);
974 intel_uncore_write(&dev_priv->uncore, EMR, em
[all...]
H A Di915_reg.h1044 #define EMR _MMIO(0x20b4) macro
/linux-master/drivers/video/fbdev/i810/
H A Di810_regs.h49 #define EMR 0x020B4 macro
/linux-master/drivers/iio/adc/
H A Dat91-sama5d2_adc.c148 u16 EMR; member in struct:at91_adc_reg_layout
270 .EMR = 0x40,
308 .EMR = 0x50,
448 * @osr_mask: oversampling ratio bitmask on EMR register
886 emr = at91_adc_readl(st, EMR);
893 at91_adc_writel(st, EMR, emr);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt.c266 intel_uncore_rmw(uncore, EMR, 0, eir);

Completed in 316 milliseconds