Home
last modified time | relevance | path

Searched full:out3 (Results 1 – 25 of 142) sorted by relevance

123456

/openbmc/linux/drivers/crypto/vmx/
H A Daesp8-ppc.pl703 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
822 vxor $out3,$in3,$rndkey0
837 vncipher $out3,$out3,v24
848 vncipher $out3,$out3,v25
860 vncipher $out3,$out3,v24
870 vncipher $out3,$out3,v25
880 vncipher $out3,$out3,v26
893 vncipher $out3,$out3,v27
903 vncipher $out3,$out3,v28
913 vncipher $out3,$out3,v29
[all …]
/openbmc/linux/arch/arm64/crypto/
H A Daes-cipher-core.S74 .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
/openbmc/bmcweb/test/http/
H A Dutility_test.cpp119 std::string out3; in TEST() local
123 out1 = out2 = out3 = ""; in TEST()
125 std::ref(out3))); in TEST()
128 EXPECT_EQ(out3, "Chassis"); in TEST()
130 out1 = out2 = out3 = ""; in TEST()
134 out1 = out2 = out3 = ""; in TEST()
147 std::ref(out2), std::ref(out3))); in TEST()
/openbmc/linux/arch/arm/crypto/
H A Daes-cipher-core.S92 .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
/openbmc/linux/fs/jfs/
H A Dnamei.c105 goto out3; in jfs_create()
110 goto out3; in jfs_create()
116 goto out3; in jfs_create()
143 goto out3; in jfs_create()
158 out3: in jfs_create()
238 goto out3; in jfs_mkdir()
243 goto out3; in jfs_mkdir()
249 goto out3; in jfs_mkdir()
276 goto out3; in jfs_mkdir()
292 out3: in jfs_mkdir()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c52 CHECK(bss->out3 != 0, "out3", "got %d != exp %d\n", bss->out3, 0); in test_skeleton()
111 CHECK(bss->out3 != 3, "res3", "got %d != exp %d\n", (int)bss->out3, 3); in test_skeleton()
/openbmc/linux/sound/soc/codecs/
H A Dwm9712.c162 SOC_SINGLE("Out3 Switch", AC97_AUX, 15, 1, 1),
163 SOC_SINGLE("Out3 ZC Switch", AC97_AUX, 7, 1, 1),
164 SOC_SINGLE("Out3 Volume", AC97_AUX, 0, 31, 1),
360 SND_SOC_DAPM_MUX("Out3 Mux", SND_SOC_NOPM, 0, 0,
405 SND_SOC_DAPM_OUTPUT("OUT3"),
508 /* Out3 Mux */
509 {"Out3 Mux", "Left", "Left HP Mixer"},
510 {"Out3 Mux", "Mono", "Phone Mixer"},
511 {"Out3 Mux", "Left + Right", "Mono Mixer"},
512 {"Out 3 PGA", NULL, "Out3 Mux"},
[all …]
H A Dwm8960.c139 struct snd_soc_dapm_widget *out3; member
410 SND_SOC_DAPM_OUTPUT("OUT3"),
419 /* Represent OUT3 as a PGA so that it gets turned on with LOUT1/ROUT1 */
421 SND_SOC_DAPM_PGA("OUT3 VMID", WM8960_POWER2, 1, 0, NULL, 0),
476 { "OUT3", NULL, "Mono Output Mixer", }
480 { "HP_L", NULL, "OUT3 VMID" },
481 { "HP_R", NULL, "OUT3 VMID" },
483 { "OUT3 VMID", NULL, "Left Output Mixer" },
484 { "OUT3 VMID", NULL, "Right Output Mixer" },
499 /* In capless mode OUT3 is used to provide VMID for the in wm8960_add_widgets()
[all …]
H A Dwm8983.c79 { 0x38, 0x0001 }, /* R56 - OUT3 mixer ctrl */
267 SOC_SINGLE("OUT3 Switch", WM8983_OUT3_MIXER_CTRL,
384 SND_SOC_DAPM_MIXER("OUT3 Mixer", WM8983_POWER_MANAGEMENT_1,
405 SND_SOC_DAPM_PGA("OUT3 Out", WM8983_POWER_MANAGEMENT_3,
426 SND_SOC_DAPM_OUTPUT("OUT3"),
431 { "OUT3 Mixer", "LMIX2OUT3 Switch", "Left Output Mixer" },
432 { "OUT3 Mixer", "LDAC2OUT3 Switch", "Left DAC" },
434 { "OUT3 Out", NULL, "OUT3 Mixer" },
435 { "OUT3", NULL, "OUT3 Out" },
H A Dwm8350.c522 SOC_DAPM_SINGLE("Out3 Playback Switch",
530 /* Out3 Mixer */
613 SND_SOC_DAPM_MIXER("Out3 Mixer", WM8350_POWER_MGMT_2, 4, 0,
657 SND_SOC_DAPM_OUTPUT("OUT3"),
690 {"Out4 Mixer", "Out3 Playback Switch", "Out3 Mixer"},
695 /* out3 playback mixer */
696 {"Out3 Mixer", "Left Playback Switch", "Left DAC"},
697 {"Out3 Mixer", "Left Capture Switch", "Left Capture Mixer"},
698 {"Out3 Mixer", "Left Mixer Switch", "Left Playback Mixer"},
699 {"Out3 Mixer", "Out4 Playback Switch", "Out4 Mixer"},
[all …]
H A Dwm8750.c306 SND_SOC_DAPM_MUX("Out3 Mux", SND_SOC_NOPM, 0, 0, &wm8750_out3_controls),
322 SND_SOC_DAPM_OUTPUT("OUT3"),
373 {"Out3 Mux", "VREF", "VREF"},
374 {"Out3 Mux", "ROUT1 + Vol", "ROUT1"},
375 {"Out3 Mux", "ROUT1", "Right Mixer"},
376 {"Out3 Mux", "MonoOut", "MONO1"},
377 {"Out 3", NULL, "Out3 Mux"},
378 {"OUT3", NULL, "Out 3"},
H A Dwm8753.c484 SND_SOC_DAPM_MIXER("Out3 Left + Right", SND_SOC_NOPM, 0, 0, NULL, 0),
485 SND_SOC_DAPM_MUX("Out3 Mux", SND_SOC_NOPM, 0, 0, &wm8753_out3_controls),
487 SND_SOC_DAPM_OUTPUT("OUT3"),
574 {"Mono 2 Mux", "Left + Right", "Out3 Left + Right"},
582 {"Out3 Left + Right", NULL, "Left Mixer"},
583 {"Out3 Left + Right", NULL, "Right Mixer"},
584 {"Out3 Mux", "VREF", "VREF"},
585 {"Out3 Mux", "Left + Right", "Out3 Left + Right"},
586 {"Out3 Mux", "ROUT2", "ROUT2"},
587 {"Out 3", NULL, "Out3 Mux"},
[all …]
H A Dwm8998.c422 ARIZONA_MIXER_ENUMS(OUT3, ARIZONA_OUT3LMIX_INPUT_1_SOURCE);
737 SND_SOC_DAPM_PGA_E("OUT3", ARIZONA_OUTPUT_ENABLES_1,
774 ARIZONA_MIXER_WIDGETS(OUT3, "EPOUT"),
909 { "OUT3", NULL, "CPVDD" },
918 { "OUT3", NULL, "SYSCLK" },
1031 ARIZONA_MIXER_ROUTES("OUT3", "EPOUT"),
1116 { "AEC1 Loopback", "EPOUT", "OUT3" },
1117 { "AEC2 Loopback", "EPOUT", "OUT3" },
1118 { "EPOUT", NULL, "OUT3" },
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmaxim,max20086.yaml68 OUT3: false
97 OUT3 {
/openbmc/u-boot/board/technexion/tao3530/
H A Dtao3530.c47 goto out3; in tao3530_revision()
53 goto out3; in tao3530_revision()
58 out3: in tao3530_revision()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c34 char out3 = 0; variable
77 out3 = in3; in handler()
/openbmc/linux/net/sunrpc/
H A Dsunrpc_syms.c101 goto out3; in init_sunrpc()
123 out3: in init_sunrpc()
/openbmc/linux/security/keys/
H A Ddh.c208 goto out3; in __keyctl_dh_compute()
213 goto out3; in __keyctl_dh_compute()
291 out3: in __keyctl_dh_compute()
/openbmc/linux/fs/configfs/
H A Dmount.c151 goto out3; in configfs_init()
154 out3: in configfs_init()
/openbmc/linux/sound/soc/samsung/
H A Dsmdk_spdif.c51 goto out3; in set_audio_clock_heirachy()
60 out3: in set_audio_clock_heirachy()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dau1550nd.c301 goto out3; in au1550nd_probe()
322 goto out3; in au1550nd_probe()
331 out3: in au1550nd_probe()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dwlf,wm8753.yaml17 * OUT3
/openbmc/linux/arch/mips/alchemy/devboards/
H A Dplatform.c179 goto out3; in db1x_register_norflash()
240 out3: in db1x_register_norflash()
/openbmc/linux/drivers/net/
H A Dmacvtap.c224 goto out3; in macvtap_init()
234 out3: in macvtap_init()
/openbmc/linux/drivers/net/ipvlan/
H A Dipvtap.c211 goto out3; in ipvtap_init()
221 out3: in ipvtap_init()

123456