Home
last modified time | relevance | path

Searched full:s3 (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Ds3.py2 BitBake 'Fetch' implementation for Amazon AWS S3.
4 Class for fetching files from Amazon S3 using the AWS Command Line Interface.
38 Extract progress information from s3 cp output, e.g.:
62 class S3(FetchMethod): class
63 """Class to fetch urls via 'aws s3'"""
67 Check to see if a given url can be fetched with s3.
69 return ud.type in ['s3']
82 ud.basecmd = d.getVar("FETCHCMD_s3") or "/usr/bin/env aws s3"
90 cmd = '%s cp s3://%s%s %s' % (ud.basecmd, ud.host, ud.path, ud.localpath)
101 raise FetchError("The aws cp command returned success for s3
[all...]
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dqcom,smd-rpm-regulator.yaml27 For pm2250, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
30 For pm6125 s1, s2, s3, s4, s5, s6, s7, s8, l1, l2, l3, l5, l6, l7, l8, l9,
33 For pm660, s1, s2, s3, s4, s5, s6, l1, l2, l3, l5, l6, l7, l8, l9, l10, l22,
36 For pm660l s1, s2, s3, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, bob
38 For pm8226, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10,
42 For pm8841, s1, s2, s3, s4, s5, s6, s7, s8
47 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
50 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
54 For pm8950 and pm8953, s1, s2, s3, s4, s5, s6, s7, l1, l2, l3, l4, l5, l6,
58 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
[all …]
/openbmc/linux/drivers/soc/bcm/brcmstb/pm/
H A Ds2-mips.S27 sw s3, 16(sp)
38 * s3: I-Cache line size
47 lw s3, 12(t0)
52 addiu t1, s3, -1
63 addu t0, s3
70 addu t1, s3
71 addu t0, s3
141 addiu t1, s3, -1
152 addu t0, s3
159 addu t1, s3
[all …]
/openbmc/linux/Documentation/fb/
H A Ds3fb.rst2 s3fb - fbdev driver for S3 Trio/Virge chips
9 S3 Trio32
10 S3 Trio64 (and variants V+, UV+, V2/DX, V2/GX)
11 S3 Virge (and variants VX, DX, GX and GX2+)
12 S3 Plato/PX (completely untested)
13 S3 Aurora64V+ (completely untested)
40 hardware, i get best results from plain S3 Trio32 card - about 75 MHz). This
43 support is broken on S3 Trio64 V2/DX.
78 * text mode broken on S3 Trio64 V2/DX
/openbmc/linux/net/dccp/ccids/lib/
H A Dpacket_history.c205 s3 = DCCP_SKB_CB(skb)->dccpd_seq; in __two_after_loss() local
207 if (likely(dccp_delta_seqno(s2, s3) > 0)) { /* S2 < S3 */ in __two_after_loss()
213 /* S3 < S2 */ in __two_after_loss()
215 if (dccp_delta_seqno(s1, s3) > 0) { /* S1 < S3 < S2 */ in __two_after_loss()
217 * Reorder history to insert S3 between S1 and S2 in __two_after_loss()
225 /* S0 < S3 < S1 */ in __two_after_loss()
227 if (dccp_loss_free(s0, s3, n3)) { in __two_after_loss()
230 if (dccp_loss_free(s3, s1, n1)) { in __two_after_loss()
231 /* hole between S0 and S1 filled by S3 */ in __two_after_loss()
235 /* entire hole filled by S0, S3, S1, S2 */ in __two_after_loss()
[all …]
/openbmc/linux/net/lapb/
H A Dlapb_in.c53 lapb_dbg(0, "(%p) S0 -> S3\n", lapb->dev); in lapb_state0_machine()
73 lapb_dbg(0, "(%p) S0 -> S3\n", lapb->dev); in lapb_state0_machine()
153 lapb_dbg(0, "(%p) S1 -> S3\n", lapb->dev); in lapb_state1_machine()
255 lapb_dbg(1, "(%p) S3 RX SABM(%d)\n", lapb->dev, frame->pf); in lapb_state3_machine()
257 lapb_dbg(1, "(%p) S3 TX DM(%d)\n", in lapb_state3_machine()
262 lapb_dbg(1, "(%p) S3 TX UA(%d)\n", in lapb_state3_machine()
278 lapb_dbg(1, "(%p) S3 RX SABME(%d)\n", lapb->dev, frame->pf); in lapb_state3_machine()
280 lapb_dbg(1, "(%p) S3 TX UA(%d)\n", in lapb_state3_machine()
293 lapb_dbg(1, "(%p) S3 TX DM(%d)\n", in lapb_state3_machine()
301 lapb_dbg(1, "(%p) S3 RX DISC(%d)\n", lapb->dev, frame->pf); in lapb_state3_machine()
[all …]
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dstl_utils_test.cpp19 std::vector<std::string> strVec = {"s1", "s4", "s1", "s2", "", "s3", "s3"}; in TEST()
22 EXPECT_EQ(*iter, "s3"); in TEST()
27 std::vector<std::string> strVec = {"s1", "s4", "s1", "s2", "", "s3", "s3"}; in TEST()
30 EXPECT_THAT(strVec, ElementsAre("s1", "s4", "s2", "", "s3")); in TEST()
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_s3.h31 /* Memory size reserved for S3 resume */
56 char *ss_string[] = { "S0", "S1", "S2", "S3", "S4", "S5"}; in acpi_ss_string()
90 * Platform codes must supply this routine in order to support ACPI S3.
92 * @return ACPI_S0/S1/S2/S3/S4/S5.
100 * Platform codes must supply this routine in order to support ACPI S3.
106 * acpi_resume() - Do ACPI S3 resume
116 * acpi_s3_reserve() - Reserve memory for ACPI S3 resume
122 * when ACPI S3 resume is enabled.
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c11 struct s3;
17 struct s3 *s3; member
21 struct s3 { struct
28 struct s3 s3; member
/openbmc/linux/arch/mips/kernel/
H A Drelocate_kernel.S36 and s3, s2, 0x1
37 beq s3, zero, 1f
43 and s3, s2, 0x2
44 beq s3, zero, 1f
50 and s3, s2, 0x4
51 beq s3, zero, 1f
55 and s3, s2, 0x8
56 beq s3, zero, process_entry
/openbmc/linux/drivers/regulator/
H A Dqcom-rpmh-regulator.c818 RPMH_VREG("smps3", "smp%s3", &pmic4_hfsmps3, "vdd-s3"),
831 RPMH_VREG("ldo3", "ldo%s3", &pmic4_nldo, "vdd-l3-l11"),
875 RPMH_VREG("smps3", "smp%s3", &pmic4_ftsmps426, "vdd-s3"),
883 RPMH_VREG("smps3", "smp%s3", &pmic5_ftsmps510, "vdd-s3"),
893 RPMH_VREG("ldo3", "ldo%s3", &pmic5_nldo, "vdd-l3-l4-l5-l18"),
915 RPMH_VREG("smps3", "smp%s3", &pmic5_ftsmps510, "vdd-s3"),
923 RPMH_VREG("ldo3", "ldo%s3", &pmic5_nldo, "vdd-l2-l3"),
939 RPMH_VREG("smps3", "smp%s3", &pmic5_ftsmps510, "vdd-s3"),
949 RPMH_VREG("ldo3", "ldo%s3", &pmic5_nldo, "vdd-l3-l4-l5-l18"),
971 RPMH_VREG("smps3", "smp%s3", &pmic5_ftsmps527, "vdd-s3"),
[all …]
/openbmc/linux/include/uapi/linux/
H A Dfb.h48 #define FB_AUX_TEXT_S3_MMIO 2 /* S3 MMIO fasttext */
74 #define FB_ACCEL_S3_TRIO64 3 /* Cybervision64 (S3 Trio64) */
76 #define FB_ACCEL_S3_VIRGE 5 /* Cybervision64/3D (S3 ViRGE) */
137 #define FB_ACCEL_SAVAGE4 0x80 /* S3 Savage4 */
138 #define FB_ACCEL_SAVAGE3D 0x81 /* S3 Savage3D */
139 #define FB_ACCEL_SAVAGE3D_MV 0x82 /* S3 Savage3D-MV */
140 #define FB_ACCEL_SAVAGE2000 0x83 /* S3 Savage2000 */
141 #define FB_ACCEL_SAVAGE_MX_MV 0x84 /* S3 Savage/MX-MV */
142 #define FB_ACCEL_SAVAGE_MX 0x85 /* S3 Savage/MX */
143 #define FB_ACCEL_SAVAGE_IX_MV 0x86 /* S3 Savage/IX-MV */
[all …]
/openbmc/linux/arch/ia64/lib/
H A Dxor.S72 .rotr s1[6+1], s2[6+1], s3[6+1], d[2]
79 (p[0]) ld8.nta s3[0] = [r18], 8
81 (p[6]) xor d[0] = d[0], s3[6]
114 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2]
120 (p[0]) ld8.nta s3[0] = [r18], 8
122 (p[6]) xor r20 = s3[6], s4[6]
159 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2]
165 (p[0]) ld8.nta s3[0] = [r18], 8
167 (p[6]) xor r21 = s3[6], s4[6]
/openbmc/phosphor-inventory-manager/test/
H A Dutils_test.cpp52 auto s3 = "bar"s; in TEST() local
55 EXPECT_FALSE(comp(s4, s3)); in TEST()
56 EXPECT_TRUE(comp(s3, s4)); in TEST()
80 auto s3 = "bar"s; in TEST() local
83 EXPECT_FALSE(comp(s4, s3)); in TEST()
84 EXPECT_TRUE(comp(s3, s4)); in TEST()
/openbmc/linux/Documentation/scsi/
H A Dcxgb3i.rst4 Chelsio S3 iSCSI Driver for Linux
18 On transmitting, Chelsio S3 h/w computes and inserts the Header and
20 On receiving, Chelsio S3 h/w computes and verifies the Header and
25 S3 h/w can directly place the iSCSI Data-In or Data-Out PDU's
32 On transmitting, S3 h/w accepts the complete PDU (header + data)
38 On receiving, S3 h/w recovers the iSCSI PDU by reassembling TCP
/openbmc/qemu/crypto/
H A Daes.c1451 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local
1466 s3 = GETU32(in + 12) ^ rk[3]; in AES_encrypt()
1469 …[s0 >> 24] ^ AES_Te1[(s1 >> 16) & 0xff] ^ AES_Te2[(s2 >> 8) & 0xff] ^ AES_Te3[s3 & 0xff] ^ rk[ 4]; in AES_encrypt()
1470 …t1 = AES_Te0[s1 >> 24] ^ AES_Te1[(s2 >> 16) & 0xff] ^ AES_Te2[(s3 >> 8) & 0xff] ^ AES_Te3[s0 & 0x… in AES_encrypt()
1471 …t2 = AES_Te0[s2 >> 24] ^ AES_Te1[(s3 >> 16) & 0xff] ^ AES_Te2[(s0 >> 8) & 0xff] ^ AES_Te3[s1 & 0x… in AES_encrypt()
1472 …t3 = AES_Te0[s3 >> 24] ^ AES_Te1[(s0 >> 16) & 0xff] ^ AES_Te2[(s1 >> 8) & 0xff] ^ AES_Te3[s2 & 0x… in AES_encrypt()
1477s3 = AES_Te0[t3 >> 24] ^ AES_Te1[(t0 >> 16) & 0xff] ^ AES_Te2[(t1 >> 8) & 0xff] ^ AES_Te3[t2 & 0x… in AES_encrypt()
1479 …[s0 >> 24] ^ AES_Te1[(s1 >> 16) & 0xff] ^ AES_Te2[(s2 >> 8) & 0xff] ^ AES_Te3[s3 & 0xff] ^ rk[12]; in AES_encrypt()
1480 …t1 = AES_Te0[s1 >> 24] ^ AES_Te1[(s2 >> 16) & 0xff] ^ AES_Te2[(s3 >> 8) & 0xff] ^ AES_Te3[s0 & 0x… in AES_encrypt()
1481 …t2 = AES_Te0[s2 >> 24] ^ AES_Te1[(s3 >> 16) & 0xff] ^ AES_Te2[(s0 >> 8) & 0xff] ^ AES_Te3[s1 & 0x… in AES_encrypt()
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
197 " .ifnc \""#s3"\",\"\"\n" \
198 "3: "MOVES"."#s3" (%2)+,%3\n" \
199 " move."#s3" %3,(%1)+\n" \
208 " .ifnc \""#s3"\",\"\"\n" \
219 " .ifnc \""#s3"\",\"\"\n" \
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
229 ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)
281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
288 " .ifnc \""#s3"\",\"\"\n" \
[all …]
/openbmc/linux/arch/loongarch/kernel/
H A Drelocate_kernel.S41 and s3, s1, t0 /* store destination addr in s3 */
69 REG_S s4, s3, 0
70 PTR_ADDI s3, s3, SZREG
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-neon-core.S40 #define transpose_4x4(s0, s1, s2, s3) \ argument
42 zip1 RTMP1.4s, s2.4s, s3.4s; \
44 zip2 RTMP3.4s, s2.4s, s3.4s; \
48 zip2 s3.2d, RTMP2.2d, RTMP3.2d;
50 #define transpose_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument
52 zip1 RTMP1.4s, s2.4s, s3.4s; \
54 zip2 RTMP3.4s, s2.4s, s3.4s; \
62 zip2 s3.2d, RTMP2.2d, RTMP3.2d; \
68 #define rotate_clockwise_4x4(s0, s1, s2, s3) \ argument
71 zip1 RTMP2.4s, s3.4s, s2.4s; \
[all …]
/openbmc/linux/scripts/coccinelle/null/
H A Dderef_null.cocci57 statement S1,S2,S3,S4;
90 else S3
118 statement S1,S2,S3,S4;
150 else S3
178 statement S1,S2,S3,S4;
211 else S3
251 statement S1,S2,S3,S4;
283 else S3
/openbmc/linux/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64.S23 #define s3 3072 /* S3 Array */ macro
76 xor s3(%r11,%rdi,4),%r9d;\
78 xor s3(%r11,%rdi,4),%r8d;\
114 xor s3(%r11,%rdi,4),%r9d;\
116 xor s3(%r11,%rdi,4),%r8d;\
143 mov s3(%r11,%rdi,4),%r8d;\
156 xor s3(%r11,%rdi,4),%r9d;\
179 mov s3(%r11,%rdi,4),%r8d;\
196 xor s3(%r11,%rdi,4),%r9d;\
/openbmc/linux/kernel/trace/
H A Dtrace_probe_tmpl.h126 struct fetch_insn *s3 = NULL; in process_fetch_insn_bottom() local
149 s3 = code; in process_fetch_insn_bottom()
211 code = s3; in process_fetch_insn_bottom()
212 if (s3->op != FETCH_OP_ST_STRING && in process_fetch_insn_bottom()
213 s3->op != FETCH_OP_ST_USTRING) { in process_fetch_insn_bottom()
214 dest += s3->size; in process_fetch_insn_bottom()
215 val += s3->size; in process_fetch_insn_bottom()
/openbmc/linux/Documentation/power/
H A Dtricks.rst2 swsusp/S3 tricks
7 If you want to trick swsusp/S3 into working, you might want to try:
26 S3. Try that first.
/openbmc/linux/arch/arm/crypto/
H A Dpoly1305-armv4.pl179 my ($s1,$s2,$s3)=($r1,$r2,$r3);
298 add $s3,$r3,$r3,lsr#2
306 umlal r2,r3,$h2,$s3
307 umlal r0,r1,$h1,$s3
319 mul r2,$s3,$h4
321 umlal r0,r1,$h3,$s3
495 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9));
540 vdup.32 $S3,r4
572 vmlal.u32 $D0,$R2,${S3}[1]
574 vmlal.u32 $D1,$R3,${S3}[1]
[all …]
/openbmc/u-boot/arch/x86/lib/
H A Dacpi_s3.c30 /* Turn on ACPI mode for S3 */ in acpi_resume()
48 /* adjust stack pointer for ACPI S3 resume backup memory */ in acpi_s3_reserve()
61 * If U-Boot is in an S3 resume path, care must be taken not to corrupt in acpi_s3_reserve()
74 * place where we reserved on our stack for our S3 resume work. in acpi_s3_reserve()

12345678910>>...27