Home
last modified time | relevance | path

Searched full:in1 (Results 1 – 25 of 118) sorted by relevance

12345

/linux/lib/crypto/mips/
H A Dpoly1305-mips.pl76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
133 ld $in1,8($inp)
140 dsrlv $tmp3,$in1,$tmp1
141 dsllv $in1,$in1,$tmp0
145 dsllv $tmp3,$in1,$tmp1
146 dsrlv $in1,$in1,$tmp0
150 or $in1,$in1,$tmp2
154 ldl $in1,8+MSB($inp)
156 ldr $in1,8+LSB($inp)
161 dsbh $in1,$in1
[all …]
/linux/lib/crypto/riscv/
H A Dpoly1305-riscv.pl54 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$t0,$t1,$t2);
90 ld $in1,8($inp)
97 sll $tmp3,$in1,$tmp1
98 srl $in1,$in1,$tmp0
101 or $in1,$in1,$tmp2
113 and $in1,$in1,$tmp0
116 srli $tmp0,$in1,2
117 sd $in1,32($ctx)
118 add $tmp0,$tmp0,$in1 # s1 = r1 + (r1 >> 2)
128 ($s0,$s1,$s2,$s3,$t3,$t4,$in0,$in1,$t2);
[all …]
/linux/lib/
H A Dtest_memcat_p.c24 struct test_struct **in0, **in1, **out, **p; in test_memcat_p_init() local
31 in1 = kzalloc_objs(*in1, INPUT_MAX); in test_memcat_p_init()
32 if (!in1) in test_memcat_p_init()
40 in1[i] = kmalloc_obj(**in1); in test_memcat_p_init()
41 if (!in1[i]) { in test_memcat_p_init()
49 in1[i]->num = -r; in test_memcat_p_init()
51 in1[i]->magic = MAGIC; in test_memcat_p_init()
54 in0[i] = in1[i] = NULL; in test_memcat_p_init()
56 out = memcat_p(in0, in1); in test_memcat_p_init()
83 if (out[i] != in0[i] || out[i + INPUT_MAX - 1] != in1[i]) { in test_memcat_p_init()
[all …]
/linux/arch/x86/include/asm/
H A Dvmware.h74 unsigned long in1, unsigned long in3,
83 unsigned long in1, unsigned long in3,
99 unsigned long vmware_hypercall1(unsigned long cmd, unsigned long in1) in vmware_hypercall1() argument
104 return vmware_tdx_hypercall(cmd, in1, 0, 0, 0, in vmware_hypercall1()
108 return vmware_hypercall_slow(cmd, in1, 0, 0, 0, in vmware_hypercall1()
115 "b" (in1), in vmware_hypercall1()
123 unsigned long vmware_hypercall3(unsigned long cmd, unsigned long in1, in vmware_hypercall3() argument
129 return vmware_tdx_hypercall(cmd, in1, 0, 0, 0, in vmware_hypercall3()
133 return vmware_hypercall_slow(cmd, in1, 0, 0, 0, in vmware_hypercall3()
140 "b" (in1), in vmware_hypercall3()
[all …]
/linux/arch/powerpc/crypto/
H A Daesp10-ppc.pl121 my ($zero,$in0,$in1,$key,$rcon,$mask,$tmp)=map("v$_",(0..6));
177 lvx $in1,0,$inp
183 vperm $in0,$in0,$in1,$key # align [and byte swap in LE]
273 vperm $in1,$in1,$tmp,$key # align [and byte swap in LE]
279 vperm $key,$in1,$in1,$mask # roate-n-splat
289 vsldoi $stage,$zero,$in1,8
291 vxor $tmp,$tmp,$in1
292 vsldoi $in1,$zero,$in1,12 # >>32
294 vxor $in1,$in1,$tmp
296 vxor $in1,$in1,$key
[all …]
H A Dghashp10-ppc.pl58 my ($Xl1,$Xm1,$Xh1,$IN1,$H2,$H2h,$H2l)=map("v$_",(13..19));
170 vxor $IN1,$Xl,$t1
172 vsldoi $H2,$IN1,$IN1,8
184 vpmsumd $Xl1,$IN1,$H2l # H^2.lo·H^2.lo
186 vpmsumd $Xm1,$IN1,$H2 # H^2.hi·H^2.lo+H^2.lo·H^2.hi
188 vpmsumd $Xh1,$IN1,$H2h # H^2.hi·H^2.hi
/linux/lib/crypto/
H A Dcurve25519-fiat32.c108 static __always_inline void fe_freeze(u32 out[10], const u32 in1[10]) in fe_freeze()
110 { const u32 x17 = in1[9]; in fe_freeze()
111 { const u32 x18 = in1[8]; in fe_freeze()
112 { const u32 x16 = in1[7]; in fe_freeze()
113 { const u32 x14 = in1[6]; in fe_freeze()
114 { const u32 x12 = in1[5]; in fe_freeze()
115 { const u32 x10 = in1[4]; in fe_freeze()
116 { const u32 x8 = in1[3]; in fe_freeze()
117 { const u32 x6 = in1[2]; in fe_freeze()
118 { const u32 x4 = in1[1]; in fe_freeze()
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg_arm64.h51 unsigned long vmware_hypercall1(unsigned long cmd, unsigned long in1) in vmware_hypercall1() argument
54 register u64 x1 asm("x1") = in1; in vmware_hypercall1()
72 unsigned long vmware_hypercall5(unsigned long cmd, unsigned long in1, in vmware_hypercall5() argument
77 register u64 x1 asm("x1") = in1; in vmware_hypercall5()
98 unsigned long vmware_hypercall6(unsigned long cmd, unsigned long in1, in vmware_hypercall6() argument
103 register u64 x1 asm("x1") = in1; in vmware_hypercall6()
127 unsigned long vmware_hypercall7(unsigned long cmd, unsigned long in1, in vmware_hypercall7() argument
133 register u64 x1 asm("x1") = in1; in vmware_hypercall7()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c46 CHECK(data->in1 != -1, "in1", "got %d != exp %d\n", data->in1, -1); in test_skeleton()
66 data->in1 = 10; in test_skeleton()
81 CHECK(data->in1 != 10, "in1", "got %d != exp %d\n", data->in1, 10); in test_skeleton()
92 data->in1 = 1; in test_skeleton()
/linux/sound/soc/codecs/
H A Dmax98095.c514 SOC_DAPM_SINGLE("IN1 Switch", M98095_050_MIX_SPK_LEFT, 1, 1, 0),
526 SOC_DAPM_SINGLE("IN1 Switch", M98095_051_MIX_SPK_RIGHT, 1, 1, 0),
536 SOC_DAPM_SINGLE("IN1 Switch", M98095_04C_MIX_HP_LEFT, 1, 1, 0),
546 SOC_DAPM_SINGLE("IN1 Switch", M98095_04D_MIX_HP_RIGHT, 1, 1, 0),
556 SOC_DAPM_SINGLE("IN1 Switch", M98095_04F_MIX_RCV, 1, 1, 0),
566 SOC_DAPM_SINGLE("IN1 Switch", M98095_053_MIX_LINEOUT1, 1, 1, 0),
576 SOC_DAPM_SINGLE("IN1 Switch", M98095_054_MIX_LINEOUT2, 1, 1, 0),
584 SOC_DAPM_SINGLE("IN1 Switch", M98095_04A_MIX_ADC_LEFT, 3, 1, 0),
592 SOC_DAPM_SINGLE("IN1 Switch", M98095_04B_MIX_ADC_RIGHT, 3, 1, 0),
777 SND_SOC_DAPM_PGA_E("IN1 Input", M98095_090_PWR_EN_IN,
[all …]
H A Dwm9090.c29 { 22, 0x0003 }, /* R22 - IN1 Line Control */
31 { 24, 0x0083 }, /* R24 - IN1 Line Input A Volume */
32 { 25, 0x0083 }, /* R25 - IN1 Line Input B Volume */
326 SND_SOC_DAPM_INPUT("IN1+"),
327 SND_SOC_DAPM_INPUT("IN1-"),
358 { "IN1A PGA", NULL, "IN1+" },
386 { "IN1B PGA", NULL, "IN1-" },
394 { "IN1A PGA", NULL, "IN1-" },
H A Dtlv320adcx140.c497 SND_SOC_DAPM_MUX("IN1 Analog Mic Resistor", SND_SOC_NOPM, 0, 0,
559 {"MIC_GAIN_CTL_CH1", NULL, "IN1 Analog Mic Resistor"},
560 {"MIC_GAIN_CTL_CH1", NULL, "IN1 Analog Mic Resistor"},
568 {"IN1 Analog Mic Resistor", "2.5 kOhm", "MIC1P Input Mux"},
569 {"IN1 Analog Mic Resistor", "10 kOhm", "MIC1P Input Mux"},
570 {"IN1 Analog Mic Resistor", "20 kOhm", "MIC1P Input Mux"},
572 {"IN1 Analog Mic Resistor", "2.5 kOhm", "MIC1M Input Mux"},
573 {"IN1 Analog Mic Resistor", "10 kOhm", "MIC1M Input Mux"},
574 {"IN1 Analog Mic Resistor", "20 kOhm", "MIC1M Input Mux"},
H A Dsimple-mux.c107 SND_SOC_DAPM_INPUT("IN1"),
116 { "MUX", "Input 1", "IN1" }, // see simple_mux_probe()
/linux/Documentation/devicetree/bindings/sound/
H A Daxentia,tse850-pcm5142.txt16 IN1 +---o +------------+ o---+ OUT1
37 In the above, the 'loop1' relays are inactive, thus feeding IN1 to the mixer
39 are active, short-cutting the TSE-850 from channel 2. IN1, IN2, OUT1 and OUT2
H A Dmediatek,mt8188-afe.yaml97 mediatek,etdm-in1-cowork-source:
191 mediatek,etdm-in1-multi-pin-mode;
192 mediatek,etdm-in1-chn-disabled = /bits/ 8 <0x0 0x2>;
H A Dcirrus,cs48l32.yaml105 There is one cell per input (IN1, IN2, ...).
114 - description: IN1 PDM supply source
/linux/Documentation/devicetree/bindings/regulator/
H A Dmax8907.txt11 - in1-supply: The input supply for LDO1.
42 in1-supply = <&mbatt_reg>;
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c16 int in1 = -1; variable
75 out1 = in1; in handler()
/linux/Documentation/devicetree/bindings/iio/adc/
H A Drenesas,rzn1-adc.yaml61 - 1: ADC1 IN1
70 - 9: ADC2 IN1
/linux/Documentation/devicetree/bindings/clock/
H A Damlogic,t7-pll-clkc.yaml43 - const: in1
111 clock-names = "in0", "in1", "in2";
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dcirrus,madera.yaml66 opclk-async, pwm1, pwm2, spdif, asrc1-in1-lock,
67 asrc1-in2-lock, asrc2-in1-lock, asrc2-in2-lock,
/linux/Documentation/devicetree/bindings/mfd/
H A Dst,stm32-lptimer.yaml16 elements, from IN1 and IN2 input signals.
17 - simple counter from IN1 input signal.
/linux/Documentation/hwmon/
H A Dw83781d.rst156 0x000002 in1
213 783s has no in1 so that in[2-6] are compatible with the 781d/782d.
371 - in1=r(0x21)*0.016
380 - in1=r(0x21)*0.016
389 - in1=r(0x21)*0.016
398 - in1=255
H A Dw83795.rst41 14 VSEN2 (VCORE2) 11h in1
100 11 VSEN2 (VCORE2) 11h in1
/linux/include/sound/
H A Drt5660.h19 /* IN1 & IN3 can optionally be differential */

12345