Home
last modified time | relevance | path

Searched full:in0 (Results 1 – 25 of 45) sorted by relevance

12

/linux/arch/powerpc/crypto/
H A Daesp10-ppc.pl121 my ($zero,$in0,$in1,$key,$rcon,$mask,$tmp)=map("v$_",(0..6));
172 lvx $in0,0,$inp
183 vperm $in0,$in0,$in1,$key # align [and byte swap in LE]
201 vperm $key,$in0,$in0,$mask # rotate-n-splat
202 vsldoi $tmp,$zero,$in0,12 # >>32
203 vperm $outtail,$in0,$in0,$outperm # rotate
210 vxor $in0,$in0,$tmp
212 vxor $in0,$in0,$tmp
214 vxor $in0,$in0,$tmp
216 vxor $in0,$in0,$key
[all …]
/linux/lib/crypto/mips/
H A Dpoly1305-mips.pl76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
132 ld $in0,0($inp)
139 dsllv $in0,$in0,$tmp0
144 dsrlv $in0,$in0,$tmp0
149 or $in0,$in0,$tmp3
153 ldl $in0,0+MSB($inp)
155 ldr $in0,0+LSB($inp)
160 dsbh $in0,$in0 # byte swap
162 dshd $in0,$in0
169 and $tmp1,$in0,$tmp0 # byte swap
[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);
89 ld $in0,0($inp)
96 srl $in0,$in0,$tmp0
100 or $in0,$in0,$tmp3
111 and $in0,$in0,$tmp0
115 sd $in0,24($ctx)
128 ($s0,$s1,$s2,$s3,$t3,$t4,$in0,$in1,$t2);
165 ld $in0,0($inp) # load input
171 srl $in0,$in0,$shr
175 or $in0,$in0,$tmp3
[all …]
/linux/lib/
H A Dtest_memcat_p.c24 struct test_struct **in0, **in1, **out, **p; in test_memcat_p_init() local
27 in0 = kzalloc_objs(*in0, INPUT_MAX); in test_memcat_p_init()
28 if (!in0) in test_memcat_p_init()
36 in0[i] = kmalloc_obj(**in0); in test_memcat_p_init()
37 if (!in0[i]) in test_memcat_p_init()
42 kfree(in0[i]); in test_memcat_p_init()
48 in0[i]->num = r; in test_memcat_p_init()
50 in0[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()
[all …]
/linux/drivers/clk/
H A Dclk-k210.c340 * Set ACLK parent selector: 0 for IN0, 1 for PLL0.
398 * For PLL0, we need to re-parent ACLK to IN0 to keep the CPU cores and in k210_pll_enable_hw()
552 { /* .index = 0 for in0 */ }, in k210_register_pll()
576 /* PLL0 and PLL1 only have IN0 as parent */ in k210_register_plls()
588 /* PLL2 has IN0, PLL0 and PLL1 as parents */ in k210_register_plls()
645 * ACLK has IN0 and PLL0 as parents.
652 { /* .index = 0 for in0 */ }, in k210_register_aclk()
821 * All muxed clocks have IN0 and PLL0 as parents.
827 { /* .index = 0 for in0 */ }, in k210_register_mux_clk()
838 /* .index = 0 for in0 */ in k210_register_in0_child()
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A Dcanaan,k210-clk.yaml43 in0: oscillator {
54 clocks = <&in0>;
H A Dsilabs,si5341.yaml72 - const: in0
/linux/Documentation/devicetree/bindings/iio/adc/
H A Drenesas,rzn1-adc.yaml60 - 0: ADC1 IN0
69 - 8: ADC2 IN0
/linux/Documentation/hwmon/
H A Ddme1737.rst94 in0: +5VTR (+5V standby) 0V - 6.64V
104 in0: +2.5V 0V - 3.32V
114 in0: +5VTR (+5V standby) 0V - 6.64V
124 in0: +2.5 0V - 3.32V
H A Dw83795.rst40 13 VSEN1 (VCORE1) 10h in0
99 10 VSEN1 (VCORE1) 10h in0
H A Dw83781d.rst155 0x000001 in0
370 - in0=r(0x20)*0.016
379 - in0=r(0x20)*0.016
388 - in0=r(0x20)*0.016
397 - in0=r(0x20)*0.016
H A Df71805f.rst69 need external resistors. An exception is in0, which is used to monitor
83 in0 VCC VCC3.3V int. int. 2.00 1.65 V
H A Dpowr1220.rst37 in0 VMON1
H A Dasb100.rst48 - 0x0001 => in0 (?)
H A Dgl518sm.rst31 For the revision 0x00 chip, the in0, in1, and in2 values (+5V, +3V,
H A Dlm87.rst83 - in0+in5 (default) or temp3
H A Dw83627hf.rst113 100 CPUVCORE 20h in0
H A Dadt7475.rst104 in0 2.5VIN (22) 2.5VIN (22) - -
H A Dw83792d.rst78 0 in0
/linux/arch/sh/boards/mach-sdk7786/
H A Dgpio.c19 "in0", "in1", "in2", "in3", "in4", "in5", "in6", "in7",
/linux/Documentation/devicetree/bindings/iio/afe/
H A Dcurrent-sense-shunt.yaml53 channel@0 { /* IN0,IN1 differential */
/linux/drivers/acpi/riscv/
H A Dirq.c34 static int irqchip_cmp_func(const void *in0, const void *in1) in irqchip_cmp_func() argument
36 struct acpi_probe_entry *elem0 = (struct acpi_probe_entry *)in0; in irqchip_cmp_func()
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh386 local in0=$(ethtool_stats_get $swp1 rx_octets_prio_1)
396 local din=$((in1 - in0))
/linux/arch/riscv/boot/dts/canaan/
H A Dk210.dtsi91 in0: oscillator { label
435 clocks = <&in0>;
/linux/drivers/i2c/busses/
H A Di2c-icy.c175 * in0 is the voltage of the internal 5V power supply. in icy_probe()

12