Home
last modified time | relevance | path

Searched refs:intel_uncore_posting_read16 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_uncore.h342 #define intel_uncore_posting_read16(...) ((void)intel_uncore_read16_notrace(__VA_ARGS__)) macro
Di915_irq.c196 intel_uncore_posting_read16(uncore, GEN2_IMR); in gen2_irq_reset()
202 intel_uncore_posting_read16(uncore, GEN2_IIR); in gen2_irq_reset()
204 intel_uncore_posting_read16(uncore, GEN2_IIR); in gen2_irq_reset()
235 intel_uncore_posting_read16(uncore, GEN2_IIR); in gen2_assert_iir_is_zero()
237 intel_uncore_posting_read16(uncore, GEN2_IIR); in gen2_assert_iir_is_zero()
259 intel_uncore_posting_read16(uncore, GEN2_IMR); in gen2_irq_init()
Dintel_pm.c6421 intel_uncore_posting_read16(uncore, MEMSWCTL); in ironlake_set_drps()