Home
last modified time | relevance | path

Searched refs:_R (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/arm/crypto/
H A Dsha1-armv7-neon.S328 _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,
359 _R( _b, _c, _d, _e, _a, F1, 9,
[all …]
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dpinmux-common.c80 #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 Dzh_CN.po30 msgstr "重置(_R)"
H A Dfr_FR.po30 msgstr "_Réinitialiser"
/openbmc/linux/arch/mips/include/asm/
H A Dkvm_host.h30 #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 Dheader.c2924 _R(level) in process_cache()
2926 _R(sets) in process_cache()
2927 _R(ways) in process_cache()
2928 #undef _R in process_cache()
2935 _R(type) in process_cache()
2936 _R(size) in process_cache()
2937 _R(map) in process_cache()
2938 #undef _R in process_cache()
3002 _R(node) in process_mem_topology()
3003 _R(size) in process_mem_topology()
[all …]
/openbmc/linux/scripts/
H A Ddecode_stacktrace.sh208 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
/openbmc/qemu/target/mips/
H A Dkvm.c236 #define MIPS_CP0_32(_R, _S) \ argument
237 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U32 | (8 * (_R) + (_S)))
239 #define MIPS_CP0_64(_R, _S) \ argument
240 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U64 | (8 * (_R) + (_S)))
/openbmc/linux/arch/arm/net/
H A Dbpf_jit_32.h162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))