Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_irq.c195 intel_uncore_posting_read16(uncore, GEN2_IMR); in gen2_irq_reset()
201 intel_uncore_posting_read16(uncore, GEN2_IIR); in gen2_irq_reset()
203 intel_uncore_posting_read16(uncore, GEN2_IIR); in gen2_irq_reset()
234 intel_uncore_posting_read16(uncore, GEN2_IIR); in gen2_assert_iir_is_zero()
236 intel_uncore_posting_read16(uncore, GEN2_IIR); in gen2_assert_iir_is_zero()
258 intel_uncore_posting_read16(uncore, GEN2_IMR); in gen2_irq_init()
H A Dintel_uncore.h420 #define intel_uncore_posting_read16(...) ((void)intel_uncore_read16_notrace(__VA_ARGS__)) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_rps.c333 intel_uncore_posting_read16(uncore, MEMSWCTL); in gen5_rps_set()