/openbmc/linux/arch/arm/crypto/ |
H A D | sha1-armv7-neon.S | 134 #define _R(a,b,c,d,e,f,i,pre1,pre2,pre3,i16,\ macro 328 _R( _a, _b, _c, _d, _e, F1, 0, 331 _R( _e, _a, _b, _c, _d, F1, 1, 334 _R( _d, _e, _a, _b, _c, F1, 2, 337 _R( _c, _d, _e, _a, _b, F1, 3, 343 _R( _b, _c, _d, _e, _a, F1, 4, 346 _R( _a, _b, _c, _d, _e, F1, 5, 349 _R( _e, _a, _b, _c, _d, F1, 6, 352 _R( _d, _e, _a, _b, _c, F1, 7, 356 _R( _c, _d, _e, _a, _b, F1, 8, [all …]
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | pinmux-common.c | 80 #define _R(offset) (u32 *)((unsigned long)NV_PA_APB_MISC_BASE + (offset)) macro 84 #define MUX_REG(grp) _R(0x80 + ((tegra_soc_pingroups[grp].ctl_id / 16) * 4)) 87 #define PULL_REG(grp) _R(0xa0 + ((tegra_soc_pingroups[grp].pull_id / 16) * 4)) 90 #define TRI_REG(grp) _R(0x14 + (((grp) / 32) * 4)) 95 #define REG(pin) _R(0x3000 + ((pin) * 4)) 108 #define DRV_REG(group) _R(TEGRA_PMX_SOC_DRV_GROUP_BASE_REG + ((group) * 4)) 110 #define MIPIPADCTRL_REG(group) _R(TEGRA_PMX_SOC_MIPIPADCTRL_BASE_REG + ((group) * 4)) 144 u32 *reg = _R(APB_MISC_PP_PINMUX_GLOBAL_0); in pinmux_set_tristate_input_clamping() 151 u32 *reg = _R(APB_MISC_PP_PINMUX_GLOBAL_0); in pinmux_clear_tristate_input_clamping()
|
/openbmc/qemu/po/ |
H A D | zh_CN.po | 30 msgstr "重置(_R)"
|
H A D | fr_FR.po | 30 msgstr "_Réinitialiser"
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | kvm_host.h | 30 #define MIPS_CP0_32(_R, _S) \ argument 31 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U32 | (8 * (_R) + (_S))) 33 #define MIPS_CP0_64(_R, _S) \ argument 34 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U64 | (8 * (_R) + (_S)))
|
/openbmc/linux/tools/perf/util/ |
H A D | header.c | 2920 #define _R(v) \ in process_cache() macro 2924 _R(level) in process_cache() 2925 _R(line_size) in process_cache() 2926 _R(sets) in process_cache() 2927 _R(ways) in process_cache() 2928 #undef _R in process_cache() 2930 #define _R(v) \ in process_cache() macro 2935 _R(type) in process_cache() 2936 _R(size) in process_cache() 2937 _R(map) in process_cache() [all …]
|
/openbmc/qemu/target/mips/ |
H A D | kvm.c | 235 #define MIPS_CP0_32(_R, _S) \ argument 236 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U32 | (8 * (_R) + (_S))) 238 #define MIPS_CP0_64(_R, _S) \ argument 239 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U64 | (8 * (_R) + (_S)))
|
/openbmc/linux/scripts/ |
H A D | decode_stacktrace.sh | 208 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
|
/openbmc/linux/arch/arm/net/ |
H A D | bpf_jit_32.h | 162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))
|