Searched refs:in2 (Results 1 - 31 of 31) sorted by relevance

/linux-4.1.27/arch/arm64/crypto/
H A Daes-neon.S134 .macro sub_bytes_4x, in0, in1, in2, in3
139 sub v10.16b, \in2\().16b, v12.16b
140 tbl \in2\().16b, {v16.16b-v19.16b}, \in2\().16b
146 tbx \in2\().16b, {v20.16b-v23.16b}, v10.16b
154 tbx \in2\().16b, {v24.16b-v27.16b}, v10.16b
161 tbx \in2\().16b, {v28.16b-v31.16b}, v10.16b
210 .macro inv_mix_cols_4x, in0, in1, in2, in3
212 mul_by_x_2x v10, v11, \in2, \in3, v12, v13, v14
217 eor \in2\().16b, \in2\().16b, v10.16b
225 eor \in2\().16b, \in2\().16b, v10.16b
228 mix_columns_2x \in2, \in3
256 .macro do_block_4x, enc, in0, in1, in2, in3, rounds, rk, rkp, i
262 eor \in2\().16b, \in2\().16b, v15.16b /* ^round key */
264 sub_bytes_4x \in0, \in1, \in2, \in3
267 tbl \in2\().16b, {\in2\().16b}, v13.16b /* ShiftRows */
274 mix_columns_2x \in2, \in3
277 inv_mix_cols_4x \in0, \in1, \in2, \in3
284 eor \in2\().16b, \in2\().16b, v15.16b /* ^round key */
296 .macro encrypt_block4x, in0, in1, in2, in3, rounds, rk, rkp, i
297 do_block_4x 1, \in0, \in1, \in2, \in3, \rounds, \rk, \rkp, \i
300 .macro decrypt_block4x, in0, in1, in2, in3, rounds, rk, rkp, i
301 do_block_4x 0, \in0, \in1, \in2, \in3, \rounds, \rk, \rkp, \i
/linux-4.1.27/arch/ia64/lib/
H A Dmemcpy_mck.S7 * in2: number of bytes to copy
71 #define in2 r34 define
92 cmp.gt p15,p0=8,in2 // check for small size
97 mov saved_in2=in2 // save len
114 shr.u cnt=in2,7 // this much cache line
137 and tmp=31,in2 // copy length after iteration
138 shr.u r29=in2,5 // number of 32-byte iteration
176 and in2=7,tmp // remaining length
202 shr.u cnt=in2,7 // number of lines
207 and tmp=127,in2 // remaining bytes after this block
264 mov in2=tmp
286 mov saved_in2=in2
289 cmp.lt p6,p7=blocksize,in2
292 (p6) mov in2=blocksize
294 shr.u r21=in2,7 // this much cache line
295 shr.u r22=in2,4 // number of 16-byte iteration
296 and curlen=15,in2 // copy length after iteration
370 (p8) sub in2=saved_in2,blocksize
398 mov in2=curlen // remaining length
405 cmp.le p8,p9 = 1,in2
406 cmp.le p10,p11 = 2,in2
407 cmp.le p12,p13 = 3,in2
408 cmp.le p14,p15 = 4,in2
427 cmp.le p6,p7 = 5,in2
428 cmp.le p8,p9 = 6,in2
429 cmp.le p10,p11 = 7,in2
489 sub in2=in2,r30
H A Dip_fast_csum.S28 #define in2 r34 define
99 zxt4 in2=in2
103 dep r15=in3,in2,32,16
H A Dmemcpy.S8 * in2: number of bytes to copy
55 or t0=t0,in2
61 cmp.eq p6,p0=in2,r0 // zero length?
67 shr.u cnt=in2,3 // number of 8-byte words to copy
72 cmp.gtu p7,p0=16,in2 // copying less than 16 bytes?
119 adds cnt=-1,in2 // br.ctop is repeat/until
198 add src_end=src,in2
222 sub cnt=in2,cnt // cnt = number of bytes left to copy
H A Dmemset.S11 in2: count
25 #define cnt in2
H A Dcopy_user.S16 * in2 number of bytes to copy
47 #define len in2
/linux-4.1.27/arch/sh/boards/mach-sdk7786/
H A Dgpio.c22 "in0", "in1", "in2", "in3", "in4", "in5", "in6", "in7",
/linux-4.1.27/arch/ia64/hp/sim/boot/
H A Dfw-emu.c149 sal_emulator (long index, unsigned long in1, unsigned long in2, sal_emulator() argument
196 * in1 contains the PCI configuration address and in2 sal_emulator()
201 if (in2 == 1) /* Reading byte */ sal_emulator()
203 else if (in2 == 2) /* Reading word */ sal_emulator()
210 * in1 contains the PCI configuration address, in2 the sal_emulator()
215 if (in2 == 1) /* Writing byte */ sal_emulator()
217 else if (in2 == 2) /* Writing word */ sal_emulator()
/linux-4.1.27/arch/ia64/kernel/
H A Dpal.S73 mov r30 = in2
96 * in2 - in3 Remaining PAL arguments
110 mov out2 = in2
131 * in2 - in3 Remaining PAL arguments
158 mov r30 = in2 // copy arg2
202 * in2 - in3 Remaining PAL arguments
232 mov out2 = in2 // copy arg3
H A Defi_stub.S68 mov out1=in2
H A Drelocate_kernel.S60 dep r28=0,in2,61,3 //to physical address
H A Dentry.S70 mov out2=in2 // envp
119 mov out2=in2
152 mov out3=in2 // parent_tidptr: valid only w/CLONE_PARENT_SETTID
1398 mov out1 = in2
1429 mov out1 = in2
H A Divt.S978 tnat.nz p10,p0=in2
985 (p10) mov in2=-1
/linux-4.1.27/drivers/crypto/vmx/
H A Daesp8-ppc.pl643 my ($in0, $in1, $in2, $in3, $in4, $in5, $in6, $in7 )=map("v$_",(0..3,10..13));
747 lvx_u $in2,$x20,$inp
752 le?vperm $in2,$in2,$in2,$inpperm
759 vxor $out2,$in2,$rndkey0
868 vxor $in2,$in2,v31
883 vncipherlast $out3,$out3,$in2
885 lvx_u $in2,$x20,$inp
890 le?vperm $in2,$in2,$in2,$inpperm
914 vxor $out2,$in2,$rndkey0
1013 vxor $in2,$in2,v31
1039 vncipherlast $out3,$out3,$in2
1066 vncipherlast $out3,$out3,$in2
1346 my ($in0, $in1, $in2, $in3, $in4, $in5, $in6, $in7 )=map("v$_",(0..3,10,12..14));
1541 lvx_u $in2,$x20,$inp
1559 le?vperm $in2,$in2,$in2,$inpperm
1581 vxor $in2,$in2,v31
1598 vcipherlast $in2,$out2,$in2
1625 le?vperm $in2,$in2,$in2,$inpperm
1630 stvx_u $in2,$x20,$out
1669 vcipherlast $out2,$out2,$in2
1698 vcipherlast $out1,$out1,$in2
1724 vcipherlast $out0,$out0,$in2
/linux-4.1.27/arch/ia64/sn/kernel/sn2/
H A Dptc_deadlock.S25 ptc1 = in2
/linux-4.1.27/drivers/hwmon/
H A Dsmm665.c403 SMM665_ATTR(in2, input, SMM665_MISC16_ADC_DATA_VDD);
415 SMM665_ATTR(in2, min, SMM665_MISC16_ADC_DATA_VDD);
427 SMM665_ATTR(in2, max, SMM665_MISC16_ADC_DATA_VDD);
439 SMM665_ATTR(in2, lcrit, SMM665_MISC16_ADC_DATA_VDD);
451 SMM665_ATTR(in2, crit, SMM665_MISC16_ADC_DATA_VDD);
463 SMM665_ATTR(in2, crit_alarm, SMM665_FAULT_VDD);
H A Dgl518sm.c28 * in1 nor in2. The original driver had an ugly workaround to get them
H A Dvt1211.c67 * UCH3 in2 temp5 VccP
H A Dvt8231.c67 * UIC3 in2 * temp4 3
H A Ddme1737.c77 * in2 VCC (internal +3.3V) temp3 Remote diode 2
109 * IN_TEMP_LSB(4) = [in2, in1]
H A Dadt7475.c1284 data->has_voltage = 0x06; /* in1, in2 */ adt7475_probe()
H A Dw83795.c342 u8 has_dyn_in; /* Only in2-0 can have this */
/linux-4.1.27/crypto/
H A Dansi_cprng.c75 static void xor_vectors(unsigned char *in1, unsigned char *in2, xor_vectors() argument
81 out[i] = in1[i] ^ in2[i]; xor_vectors()
/linux-4.1.27/drivers/isdn/hisax/
H A Delsa.c777 int i, in1, in2, p16_1 = 0, p16_2 = 0, p8_1 = 0, p8_2 = 0, pc_1 = 0, probe_elsa_adr() local
794 in2 = inb(adr + ELSA_CONFIG); /* jedem Zugriff */ probe_elsa_adr()
796 p16_2 += 0x04 & in2; probe_elsa_adr()
798 p8_2 += 0x02 & in2; probe_elsa_adr()
800 pc_2 += 0x01 & in2; probe_elsa_adr()
802 pfp_2 += 0x40 & in2; probe_elsa_adr()
/linux-4.1.27/drivers/regulator/
H A Dmax8907-regulator.c157 LDO_650_25(LDO2, "in2", MAX8907_REG_LDOCTL2),
/linux-4.1.27/drivers/media/i2c/
H A Dmsp3400-driver.c286 "in1", "in2", "in3", "in4", "in1 da", "in2 da", "mono", "mute"
/linux-4.1.27/firmware/keyspan_pda/
H A Dkeyspan_pda.S901 ;; prod rx, which will actually send the message when in2 becomes free
H A Dxircom_pgs.S962 ;; prod rx, which will actually send the message when in2 becomes free
/linux-4.1.27/drivers/platform/x86/
H A Dtoshiba_acpi.c362 static u32 hci_write2(struct toshiba_acpi_dev *dev, u32 reg, u32 in1, u32 in2) hci_write2() argument
364 u32 in[TCI_WORDS] = { HCI_SET, reg, in1, in2, 0, 0 }; hci_write2()
/linux-4.1.27/sound/soc/codecs/
H A Drt5640.c2173 "realtek,in2-differential"); rt5640_parse_dt()
H A Drt5677.c4926 "realtek,in2-differential"); rt5677_parse_dt()

Completed in 603 milliseconds