Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.h325 #define __raw_read(x__, s__) \ macro
344 __raw_read(8, b)
345 __raw_read(16, w)
346 __raw_read(32, l)
347 __raw_read(64, q)
354 #undef __raw_read
/linux/arch/arc/include/asm/
H A Dio.h108 u##t x = __raw_read##f(addr); \
113 u##t x = __raw_read##f(addr); \
/linux/lib/
H A Dlogic_iomem.c219 u##sz __raw_read ## op(const volatile void __iomem *addr) \
230 EXPORT_SYMBOL(__raw_read ## op); \
/linux/arch/sh/include/asm/
H A Dio.h72 ret = __raw_read##bwlq(addr); \
109 *__addr = __raw_read##bwlq(mem); \
/linux/arch/riscv/include/asm/
H A Dio.h71 ctype x = __raw_read ## len(addr); \