Searched refs:RING_EMR (Results 1 – 3 of 3) sorted by relevance
2451 ENGINE_WRITE(engine, RING_EMR, ~0u); in execlists_irq_handler()2801 ENGINE_WRITE(engine, RING_EMR, ~0u); in enable_error_interrupt()2836 ENGINE_WRITE(engine, RING_EMR, ~I915_ERROR_INSTRUCTION); in enable_error_interrupt()
1497 ENGINE_READ(engine, RING_EMR)); in intel_engine_print_registers()
2703 #define RING_EMR(base) _MMIO((base) + 0xb4) macro