intel_uncore_read_notrace 1150 drivers/gpu/drm/i915/display/intel_dp.c #define C (((status = intel_uncore_read_notrace(&i915->uncore, ch_ctl)) & DP_AUX_CH_CTL_SEND_BUSY) == 0)
intel_uncore_read_notrace 1332 drivers/gpu/drm/i915/display/intel_dp.c 		status = intel_uncore_read_notrace(uncore, ch_ctl);
intel_uncore_read_notrace  198 drivers/gpu/drm/i915/display/intel_gmbus.c 		reserved = intel_uncore_read_notrace(uncore, bus->gpio_reg) &
intel_uncore_read_notrace  216 drivers/gpu/drm/i915/display/intel_gmbus.c 	return (intel_uncore_read_notrace(uncore, bus->gpio_reg) &
intel_uncore_read_notrace  231 drivers/gpu/drm/i915/display/intel_gmbus.c 	return (intel_uncore_read_notrace(uncore, bus->gpio_reg) &
intel_uncore_read_notrace   66 drivers/gpu/drm/i915/gvt/debugfs.c 	preg = intel_uncore_read_notrace(&i915->uncore, _MMIO(offset));
intel_uncore_read_notrace   73 drivers/gpu/drm/i915/gvt/firmware.c 	*(u32 *)(data + offset) = intel_uncore_read_notrace(&i915->uncore,
intel_uncore_read_notrace 2431 drivers/gpu/drm/i915/i915_drv.c 			 intel_uncore_read_notrace(&i915->uncore, reg)) & mask)
intel_uncore_read_notrace  236 drivers/gpu/drm/i915/i915_pmu.c 			val = intel_uncore_read_notrace(uncore, GEN6_RPSTAT1);
intel_uncore_read_notrace 1970 drivers/gpu/drm/i915/intel_uncore.c 		ret = __wait_for(reg_value = intel_uncore_read_notrace(uncore,
intel_uncore_read_notrace  341 drivers/gpu/drm/i915/intel_uncore.h #define intel_uncore_posting_read(...) ((void)intel_uncore_read_notrace(__VA_ARGS__))