Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
A Dintel_uncore.h298 #define __raw_read(x__, s__) \ argument
299 static inline u##x__ __raw_uncore_read##x__(const struct intel_uncore *uncore, \
305 #define __raw_write(x__, s__) \ argument
306 static inline void __raw_uncore_write##x__(const struct intel_uncore *uncore, \
307 i915_reg_t reg, u##x__ val) \
324 #define __uncore_read(name__, x__, s__, trace__) \ argument
325 static inline u##x__ intel_uncore_##name__(struct intel_uncore *uncore, \
331 #define __uncore_write(name__, x__, s__, trace__) \ argument
333 i915_reg_t reg, u##x__ val) \

Completed in 6 milliseconds