Searched refs:f2 (Results 51 - 75 of 189) sorted by relevance

12345678

/linux-master/net/ipv6/
H A Dip6_offload.c28 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__)
30 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__)
33 #define indirect_call_gro_receive_l4(f2, f1, cb, head, skb) \
37 INDIRECT_CALL_L4(cb, f2, f1, head, skb); \
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfc_pci.h179 u_char f1, f2; /* f pointers */ member in struct:dfifo
188 u_char f1, f2; /* f pointers */ member in struct:bzfifo
H A Dhfcpci.c340 bzr->f2 = bzr->f1; /* init F pointers to remain constant */
368 printk(KERN_DEBUG "hfcpci_clear_fifo_tx%d f1(%x) f2(%x) "
370 fifo, bzt->f1, bzt->f2,
374 bzt->f2 = MAX_B_FRAMES;
375 bzt->f1 = bzt->f2; /* init F pointers to remain constant */
383 "hfcpci_clear_fifo_tx%d f1(%x) f2(%x) z1(%x) z2(%x)\n",
384 fifo, bzt->f1, bzt->f2,
402 zp = &bz->za[bz->f2]; /* point to Z-Regs */
406 new_f2 = (bz->f2 + 1) & MAX_B_FRAMES;
416 bz->f2
[all...]
/linux-master/tools/leds/
H A Dget_led_device_info.sh123 function=`echo $led_name | cut -d: -f2`
126 color=`echo $led_name | cut -d: -f2`
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist.tc73 events/sched/sched_process_fork/hist | cut -d: -f2 ` ||
/linux-master/arch/mips/include/asm/
H A Dasmmacro-32.h21 s.d $f2, THREAD_FPR2(\thread)
45 l.d $f2, THREAD_FPR2(\thread)
/linux-master/scripts/
H A Dcoccicheck198 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
199 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"`
/linux-master/arch/mips/kernel/
H A Dr2300_fpu.S71 EX2(s.d $f2, 16(a0))
105 EX2(l.d $f2, 16(a0))
/linux-master/drivers/media/dvb-frontends/
H A Dm88ds3103.c455 u8 sm, f0 = 0, f1 = 0, f2 = 0, f3 = 0; local
488 f2 = div - f1;
495 f2 = div - f0 - f1;
502 f2 = (div - f0 - f1) / (N - 2);
503 f3 = div - f0 - f1 - f2;
509 f2 = 16;
523 if (f2 == 16)
524 f2 = 0;
525 else if ((f2 < 8) && (f2 !
[all...]
/linux-master/arch/sparc/crypto/
H A Dsha512_asm.S11 ldd [%o0 + 0x08], %f2
47 std %f2, [%o0 + 0x08]
/linux-master/tools/testing/selftests/net/
H A Dnetdevice.sh163 MASTER_IFACE="$(echo $1 | cut -d@ -f2)"
198 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$TMP_LIST_NETDEV"
H A Dtoeplitz.sh36 cut -d: -f2- |
/linux-master/tools/testing/selftests/net/forwarding/
H A Dethtool_lib.sh79 cut -d':' -f2)
/linux-master/arch/x86/crypto/
H A Dcurve25519-x86_64.c41 /* Computes the addition of four-element f1 with value in f2
43 static inline u64 add_scalar(u64 *out, const u64 *f1, u64 f2) argument
67 : "+&r"(f2), "=&r"(carry_r)
75 static inline void fadd(u64 *out, const u64 *f1, const u64 *f2) argument
78 /* Compute the raw addition of f1 + f2 */
110 : "+&r"(f2)
116 static inline void fsub(u64 *out, const u64 *f1, const u64 *f2) argument
119 /* Compute the raw subtraction of f1-f2 */
153 : "r"(out), "r"(f1), "r"(f2)
157 /* Computes a field multiplication: out <- f1 * f2
159 fmul(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) argument
294 fmul2(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) argument
543 fmul_scalar(u64 *out, const u64 *f1, u64 f2) argument
1167 u64 f2; local
[all...]
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest161 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1`
163 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
289 CASENAME=`grep "^#[ \t]*description:" $1 | cut -f2- -d:`
293 requires=`grep "^#[ \t]*requires:" $1 | cut -f2- -d:`
/linux-master/arch/arm/mach-omap2/
H A Dcm2xxx.c229 u32 f1, f2; local
232 f2 = omap2_cm_read_mod_reg(CORE_MOD, OMAP24XX_CM_FCLKEN2);
234 return (f1 | f2) ? 1 : 0;
/linux-master/drivers/input/touchscreen/
H A Dwacom_i2c.c112 unsigned char tsw, f1, f2, ers; local
123 f2 = data[3] & WACOM_BARREL_SWITCH_2;
137 input_report_key(input, BTN_STYLUS2, f2);
H A Dwacom_w8001.c63 u8 f2; member in struct:w8001_coord
114 coord->f2 = data[0] & 0x04;
220 * side2/eraser. If rdy && f2 are set, this can be either pen + side2,
222 * - if dev is already in proximity and f2 is toggled ��� pen + side2
223 * - if dev comes into proximity with f2 set ��� eraser
224 * If f2 disappears after assuming eraser, fake proximity out for
230 if (!coord->f2) {
243 w8001->type = coord->f2 ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
247 input_report_key(dev, BTN_STYLUS2, coord->f2);
/linux-master/arch/riscv/kernel/
H A Dfpu.S30 fsd f2, TASK_THREAD_F2_F0(a0)
73 fld f2, TASK_THREAD_F2_F0(a0)
141 __access_func(f2); \
/linux-master/drivers/media/tuners/
H A Dmt20xx.c68 int f1, int f2, int spectrum_from,int spectrum_to)
74 f2=f2/1000;
78 tuner_dbg("spurcheck f1=%d f2=%d from=%d to=%d\n",
79 f1,f2,spectrum_from,spectrum_to);
83 f=n1*(f1-f2);
86 f=f-f2;
91 } while ( (f>(f2-spectrum_to)) || (n2>-5));
67 mt2032_spurcheck(struct dvb_frontend *fe, int f1, int f2, int spectrum_from,int spectrum_to) argument
H A Dm88rs6000t.c29 u8 N, f0 = 0, f1 = 0, f2 = 0, f3 = 0; local
67 f2 = div - f1;
73 f2 = div - f0 - f1;
79 f2 = (div - f0 - f1) / 2;
80 f3 = div - f0 - f1 - f2;
85 f2 = 16;
93 if (f2 == 16)
94 f2 = 0;
104 reg1E = ((f3 << 4) + f2) & 0xFF;
/linux-master/sound/soc/codecs/
H A Dnau8810.c532 u64 f2, f2_max, pll_ratio; local
541 f2 = 256ULL * fs * 4 * nau8810_mclk_scaler[i];
542 f2 = div_u64(f2, 10);
543 if (f2 > NAU_PLL_FREQ_MIN && f2 < NAU_PLL_FREQ_MAX &&
544 f2_max < f2) {
545 f2_max = f2;
552 f2 = f2_max;
557 pll_ratio = div_u64(f2 << 2
[all...]
H A Dnau8822.c632 u64 f2, f2_max, pll_ratio; local
641 f2 = 256 * fs * 4 * nau8822_mclk_scaler[i] / 10;
642 if (f2 > NAU_PLL_FREQ_MIN && f2 < NAU_PLL_FREQ_MAX &&
643 f2_max < f2) {
644 f2_max = f2;
652 f2 = f2_max;
657 pll_ratio = div_u64(f2 << 28, pll_in);
/linux-master/arch/mips/kvm/
H A Dfpu.S48 sdc1 $f2, VCPU_FPR2(a0)
92 ldc1 $f2, VCPU_FPR2(a0)
/linux-master/arch/s390/kernel/
H A Dreipl.S39 std %f2, 0x10(%r1)

Completed in 339 milliseconds

12345678