Searched refs:EIR (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_irq.c | 913 *eir = intel_uncore_read16(uncore, EIR); in i8xx_error_irq_ack() 914 intel_uncore_write16(uncore, EIR, *eir); in i8xx_error_irq_ack() 916 *eir_stuck = intel_uncore_read16(uncore, EIR); in i8xx_error_irq_ack() 953 *eir = intel_uncore_read(&dev_priv->uncore, EIR); in i9xx_error_irq_ack() 954 intel_uncore_write(&dev_priv->uncore, EIR, *eir); in i9xx_error_irq_ack() 956 *eir_stuck = intel_uncore_read(&dev_priv->uncore, EIR); in i9xx_error_irq_ack()
|
H A D | intel_gvt_mmio_table.c | 1107 MMIO_D(EIR); in iterate_bxt_mmio()
|
H A D | i915_gpu_error.c | 1884 gt->eir = intel_uncore_read(uncore, EIR); in gt_record_global_nonguc_regs()
|
H A D | i915_reg.h | 1045 #define EIR _MMIO(0x20b0) macro
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | intel_gt.c | 252 intel_uncore_write(uncore, EIR, 0); in intel_gt_clear_error_registers() 253 eir = intel_uncore_read(uncore, EIR); in intel_gt_clear_error_registers()
|
/openbsd/sys/dev/pci/drm/i915/gt/uc/ |
H A D | intel_guc_capture.c | 84 { EIR, 0, 0, "EIR" }
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | frv-opc.c | 3668 { { MNEM, OP (PACK), ' ', OP (EIR), 0 } },
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | frv-opc.c | 3706 { { MNEM, OP (PACK), ' ', OP (EIR), 0 } },
|