Searched refs:x__ (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/i915/ |
| D | intel_uncore.h | 310 #define __raw_read(x__, s__) \ argument 311 static inline u##x__ __raw_uncore_read##x__(const struct intel_uncore *uncore, \ 320 #define __raw_write(x__, s__) \ argument 321 static inline void __raw_uncore_write##x__(const struct intel_uncore *uncore, \ 322 i915_reg_t reg, u##x__ val) \ 342 #define __uncore_read(name__, x__, s__, trace__) \ argument 343 static inline u##x__ intel_uncore_##name__(struct intel_uncore *uncore, \ 349 #define __uncore_write(name__, x__, s__, trace__) \ argument 351 i915_reg_t reg, u##x__ val) \
|