Home
last modified time | relevance | path

Searched refs:S3 (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/linux/arch/arm/crypto/
H A Dpoly1305-armv4.pl495 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]
575 vmlal.u32 $D2,$R4,${S3}[1]
678 vshl.u32 $S3,$R3,#2
683 vadd.i32 $S3,$S3,$R3
688 vst4.32 {${S2}[0],${R3}[0],${S3}[0],${R4}[0]},[$tbl0]!
689 vst4.32 {${S2}[1],${R3}[1],${S3}[1],${R4}[1]},[$tbl1]!
705 vshl.u32 $S3,$D3#lo,#2
[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/arch/arm64/crypto/
H A Dpoly1305-armv8.pl262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8));
514 ld1 {$S2,$R3,$S3,$R4},[x15],#64
604 umlal $ACC0,$IN23_2,${S3}[2]
613 umlal $ACC1,$IN23_3,${S3}[2]
624 umlal $ACC2,$IN23_4,${S3}[2]
638 umlal $ACC0,$IN01_2,${S3}[0]
682 umlal $ACC1,$IN01_3,${S3}[0]
695 umlal $ACC2,$IN01_4,${S3}[0]
757 umull2 $ACC0,$IN23_2,${S3}
781 umlal2 $ACC1,$IN23_3,${S3}
[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/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.
H A 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
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
/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/linux/drivers/block/drbd/
H A Ddrbd_state.h45 #define NS3(T1, S1, T2, S2, T3, S3) \ argument
49 val.T2 = (S2); val.T3 = (S3); val; })
56 #define _NS3(D, T1, S1, T2, S2, T3, S3) \ argument
58 __ns.T2 = (S2); __ns.T3 = (S3); __ns; })
/openbmc/u-boot/board/freescale/mpc8315erdb/
H A DREADME6 S3 is used to set CONFIG_SYS_RESET_SOURCE.
9 switch settings for S3 S4:
19 DIP switch settings for S3 S4:
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A DREADME6 S3 is used to set CONFIG_SYS_RESET_SOURCE.
9 switch settings for S3 S4:
19 DIP switch settings for S3 S4:
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-acpi7 S3 suspend and S3 resume. This sysfs entry contains the
29 OS write to SLP_TYP upon entry to S3. In
33 hardware entry to S3. In nanoseconds.
35 resume_count: A count of the number of S3 resume cycles
41 platform runtime firmware S3 resume, just prior to
H A Dsysfs-devices-platform-ACPI-TAD37 expires, it will immediately wake up the system from the S3
70 (S3 or S4/S5 if supported) if set.
81 it will immediately wake up the system from the S3 sleep state
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2669 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() macro
2676 #define S(s, v) S3("s", s, v) in sge_qinfo_show()
2677 #define T3(fmt_spec, s, v) S3(fmt_spec, s, tx[i].v) in sge_qinfo_show()
2678 #define T(s, v) S3("u", s, tx[i].v) in sge_qinfo_show()
2680 #define R3(fmt_spec, s, v) S3(fmt_spec, s, rx[i].v) in sge_qinfo_show()
2681 #define R(s, v) S3("u", s, rx[i].v) in sge_qinfo_show()
2701 S3("u", "DCB PGID:", in sge_qinfo_show()
2704 S3("u", "DCB PFC:", in sge_qinfo_show()
2713 S3("u", "Intr delay:", qtimer_val(adap, &rx[i].rspq)); in sge_qinfo_show()
2714 S3("u", "Intr pktcnt:", s->counter_val[rx[i].rspq.pktcnt_idx]); in sge_qinfo_show()
[all …]
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-i9305.dts6 model = "Samsung Galaxy S3 (GT-I9305) based on Exynos4412";
H A Dexynos4412-i9300.dts13 model = "Samsung Galaxy S3 (GT-I9300) based on Exynos4412";
/openbmc/linux/crypto/
H A Dserpent_generic.c93 #define S3(x0, x1, x2, x3, x4) ({ \ macro
232 S3(r3, r4, r0, r1, r2); store_and_load_keys(r1, r2, r4, r3, 28, 24); in __serpent_setkey_sbox()
240 S3(r2, r4, r3, r0, r1); store_and_load_keys(r0, r1, r4, r2, -4, -8); in __serpent_setkey_sbox()
249 S3(r1, r4, r2, r3, r0); store_and_load_keys(r3, r0, r4, r1, 14, 10); in __serpent_setkey_sbox()
257 S3(r0, r4, r1, r2, r3); store_and_load_keys(r2, r3, r4, r0, -18, -22); in __serpent_setkey_sbox()
266 S3(r3, r4, r0, r1, r2); storekeys(r1, r2, r4, r3, 0); in __serpent_setkey_sbox()
473 S3(r1, r3, r4, r2, r0); LK(r2, r0, r3, r1, r4, 4); in __serpent_encrypt()
481 S3(r0, r3, r1, r4, r2); LK(r4, r2, r3, r0, r1, 12); in __serpent_encrypt()
489 S3(r2, r3, r0, r1, r4); LK(r1, r4, r3, r2, r0, 20); in __serpent_encrypt()
497 S3(r4, r3, r2, r0, r1); LK(r0, r1, r3, r4, r2, 28); in __serpent_encrypt()
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dxhci.asl18 /* Highest D state in S3 state */
H A Dusb.asl18 /* Highest D state in S3 state */
/openbmc/qemu/tests/qemu-iotests/
H A D29357 S3="--object secret,id=sec3,data=hunter3"
59 SECRETS="$S0 $S1 $S2 $S3 $S4"
/openbmc/linux/tools/perf/arch/riscv/util/
H A Dunwind-libdw.c41 dwarf_regs[19] = REG(S3); in libdw__arch_set_initial_registers()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c2050 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() macro
2057 #define S(s, v) S3("s", s, v) in sge_qinfo_show()
2058 #define T(s, v) S3("u", s, txq[qs].v) in sge_qinfo_show()
2059 #define R(s, v) S3("u", s, rxq[qs].v) in sge_qinfo_show()
2071 S3("d", "Port:", in sge_qinfo_show()
2084 S3("u", "Intr delay:", qtimer_val(adapter, &rxq[qs].rspq)); in sge_qinfo_show()
2085 S3("u", "Intr pktcnt:", in sge_qinfo_show()
2125 #undef S3 in sge_qinfo_show()
2186 #define S3(fmt, s, v) \ in sge_qstats_show() macro
2193 #define S(s, v) S3("s", s, v) in sge_qstats_show()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mips/brcm/
H A Dsoc.txt18 For power management (particularly, S2/S3/S5 system suspend), the following SoC
128 deep sleep states (S3).
/openbmc/linux/arch/x86/kernel/acpi/
H A Dwakeup_32.S82 # In case of S3 failure, we'll emerge here. Jump
/openbmc/linux/drivers/soc/loongson/
H A DKconfig26 S2Idle (Suspend To Idle), ACPI S3 (Suspend To RAM), ACPI S4 (Suspend To
/openbmc/linux/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl2207 my ($R0,$R1,$R2,$R3,$R4, $S1,$S2,$S3,$S4) = map("%zmm$_",(16..24));
2256 vmovdqu `16*6-64`($ctx),%x#$T3 # ... ${S3}
2271 vpermd $T3,$T2,$S3
2277 vmovdqa64 $S3,0xc0(%rsp){%k2}
2309 vpmuludq $T2,$S3,$M0
2324 vpmuludq $T3,$S3,$M1
2336 vpmuludq $T4,$S3,$M2
2413 vpslld \$2,$R3,$S3
2417 vpaddd $R3,$S3,$S3
2473 vpmuludq $H2,$S3,$D0 # d0 = h2*s3
[all …]

1234