Searched refs:_R (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 138 #define _R(a,b,c,d,e,f,i,pre1,pre2,pre3,i16,\ macro 332 _R( _a, _b, _c, _d, _e, F1, 0, 335 _R( _e, _a, _b, _c, _d, F1, 1, 338 _R( _d, _e, _a, _b, _c, F1, 2, 341 _R( _c, _d, _e, _a, _b, F1, 3, 347 _R( _b, _c, _d, _e, _a, F1, 4, 350 _R( _a, _b, _c, _d, _e, F1, 5, 353 _R( _e, _a, _b, _c, _d, F1, 6, 356 _R( _d, _e, _a, _b, _c, F1, 7, 360 _R( _c, _d, _e, _a, _b, F1, 8, [all …]
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | tua6100.c | 78 #define _R 4 in tua6100_set_params() macro 100 reg2[1] = (_R >> 8) & 0x03; in tua6100_set_params() 101 reg2[2] = _R; in tua6100_set_params() 113 prediv = (c->frequency * _R) / (_ri / 1000); in tua6100_set_params() 118 priv->frequency = ((div * _P) * (_ri / 1000)) / _R; in tua6100_set_params() 123 #undef _R in tua6100_set_params()
|
/Linux-v4.19/tools/perf/util/ |
D | header.c | 2430 #define _R(v) \ in process_cache() macro 2434 _R(level) in process_cache() 2435 _R(line_size) in process_cache() 2436 _R(sets) in process_cache() 2437 _R(ways) in process_cache() 2438 #undef _R in process_cache() 2440 #define _R(v) \ in process_cache() macro 2445 _R(type) in process_cache() 2446 _R(size) in process_cache() 2447 _R(map) in process_cache() [all …]
|
/Linux-v4.19/arch/mips/include/asm/ |
D | kvm_host.h | 27 #define MIPS_CP0_32(_R, _S) \ argument 28 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U32 | (8 * (_R) + (_S))) 30 #define MIPS_CP0_64(_R, _S) \ argument 31 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U64 | (8 * (_R) + (_S)))
|
/Linux-v4.19/arch/arm/net/ |
D | bpf_jit_32.h | 161 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))
|