Home
last modified time | relevance | path

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

12345678910>>...24

/linux-6.12.1/Documentation/devicetree/bindings/regulator/
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 pm8937, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10,
53 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
57 For pm8950 and pm8953, s1, s2, s3, s4, s5, s6, s7, l1, l2, l3, l4, l5, l6,
[all …]
Dqcom,rpm-regulator.yaml20 l16, l17, l18, l19, l20, l21, l22, l23, l24, l25, s0, s1, s2, s3, s4,
23 For pm8901 l0, l1, l2, l3, l4, l5, l6, s0, s1, s2, s3, s4, lvs0, lvs1, lvs2, lvs3,
26 For pm8921 s1, s2, s3, s4, s7, s8, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
31 For pm8018 s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
/linux-6.12.1/drivers/soc/bcm/brcmstb/pm/
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 …]
/linux-6.12.1/Documentation/fb/
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
/linux-6.12.1/net/dccp/ccids/lib/
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 …]
/linux-6.12.1/net/lapb/
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 …]
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_ordering.c11 struct s3;
17 struct s3 *s3; member
21 struct s3 { struct
28 struct s3 s3; argument
/linux-6.12.1/arch/mips/kernel/
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
/linux-6.12.1/drivers/regulator/
Dqcom-rpmh-regulator.c929 RPMH_VREG("smps3", "smp%s3", &pmic4_hfsmps3, "vdd-s3"),
942 RPMH_VREG("ldo3", "ldo%s3", &pmic4_nldo, "vdd-l3-l11"),
986 RPMH_VREG("smps3", "smp%s3", &pmic4_ftsmps426, "vdd-s3"),
994 RPMH_VREG("smps3", "smp%s3", &pmic5_ftsmps510, "vdd-s3"),
1004 RPMH_VREG("ldo3", "ldo%s3", &pmic5_nldo, "vdd-l3-l4-l5-l18"),
1026 RPMH_VREG("smps3", "smp%s3", &pmic5_ftsmps510, "vdd-s3"),
1034 RPMH_VREG("ldo3", "ldo%s3", &pmic5_nldo, "vdd-l2-l3"),
1050 RPMH_VREG("smps3", "smp%s3", &pmic5_ftsmps510, "vdd-s3"),
1060 RPMH_VREG("ldo3", "ldo%s3", &pmic5_nldo, "vdd-l3-l4-l5-l18"),
1082 RPMH_VREG("smps3", "smp%s3", &pmic5_ftsmps527, "vdd-s3"),
[all …]
/linux-6.12.1/include/uapi/linux/
Dfb.h49 #define FB_AUX_TEXT_S3_MMIO 2 /* S3 MMIO fasttext */
75 #define FB_ACCEL_S3_TRIO64 3 /* Cybervision64 (S3 Trio64) */
77 #define FB_ACCEL_S3_VIRGE 5 /* Cybervision64/3D (S3 ViRGE) */
138 #define FB_ACCEL_SAVAGE4 0x80 /* S3 Savage4 */
139 #define FB_ACCEL_SAVAGE3D 0x81 /* S3 Savage3D */
140 #define FB_ACCEL_SAVAGE3D_MV 0x82 /* S3 Savage3D-MV */
141 #define FB_ACCEL_SAVAGE2000 0x83 /* S3 Savage2000 */
142 #define FB_ACCEL_SAVAGE_MX_MV 0x84 /* S3 Savage/MX-MV */
143 #define FB_ACCEL_SAVAGE_MX 0x85 /* S3 Savage/MX */
144 #define FB_ACCEL_SAVAGE_IX_MV 0x86 /* S3 Savage/IX-MV */
[all …]
/linux-6.12.1/arch/arm64/crypto/
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 …]
/linux-6.12.1/Documentation/scsi/
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
/linux-6.12.1/arch/m68k/include/asm/
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 …]
/linux-6.12.1/arch/loongarch/kernel/
Drelocate_kernel.S42 and s3, s1, t0 /* store destination addr in s3 */
70 REG_S s4, s3, 0
71 PTR_ADDI s3, s3, SZREG
/linux-6.12.1/scripts/coccinelle/null/
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
/linux-6.12.1/arch/x86/crypto/
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;\
Dtwofish-i586-asm_32.S29 #define s3 3072 /* S3 Array */ macro
78 xor s3(%ebp,%edi,4),%esi;\
80 xor s3(%ebp,%edi,4),d ## D;\
116 xor s3(%ebp,%edi,4),%esi;\
118 xor s3(%ebp,%edi,4),d ## D;\
147 mov s3(%ebp,%edi,4),%esi;\
160 xor s3(%ebp,%edi,4),c ## D;\
185 mov s3(%ebp,%edi,4),%esi;\
198 xor s3(%ebp,%edi,4),c ## D;\
/linux-6.12.1/kernel/trace/
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()
/linux-6.12.1/arch/arm/crypto/
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 …]
Daes-neonbs-core.S193 t0, t1, t2, t3, s0, s1, s2, s3 argument
199 veor \s3, \t3, \t0
206 vand \s3, \s3, \s0
214 veor \t3, \t3, \s3
217 veor \t1, \t1, \s3
223 vorr \s3, \x4, \x0
226 veor \s0, \t0, \s3
230 veor \s3, \s0, \s2
233 vbsl \s0, \s1, \s3
234 vbsl \t0, \s1, \s3
[all …]
/linux-6.12.1/Documentation/power/
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.
Dvideo.rst2 Video issues with S3 resume
7 During S3 resume, hardware needs to be reinitialized. For most
40 There are a few types of systems where video works after S3 resume:
42 (1) systems where video state is preserved over S3.
44 (2) systems where it is possible to call the video BIOS during S3
58 http://www.doesi.gmxhome.de/linux/tm800s3/s3.html for more information.
141 HP Omnibook XE3GC none (1), video is S3 Savage/IX-MV
144 IBM TP T20, model 2647-44G none (1), video is S3 Inc. 86C270-294
/linux-6.12.1/arch/riscv/include/asm/
Dcompat.h59 compat_ulong_t s3; member
96 cregs->s3 = (compat_ulong_t) regs->s3; in regs_to_cregs()
133 regs->s3 = (unsigned long) cregs->s3; in cregs_to_regs()
/linux-6.12.1/arch/riscv/kernel/
Dkexec_relocate.S19 * s3: (const) The hartid of the current hart
27 mv s3, a3
102 mv a0, s3
116 mv s3, zero
180 mv s3, zero
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dbtf_dedup_split.c147 btf__add_struct(btf1, "s3", 4); /* [6] struct s3 { */ in test_split_fwd_resolve()
161 "[6] STRUCT 's3' size=4 vlen=1\n" in test_split_fwd_resolve()
176 btf__add_fwd(btf2, "s3", BTF_FWD_STRUCT); /* [12] fwd for struct s3 */ in test_split_fwd_resolve()
189 "[6] STRUCT 's3' size=4 vlen=1\n" in test_split_fwd_resolve()
198 "[12] FWD 's3' fwd_kind=struct", in test_split_fwd_resolve()
215 "[6] STRUCT 's3' size=4 vlen=1\n" in test_split_fwd_resolve()
272 btf__add_struct(btf2, "s3", 8); /* [13] struct s3 { */ in test_split_struct_duped()
298 "[13] STRUCT 's3' size=8 vlen=1\n" in test_split_struct_duped()
324 "[10] STRUCT 's3' size=8 vlen=1\n" in test_split_struct_duped()

12345678910>>...24