Searched refs:intel_uncore_posting_read (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
H A D | intel_gt_pm_irq.c | 76 intel_uncore_posting_read(uncore, reg); in gen6_gt_pm_reset_iir()
|
H A D | intel_gt.c | 188 intel_uncore_posting_read(uncore, GEN12_RING_FAULT_REG); in intel_gt_clear_error_registers() 191 intel_uncore_posting_read(uncore, GEN8_RING_FAULT_REG); in intel_gt_clear_error_registers()
|
H A D | intel_engine.h | 85 intel_uncore_posting_read((engine__)->uncore, RING_FAULT_REG(engine__))
|
H A D | intel_rps.c | 360 intel_uncore_posting_read(uncore, ECR); in init_emon() 457 intel_uncore_posting_read(uncore, VIDSTART); in gen5_rps_enable()
|
H A D | intel_ring_submission.c | 579 intel_uncore_posting_read(engine->uncore, hwsp); in set_hwsp()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_gmbus.c | 258 intel_uncore_posting_read(uncore, bus->gpio_reg); in set_clock() 275 intel_uncore_posting_read(uncore, bus->gpio_reg); in set_data()
|
H A D | intel_crt.c | 695 intel_uncore_posting_read(uncore, pipeconf_reg); in intel_crt_load_detect()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_irq.c | 181 intel_uncore_posting_read(uncore, imr); in gen3_irq_reset() 187 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset() 189 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset() 219 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero() 221 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero() 248 intel_uncore_posting_read(uncore, imr); in gen3_irq_init()
|
H A D | intel_uncore.h | 419 #define intel_uncore_posting_read(...) ((void)intel_uncore_read_notrace(__VA_ARGS__)) macro
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
H A D | intel_guc.c | 442 intel_uncore_posting_read(uncore, guc_send_reg(guc, i - 1)); in intel_guc_send_mmio()
|