Home
last modified time | relevance | path

Searched full:out0 (Results 1 – 25 of 46) sorted by relevance

12

/linux/arch/arm/boot/dts/samsung/
H A Ds5pv210-galaxys.dts204 PIN_SLP(gpa0-5, OUT0, NONE);
209 PIN_SLP(gpa1-1, OUT0, NONE);
211 PIN_SLP(gpa1-3, OUT0, NONE);
213 PIN_SLP(gpb-0, OUT0, NONE);
215 PIN_SLP(gpb-2, OUT0, NONE);
220 PIN_SLP(gpb-7, OUT0, NONE);
222 PIN_SLP(gpc0-0, OUT0, NONE);
224 PIN_SLP(gpc0-2, OUT0, NONE);
226 PIN_SLP(gpc0-4, OUT0, NONE);
235 PIN_SLP(gpd0-1, OUT0, NONE);
[all …]
H A Dexynos4212-tab3-3g8.dts25 PIN_SLP(gpl0-0, OUT0, NONE);
26 PIN_SLP(gpl1-0, OUT0, NONE);
27 PIN_SLP(gpl2-4, OUT0, NONE);
H A Dexynos4212-tab3.dtsi879 PIN_SLP(gpa0-1, OUT0, NONE);
916 PIN_SLP(gpd0-1, OUT0, NONE);
929 PIN_SLP(gpf0-4, OUT0, NONE);
930 PIN_SLP(gpf0-5, OUT0, NONE);
957 PIN_SLP(gpf3-5, OUT0, DOWN);
962 PIN_SLP(gpj0-3, OUT0, NONE);
965 PIN_SLP(gpj0-6, OUT0, NONE);
966 PIN_SLP(gpj0-7, OUT0, NONE);
968 PIN_SLP(gpj1-0, OUT0, NONE);
1066 PIN_SLP(gpk3-0, OUT0, NONE);
[all …]
H A Dexynos4212-tab3-lte8.dts40 PIN_SLP(gpl2-4, OUT0, NONE);
/linux/arch/powerpc/crypto/
H A Daesp8-ppc.pl704 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
791 lvx $out0,$x70,$key # borrow $out0
794 ?vperm v31,v31,$out0,$keyperm
813 vxor $out0,$in0,$rndkey0
835 vncipher $out0,$out0,v24
846 vncipher $out0,$out0,v25
858 vncipher $out0,$out0,v24
868 vncipher $out0,$out0,v25
878 vncipher $out0,$out0,v26
891 vncipher $out0,$out0,v27
[all …]
/linux/arch/arm/crypto/
H A Daes-cipher-core.S42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr
43 __select \out0, \in0, 0
45 __load \out0, \out0, 0, \sz, \op
60 eor \out0, \out0, t0, ror #24
83 eor \out0, \out0, t2, ror #16
86 eor \out0, \out0, t0, ror #8
88 eor \out0, \out0, t1
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
97 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
[all …]
/linux/arch/arm64/crypto/
H A Daes-cipher-core.S56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op
57 ldp \out0, \out1, [rk], #8
64 eor \out0, \out0, w12
66 eor \out0, \out0, w14, ror #24
68 eor \out0, \out0, w16, ror #16
70 eor \out0, \out0, \t0, ror #8
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
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
H A Daes-neon.S158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const
160 shl \out0\().16b, \in0\().16b, #1
165 eor \out0\().16b, \out0\().16b, \tmp0\().16b
169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const
171 shl \out0\().16b, \in0\().16b, #2
176 eor \out0\().16b, \out0\().16b, \tmp0\().16b
/linux/drivers/pcmcia/
H A Dxxs1500_ss.c225 goto out0; in xxs1500_pcmcia_probe()
233 goto out0; in xxs1500_pcmcia_probe()
241 goto out0; in xxs1500_pcmcia_probe()
260 goto out0; in xxs1500_pcmcia_probe()
299 out0: in xxs1500_pcmcia_probe()
/linux/drivers/comedi/drivers/
H A Dni_daq_700.c158 /* trigger conversion with out0 L to H */ in daq700_ai_rinsn()
160 outb(0x30, dev->iobase + CMO_R); /* mode 0 out0 L, from H */ in daq700_ai_rinsn()
164 /* mode 1 out0 H, L to H, start conversion */ in daq700_ai_rinsn()
202 outb(0x32, iobase + CMO_R); /* config counter mode1, out0 to H */ in daq700_ai_config()
/linux/arch/x86/kernel/cpu/
H A Dvmware.c74 unsigned long out0, rbx, rcx, rdx, rsi, rdi; in vmware_hypercall_slow() local
79 : "=a" (out0), "=b" (rbx), "=c" (rcx), in vmware_hypercall_slow()
91 : "=a" (out0), "=b" (rbx), "=c" (rcx), in vmware_hypercall_slow()
103 : "=a" (out0), "=b" (rbx), "=c" (rcx), in vmware_hypercall_slow()
127 return out0; in vmware_hypercall_slow()
/linux/arch/sh/drivers/dma/
H A Ddmabrg.c179 goto out0; in dmabrg_init()
193 out0: kfree(dmabrg_handlers); in dmabrg_init()
/linux/fs/xfs/libxfs/
H A Dxfs_btree.c1689 goto out0; in xfs_btree_increment()
1719 goto out0; in xfs_btree_increment()
1747 out0: in xfs_btree_increment()
1792 goto out0; in xfs_btree_decrement()
1813 goto out0; in xfs_btree_decrement()
1840 out0: in xfs_btree_decrement()
2436 goto out0; in xfs_btree_lshift()
2450 goto out0; in xfs_btree_lshift()
2457 goto out0; in xfs_btree_lshift()
2467 goto out0; in xfs_btree_lshift()
[all …]
/linux/sound/soc/codecs/
H A Dsma1307.c1111 { "AIF OUT0 Source", "Disable", "SDO Setting" },
1112 { "AIF OUT0 Source", "After_FmtC", "SDO Setting" },
1113 { "AIF OUT0 Source", "After_Mixer", "SDO Setting" },
1114 { "AIF OUT0 Source", "After_DSP", "SDO Setting" },
1115 { "AIF OUT0 Source", "Vrms2_Avg", "SDO Setting" },
1116 { "AIF OUT0 Source", "Battery", "SDO Setting" },
1117 { "AIF OUT0 Source", "Temperature", "SDO Setting" },
1118 { "AIF OUT0 Source", "After_Delay", "SDO Setting" },
1129 { "Entry", NULL, "AIF OUT0 Source" },
H A Dsma1307.h100 #define SMA1307_AIF_OUT0_NAME "AIF OUT0 Source"
328 /* SDO OUT0 Select*/
/linux/net/appletalk/
H A Daarp.c711 goto out0; in aarp_rcv()
715 goto out0; in aarp_rcv()
719 goto out0; in aarp_rcv()
727 goto out0; in aarp_rcv()
852 out0: in aarp_rcv()
/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra-audio-common.yaml17 - description: PLL A OUT0 clock
/linux/drivers/i2c/busses/
H A Di2c-sh7760.c443 goto out0; in sh7760_i2c_probe()
449 goto out0; in sh7760_i2c_probe()
534 out0: in sh7760_i2c_probe()
/linux/drivers/mtd/devices/
H A Dphram.c135 goto out0; in register_device()
178 out0: in register_device()
/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ltc2672.yaml35 description: Positive Supply Voltage Input for DAC OUT0.
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh387 local out0=$(ethtool_stats_get $swp2 tx_octets_prio_1)
397 local dout=$((out1 - out0))
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-icev2.dts50 led-out0 {
51 label = "out0";
H A Dam57xx-idk-common.dtsi62 led-out0 {
63 label = "out0";
H A Dam437x-idk-evm.dts123 led-out0 {
124 label = "out0";
/linux/drivers/gpio/
H A Dgpio-idio-16.c89 "OUT0", "OUT1", "OUT2", "OUT3", "OUT4", "OUT5", "OUT6", "OUT7",

12