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.h320 #define __raw_read(x__, s__) \ macro
339 __raw_read(8, b)
340 __raw_read(16, w)
341 __raw_read(32, l)
342 __raw_read(64, q)
349 #undef __raw_read
/linux/arch/arc/include/asm/
H A Dio.h105 u##t x = __raw_read##f(addr); \
110 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.h71 ret = __raw_read##bwlq(addr); \
108 *__addr = __raw_read##bwlq(mem); \
/linux/arch/riscv/include/asm/
H A Dio.h75 ctype x = __raw_read ## len(addr); \