Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/drivers/net/ethernet/realtek/
Dr8169.c154 #define _R(NAME,TD,FW,SZ,B) { \ macro
171 _R("RTL8169", RTL_TD_0, NULL, JUMBO_7K, true),
173 _R("RTL8169s", RTL_TD_0, NULL, JUMBO_7K, true),
175 _R("RTL8110s", RTL_TD_0, NULL, JUMBO_7K, true),
177 _R("RTL8169sb/8110sb", RTL_TD_0, NULL, JUMBO_7K, true),
179 _R("RTL8169sc/8110sc", RTL_TD_0, NULL, JUMBO_7K, true),
181 _R("RTL8169sc/8110sc", RTL_TD_0, NULL, JUMBO_7K, true),
184 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
186 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
188 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
[all …]
/linux-3.4.99/arch/arm/net/
Dbpf_jit_32.h115 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))
Dbpf_jit_32.c398 emit(op ## _R((r1), (r2), r_scratch), ctx); \