x__               260 drivers/gpu/drm/i915/intel_uncore.h #define __raw_read(x__, s__) \
x__               261 drivers/gpu/drm/i915/intel_uncore.h static inline u##x__ __raw_uncore_read##x__(const struct intel_uncore *uncore, \
x__               267 drivers/gpu/drm/i915/intel_uncore.h #define __raw_write(x__, s__) \
x__               268 drivers/gpu/drm/i915/intel_uncore.h static inline void __raw_uncore_write##x__(const struct intel_uncore *uncore, \
x__               269 drivers/gpu/drm/i915/intel_uncore.h 					   i915_reg_t reg, u##x__ val) \
x__               286 drivers/gpu/drm/i915/intel_uncore.h #define __uncore_read(name__, x__, s__, trace__) \
x__               287 drivers/gpu/drm/i915/intel_uncore.h static inline u##x__ intel_uncore_##name__(struct intel_uncore *uncore, \
x__               293 drivers/gpu/drm/i915/intel_uncore.h #define __uncore_write(name__, x__, s__, trace__) \
x__               295 drivers/gpu/drm/i915/intel_uncore.h 					 i915_reg_t reg, u##x__ val) \