Searched refs:read_ (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | mips-cps.h | 23 static inline uint##sz##_t read_##unit##_##name(void) \ 74 uint##sz##_t reg_val = read_##unit##_##name(); \
|
| H A D | mipsregs.h | 2844 res = read_##name(); \ 2856 res = read_##name(); \ 2868 res = read_##name(); \
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | io.h | 100 write_##type((addr), read_##type(addr) & ~(clear)) 103 write_##type((addr), read_##type(addr) | (set)) 106 write_##type((addr), (read_##type(addr) & ~(clear)) | (set))
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | arch_gicv3.h | 46 static inline u32 read_ ## a64(void) \ 61 #define read_gicreg(r) read_##r() in CPUIF_MAP()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | arm64_user_sysreg.h | 16 static inline __noprof type read_##reg(void) \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | arm64_user_sysreg.h | 16 static inline __noprof type read_##reg(void) \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | arm64_user_sysreg.h | 16 static inline __noprof type read_##reg(void) \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | arm64_user_sysreg.h | 16 static inline __noprof type read_##reg(void) \
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | arch_timer.h | 93 _val = erratum_handler(read_ ## reg)(); \
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | alsa.c | 182 static size_t read_(sox_format_t * ft, sox_sample_t * buf, size_t len) in read_() function 375 setup, read_, stop, setup, write_, stop_write, in LSX_FORMAT_HANDLER()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | sysfs.c | 84 static void read_##NAME(void *val) \ 101 smp_call_function_single(cpu->dev.id, read_##NAME, &val, 1); \
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | swim.c | 63 #define swim_read(base, reg) in_8(&(base)->read_##reg)
|
| /OK3568_Linux_fs/kernel/drivers/scsi/esas2r/ |
| H A D | esas2r_main.c | 218 .read = read_ ## _name, \
|