Searched refs:f2 (Results 101 - 125 of 189) sorted by relevance

12345678

/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-ipq5332.c13 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \
21 msm_mux_##f2, \
H A Dpinctrl-ipq9574.c13 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \
21 msm_mux_##f2, \
H A Dpinctrl-ipq8064.c163 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10) \
171 IPQ_MUX_##f2, \
H A Dpinctrl-sc8180x.c41 #define PINGROUP_OFFSET(id, _tile, offset, f1, f2, f3, f4, f5, f6, f7, f8, f9) \
49 msm_mux_##f2, \
81 #define PINGROUP(id, _tile, f1, f2, f3, f4, f5, f6, f7, f8, f9) \
82 PINGROUP_OFFSET(id, _tile, 0x0, f1, f2, f3, f4, f5, f6, f7, f8, f9)
H A Dpinctrl-msm8226.c265 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7) \
273 msm_mux_##f2, \
H A Dpinctrl-sdx55.c14 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \
22 msm_mux_##f2, \
H A Dpinctrl-sdx65.c14 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \
22 msm_mux_##f2, \
H A Dpinctrl-sm6115.c24 #define PINGROUP(id, _tile, f1, f2, f3, f4, f5, f6, f7, f8, f9) \
32 msm_mux_##f2, \
H A Dpinctrl-ipq4019.c218 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14) \
226 qca_mux_##f2, \
H A Dpinctrl-apq8064.c211 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10) \
219 APQ_MUX_##f2, \
H A Dpinctrl-mdm9607.c206 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \
214 msm_mux_##f2, \
H A Dpinctrl-ipq6018.c13 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \
21 msm_mux_##f2, \
/linux-master/arch/loongarch/kernel/
H A Dfpu.S32 EX fst.d $f2, \base, (2 * FPU_REG_WIDTH)
67 EX fld.d $f2, \base, (2 * FPU_REG_WIDTH)
415 movgr2fr.d $f2, t1
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c564 f2; local
569 f2 = ((f1 >> 3) * (f1 >> 3) + (f3 >> 3) * (f3 >> 3)) >> 9;
571 if (!f2) {
581 mag_tx = (mag_tx / f2);
582 phs_tx = (phs_tx / f2);
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1905 int Fspace, f1, f2; local
1956 f2 = HFC_inb_nodebug(hc, A_F2);
1957 while (f2 != (temp = HFC_inb_nodebug(hc, A_F2))) {
1960 "%s(card %d): reread f2 because %d!=%d\n",
1961 __func__, hc->id + 1, temp, f2);
1962 f2 = temp; /* repeat until F2 is equal */
1964 Fspace = f2 - f1 - 1;
1974 if (f1 != f2)
1981 if (f1 != f2)
2151 int f1 = 0, f2 local
[all...]
/linux-master/fs/ntfs3/
H A Dindex.c37 const struct ATTR_FILE_NAME *f2 = key2; local
46 fsize2 = fname_full_size(f2);
50 both_case = f2->type != FILE_NAME_DOS && !sbi->options->nocase;
52 const struct le_str *s2 = (struct le_str *)&f2->name_len;
62 return ntfs_cmp_names(f1->name, f1->name_len, f2->name, f2->name_len,
/linux-master/drivers/zorro/
H A Dzorro.ids67 03f2 Microbotics
174 07f2 Spirit Technology
/linux-master/tools/testing/selftests/net/forwarding/
H A Ddevlink_lib.sh22 DEVLINK_VIDDID=$(lspci -s $(echo $DEVLINK_DEV | cut -d"/" -f2) \
/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_flavors_test.sh413 echo "${element}" | cut -d':' -f2 | sed 's/,/\n/g' | sort | \
/linux-master/drivers/pinctrl/
H A Dpinctrl-lpc18xx.c213 #define LPC_P(port, pin, f0, f1, f2, f3, f4, f5, f6, f7, a, t) \
217 FUNC_##f0, FUNC_##f1, FUNC_##f2, \
225 #define LPC_N(pname, off, f0, f1, f2, f3, f4, f5, f6, f7, a, t) \
229 FUNC_##f0, FUNC_##f1, FUNC_##f2, \
/linux-master/arch/riscv/kernel/
H A Dhead.S396 fmv.s.x f2, zero
/linux-master/mm/kasan/
H A Dgeneric.c332 DEFINE_ASAN_SET_SHADOW(f2); variable
/linux-master/tools/lib/bpf/
H A DMakefile10 sort -rV | head -n1 | cut -d'_' -f2)
/linux-master/drivers/usb/host/
H A Disp1362.h533 #define frame_before(f1, f2) ((s16)((u16)f1 - (u16)f2) < 0)
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c1406 #define AUX_REG_UPDATE_2(reg, f1, v1, f2, v2) \
1409 FN(reg, f2), v2)

Completed in 774 milliseconds

12345678