Searched refs:f2 (Results 76 - 100 of 189) sorted by relevance

12345678

/linux-master/arch/sparc/crypto/
H A Daes_asm.S217 ld [%o0 + 0x08], %f2
221 std %f2, [%o1 + 0x08]
1021 std %f2, [%o2 + 0x18]
1155 std %f2, [%o2 + 0x18]
1194 fxor %f6, %f2, %f6
1222 fxor %f6, %f2, %f6
1250 fxor %f6, %f2, %f6
1283 fxor %f6, %f2, %f6
1315 fxor %f6, %f2, %f6
1347 fxor %f6, %f2,
[all...]
/linux-master/arch/sparc/lib/
H A Dxor.S44 fxor %f2, %f18, %f18
71 fxor %f2, %f18, %f18
114 fxor %f2, %f18, %f50
140 fxor %f2, %f18, %f50
181 fxor %f2, %f18, %f18
217 fxor %f2, %f18, %f18
268 fxor %f2, %f18, %f50
314 fxor %f2, %f18, %f50
H A DNG4memcpy.S223 1: EX_LD_FP(LOAD(ldd, %g1 + 0x08, %f2), memcpy_retl_o2_plus_o4)
231 faligndata %f0, %f2, %f16
233 faligndata %f2, %f4, %f18
H A DM7memcpy.S568 EX_LD_FP(LOAD(ldd, %o4+8, %f2), memcpy_retl_o2_plus_o5)
569 faligndata %f0, %f2, %f16
573 faligndata %f2, %f4, %f18
685 faligndata %f16, %f18, %f2
692 EX_ST_FP(STORE(std, %f2, %o0+8), memcpy_retl_o2_plus_o5_plus_56)
727 EX_LD_FP(LOAD(ldd, %o4+8, %f2), memcpy_retl_o2_plus_o5)
729 faligndata %f0, %f2, %f16
732 fsrc2 %f2, %f0
/linux-master/tools/testing/selftests/
H A Dkselftest_deps.sh93 targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
/linux-master/tools/testing/selftests/kselftest/
H A Drunner.sh91 value=$(echo "$line" | cut -d= -f2-)
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S35 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd)
101 .long R(93, c4, c4, 57), R(55, a7, a7, f2)
120 .long R(d3, e4, e4, 37), R(f2, 79, 79, 8b)
194 .long R(30, 28, 87, f2), R(23, bf, a5, b2)
197 .long R(f3, 07, f2, f0), R(4e, 69, e2, a1)
226 .long R(0e, 09, 0d, 0b), R(f2, 8b, c7, ad)
280 .long R(9c, d2, df, 59), R(55, f2, 73, 3f)
/linux-master/arch/riscv/kvm/
H A Dvcpu_switch.S244 fsw f2, KVM_ARCH_FP_F_F2(a0)
286 fsd f2, KVM_ARCH_FP_D_F2(a0)
328 flw f2, KVM_ARCH_FP_F_F2(a0)
370 fld f2, KVM_ARCH_FP_D_F2(a0)
/linux-master/lib/
H A Dbch.c874 struct gf_poly *f2 = bch->poly_2t[0]; local
890 gf_poly_copy(f2, f);
891 gcd = gf_poly_gcd(bch, f2, tk);
911 struct gf_poly *f1, *f2; local
931 factor_polynomial(bch, k, poly, &f1, &f2);
934 if (f2)
935 cnt += find_poly_roots(bch, k+1, f2, roots+cnt);
/linux-master/net/netlabel/
H A Dnetlabel_domainhash.c119 static bool netlbl_family_match(u16 f1, u16 f2) argument
121 return (f1 == f2) || (f1 == AF_UNSPEC) || (f2 == AF_UNSPEC);
/linux-master/drivers/media/cec/platform/meson/
H A Dao-cec-g12a.c238 unsigned long n2, m1, m2, f1, f2, p1, p2; local
247 f2 = DIV_ROUND_CLOSEST(parent_rate, n2);
250 p2 = DIV_ROUND_CLOSEST(100000000 * m2, f2 * (m1 + m2));
/linux-master/sound/soc/codecs/
H A Dwm8978.c477 unsigned int f2; local
489 * 6 <= R = f2 / f1 < 13, 1 <= OPCLKDIV <= 4.
514 * 6 <= R = f2 / f1 < 13, to put 1 <= MCLKDIV <= 12.
531 f2 = wm8978->f_pllout * 4;
536 pll_factors(component, &pll_div, f2, wm8978->f_mclk);
/linux-master/net/core/
H A Dfib_rules.c21 #define INDIRECT_CALL_MT(f, f2, f1, ...) \
22 INDIRECT_CALL_INET(f, f2, f1, __VA_ARGS__)
24 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__)
27 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__)
29 #define INDIRECT_CALL_MT(f, f2, f1, ...) f(__VA_ARGS__)
/linux-master/drivers/hwmon/
H A Dnct7802.c232 unsigned int f1, f2; local
239 ret = regmap_read(data->regmap, REG_FANCOUNT_LOW, &f2);
242 ret = (f1 << 5) | (f2 >> 3);
256 unsigned int f1, f2; local
263 ret = regmap_read(data->regmap, reg_fan_high, &f2);
266 ret = f1 | ((f2 & 0xf8) << 5);
H A Dg762.c185 unsigned long f2 = p * clk_div; local
190 rpm = clamp_val(rpm, f1 / (255 * f2), ULONG_MAX / f2);
191 return DIV_ROUND_CLOSEST(f1, rpm * f2);
/linux-master/drivers/usb/host/
H A Duhci-hcd.h473 #define uhci_frame_before_eq(f1, f2) (0 <= (int) ((f2) - (f1)))
/linux-master/include/net/
H A Dgro.h408 #define indirect_call_gro_receive_inet(cb, f2, f1, head, skb) \
412 INDIRECT_CALL_INET(cb, f2, f1, head, skb); \
/linux-master/scripts/
H A Ddev-needs.sh313 dev_to_detail | sort -k2 -k1 | uniq -f 1 | sort | cut -f2-
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh51 DEBUGFS=$(grep -w debugfs /proc/mounts | cut -f2 -d' ')
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-fw.c1285 int f2 = (go->sensor_framerate - arate % go->sensor_framerate) / rprime; local
1292 0xbff4, f1 > f2 ? f1 : f2,
1293 0xbff5, f1 < f2 ? f1 : f2,
1294 0xbff6, f1 < f2 ? ratio : ratio + 1,
1295 0xbff7, f1 > f2 ? ratio : ratio + 1,
/linux-master/drivers/pinctrl/
H A Dpinctrl-ocelot.c430 #define SERVAL_P(p, f0, f1, f2) \
434 FUNC_GPIO, FUNC_##f0, FUNC_##f1, FUNC_##f2, \
512 #define OCELOT_P(p, f0, f1, f2) \
516 FUNC_GPIO, FUNC_##f0, FUNC_##f1, FUNC_##f2, \
720 #define SERVALT_P(p, f0, f1, f2) \
724 FUNC_GPIO, FUNC_##f0, FUNC_##f1, FUNC_##f2 \
812 #define SPARX5_P(p, f0, f1, f2) \
816 FUNC_GPIO, FUNC_##f0, FUNC_##f1, FUNC_##f2 \
958 #define LAN966X_P(p, f0, f1, f2, f3, f4, f5, f6, f7) \
962 FUNC_##f0, FUNC_##f1, FUNC_##f2, \
[all...]
H A Dpinctrl-falcon.c51 #define MFP_FALCON(a, f0, f1, f2, f3) \
58 FALCON_MUX_##f2, \
106 /* pin f0 f1 f2 f3 */
/linux-master/drivers/s390/block/
H A Ddasd_eckd.h293 __u16 f2; member in struct:dasd_eckd_characteristics::__anon400::__anon401
298 __u8 f2; member in struct:dasd_eckd_characteristics::__anon400::__anon402
/linux-master/arch/mips/kernel/
H A Dr4k_fpu.S141 EX sdc1 $f2, 16(a0)
206 EX ldc1 $f2, 16(a0)
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-ipq5018.c13 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \
21 msm_mux_##f2, \

Completed in 238 milliseconds

12345678