Searched refs:__raw_read (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | intel_uncore.h | 268 #define __raw_read(x__, s__) \ macro 281 __raw_read(8, b) 282 __raw_read(16, w) 283 __raw_read(32, l) 284 __raw_read(64, q) 291 #undef __raw_read
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | io.h | 109 u##t x = __raw_read##f(addr); \ 114 u##t x = __raw_read##f(addr); \
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | io.h | 518 type __val = __raw_read##bwlq(mem); \ 529 type __val = __raw_read##bwlq(mem); \ 541 type __val = __raw_read##bwlq(mem); \
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | io.h | 72 ret = __raw_read##bwlq(addr); \ 109 *__addr = __raw_read##bwlq(mem); \
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | io.h | 84 ctype x = __raw_read ## len(addr); \
|
| /OK3568_Linux_fs/u-boot/arch/nios2/include/asm/ |
| H A D | io.h | 124 #define in_arch(type,endian,a) endian##_to_cpu(__raw_read##type(a))
|
| /OK3568_Linux_fs/u-boot/arch/arc/include/asm/ |
| H A D | io.h | 251 #define in_arch(type, endian, a) endian##_to_cpu(__raw_read##type(a))
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | io.h | 80 #define read_arch(type, endian, a) endian##_to_cpu(__raw_read##type(a))
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 167 #define in_arch(type, endian, a) endian##_to_cpu(__raw_read##type(a))
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 147 #define in_arch(type,endian,a) endian##_to_cpu(__raw_read##type(a))
|