Home
last modified time | relevance | path

Searched full:in3 (Results 1 – 25 of 84) sorted by relevance

1234

/Linux-v5.10/arch/arm64/crypto/
Daes-neon.S127 .macro sub_bytes_4x, in0, in1, in2, in3
134 sub v11.16b, \in3\().16b, v15.16b
135 tbl \in3\().16b, {v16.16b-v19.16b}, \in3\().16b
141 tbx \in3\().16b, {v20.16b-v23.16b}, v11.16b
149 tbx \in3\().16b, {v24.16b-v27.16b}, v11.16b
155 tbx \in3\().16b, {v28.16b-v31.16b}, v11.16b
205 .macro do_block_4x, enc, in0, in1, in2, in3, rounds, rk, rkp, i
212 eor \in3\().16b, \in3\().16b, v15.16b /* ^round key */
217 tbl \in3\().16b, {\in3\().16b}, v13.16b /* ShiftRows */
218 sub_bytes_4x \in0, \in1, \in2, \in3
[all …]
Daes-cipher-core.S56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op
59 __pair\enc \sz, \op, w12, w13, \in0, \in1, \in3, 0
61 __pair\enc \sz, \op, w16, w17, \in2, \in3, \in1, 16
62 __pair\enc \sz, \op, \t0, \t1, \in3, \in0, \in2, 24
74 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
75 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
76 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op
79 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
80 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
81 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op
/Linux-v5.10/arch/arm/crypto/
Daes-cipher-core.S42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr
52 __select \out1, \in3, 0
62 __select t0, \in3, 3
64 __select \t3, \in3, 2
92 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
93 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
94 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op, \oldcpsr
97 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
98 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
99 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op, \oldcpsr
/Linux-v5.10/arch/mips/crypto/
Dpoly1305-mips.pl547 my ($in0,$in1,$in2,$in3,$tmp0,$tmp1,$tmp2,$tmp3) =
611 lw $in3,12($inp)
624 srlv $tmp3,$in3,$tmp1
625 sllv $in3,$in3,$tmp0
628 or $in3,$in3,$tmp2
637 sllv $tmp3,$in3,$tmp1
638 srlv $in3,$in3,$tmp0
641 or $in3,$in3,$tmp2
648 lwl $in3,12+MSB($inp)
652 lwr $in3,12+LSB($inp)
[all …]
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dskeleton.c39 CHECK(bss->in3 != 0, "in3", "got %d != exp %d\n", bss->in3, 0); in test_skeleton()
50 bss->in3 = 12; in test_skeleton()
61 CHECK(bss->in3 != 12, "in3", "got %d != exp %d\n", bss->in3, 12); in test_skeleton()
68 bss->in3 = 3; in test_skeleton()
/Linux-v5.10/arch/ia64/kernel/
Dpal.S55 * in1 - in3 Remaining PAL arguments
77 mov r31 = in3
99 * in2 - in3 Remaining PAL arguments
114 mov out3 = in3
135 * in2 - in3 Remaining PAL arguments
163 mov r31 = in3 // copy arg3
207 * in2 - in3 Remaining PAL arguments
238 mov out3 = in3 // copy arg3
/Linux-v5.10/drivers/crypto/vmx/
Daesp8-ppc.pl702 my ($in0, $in1, $in2, $in3, $in4, $in5, $in6, $in7 )=map("v$_",(0..3,10..13));
706 my ($tmp,$keyperm)=($in3,$in4); # aliases with "caller", redundant assignment
808 lvx_u $in3,$x30,$inp
814 le?vperm $in3,$in3,$in3,$inpperm
822 vxor $out3,$in3,$rndkey0
929 vxor $in3,$in3,v31
945 vncipherlast $out4,$out4,$in3
947 lvx_u $in3,$x30,$inp
952 le?vperm $in3,$in3,$in3,$inpperm
976 vxor $out3,$in3,$rndkey0
[all …]
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_skeleton.c18 char in3 = '\0'; variable
48 out3 = in3; in handler()
/Linux-v5.10/Documentation/devicetree/bindings/hwmon/
Dadc128d818.txt11 (IN0-IN1, IN3-IN2, IN4-IN5, IN7-IN6),
13 - Mode 3: 4 single-ended voltage readings (IN0-IN3),
Dina3221.txt27 - reg: Must be 0, 1 or 2, corresponding to IN1, IN2 or IN3 port of INA3221
/Linux-v5.10/arch/ia64/lib/
Dxor.S68 mov r18 = in3
109 mov r18 = in3
153 mov r18 = in3
Dip_fast_csum.S31 #define in3 r35 macro
106 dep r15=in3,in2,32,16
/Linux-v5.10/drivers/hwmon/
Dsmm665.c401 SMM665_ATTR(in3, input, SMM665_MISC16_ADC_DATA_A);
413 SMM665_ATTR(in3, min, SMM665_MISC16_ADC_DATA_A);
425 SMM665_ATTR(in3, max, SMM665_MISC16_ADC_DATA_A);
437 SMM665_ATTR(in3, lcrit, SMM665_MISC16_ADC_DATA_A);
449 SMM665_ATTR(in3, crit, SMM665_MISC16_ADC_DATA_A);
461 SMM665_ATTR(in3, crit_alarm, SMM665_FAULT_A);
/Linux-v5.10/sound/soc/codecs/
Dtlv320adcx140.c459 SND_SOC_DAPM_MUX("IN3 Analog Mic Resistor", SND_SOC_NOPM, 0, 0,
521 {"MIC_GAIN_CTL_CH3", NULL, "IN3 Analog Mic Resistor"},
522 {"MIC_GAIN_CTL_CH3", NULL, "IN3 Analog Mic Resistor"},
542 {"IN3 Analog Mic Resistor", "2.5 kOhm", "MIC3P Input Mux"},
543 {"IN3 Analog Mic Resistor", "10 kOhm", "MIC3P Input Mux"},
544 {"IN3 Analog Mic Resistor", "20 kOhm", "MIC3P Input Mux"},
546 {"IN3 Analog Mic Resistor", "2.5 kOhm", "MIC3M Input Mux"},
547 {"IN3 Analog Mic Resistor", "10 kOhm", "MIC3M Input Mux"},
548 {"IN3 Analog Mic Resistor", "20 kOhm", "MIC3M Input Mux"},
/Linux-v5.10/include/sound/
Drt5660.h19 /* IN1 & IN3 can optionally be differential */
/Linux-v5.10/Documentation/hwmon/
Dw83795.rst43 16 VSEN4 13h in3
102 13 VSEN4 13h in3
Ddme1737.rst97 in3: +5V 0V - 6.64V
107 in3: +5V 0V - 6.64V
117 in3: V2_IN 0V - 1.5V
127 in3: V2_IN 0V - 1.5V
Dw83781d.rst158 0x000008 in3
373 - in3=r(0x23)*0.016*1.68
382 - in3=r(0x23)*0.016*1.68
391 - in3=r(0x23)*0.016*1.68
400 - in3=r(0x23)*0.016*1.68
Dasb100.rst51 - 0x0008 => in3
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Drt5660.txt17 - realtek,in3-differential
Dmax98090.txt37 * IN3
Drt5665.txt17 - realtek,in3-differential
Drt5659.txt19 - realtek,in3-differential
Drt5640.txt20 - realtek,in3-differential
/Linux-v5.10/arch/sh/boards/mach-sdk7786/
Dgpio.c19 "in0", "in1", "in2", "in3", "in4", "in5", "in6", "in7",

1234