Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/crypto/
Dsha1-armv7-neon.S139 #define _R(a,b,c,d,e,f,i,pre1,pre2,pre3,i16,\ macro
333 _R( _a, _b, _c, _d, _e, F1, 0,
336 _R( _e, _a, _b, _c, _d, F1, 1,
339 _R( _d, _e, _a, _b, _c, F1, 2,
342 _R( _c, _d, _e, _a, _b, F1, 3,
348 _R( _b, _c, _d, _e, _a, F1, 4,
351 _R( _a, _b, _c, _d, _e, F1, 5,
354 _R( _e, _a, _b, _c, _d, F1, 6,
357 _R( _d, _e, _a, _b, _c, F1, 7,
361 _R( _c, _d, _e, _a, _b, F1, 8,
[all …]
/linux-4.4.14/drivers/media/dvb-frontends/
Dtua6100.c83 #define _R 4 in tua6100_set_params() macro
105 reg2[1] = (_R >> 8) & 0x03; in tua6100_set_params()
106 reg2[2] = _R; in tua6100_set_params()
118 prediv = (c->frequency * _R) / (_ri / 1000); in tua6100_set_params()
123 priv->frequency = ((div * _P) * (_ri / 1000)) / _R; in tua6100_set_params()
128 #undef _R in tua6100_set_params()
/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c175 #define _R(NAME,TD,FW,SZ,B) { \ macro
192 _R("RTL8169", RTL_TD_0, NULL, JUMBO_7K, true),
194 _R("RTL8169s", RTL_TD_0, NULL, JUMBO_7K, true),
196 _R("RTL8110s", RTL_TD_0, NULL, JUMBO_7K, true),
198 _R("RTL8169sb/8110sb", RTL_TD_0, NULL, JUMBO_7K, true),
200 _R("RTL8169sc/8110sc", RTL_TD_0, NULL, JUMBO_7K, true),
202 _R("RTL8169sc/8110sc", RTL_TD_0, NULL, JUMBO_7K, true),
205 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
207 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
209 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
[all …]
/linux-4.4.14/arch/mips/include/asm/
Dkvm_host.h23 #define MIPS_CP0_32(_R, _S) \ argument
24 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U32 | (8 * (_R) + (_S)))
26 #define MIPS_CP0_64(_R, _S) \ argument
27 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U64 | (8 * (_R) + (_S)))
/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.h135 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))
Dbpf_jit_32.c433 emit(op ## _R((r1), (r2), r_scratch), ctx); \