Home
last modified time | relevance | path

Searched refs:S5 (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-platform-ACPI-TAD14 BIT(4): Correct status reported for wakeups from S4/S5 if set
16 BIT(6): The AC timer wakes up from S5 if set
18 BIT(8): The DC timer wakes up from S5 if set
36 sleep state (and from S4/S5 too if supported) until its status
67 (S3 or S4/S5 if supported) if set.
78 (and from S4/S5 too if supported) until its status is explicitly
/Linux-v4.19/arch/arm/boot/dts/
Dqcom-msm8974-samsung-klte.dts7 model = "Samsung Galaxy S5";
/Linux-v4.19/crypto/
Dserpent_generic.c123 #define S5(x0, x1, x2, x3, x4) ({ \ macro
237 S5(r2, r4, r3, r0, r1); store_and_load_keys(r1, r2, r4, r0, 20, 16); in __serpent_setkey_sbox()
245 S5(r1, r4, r2, r3, r0); store_and_load_keys(r0, r1, r4, r3, -12, -16); in __serpent_setkey_sbox()
254 S5(r0, r4, r1, r2, r3); store_and_load_keys(r3, r0, r4, r2, 6, 2); in __serpent_setkey_sbox()
263 S5(r3, r4, r0, r1, r2); store_and_load_keys(r2, r3, r4, r1, 24, 20); in __serpent_setkey_sbox()
473 S5(r0, r3, r1, r4, r2); LK(r2, r0, r3, r4, r1, 6); in __serpent_encrypt()
481 S5(r2, r3, r0, r1, r4); LK(r4, r2, r3, r1, r0, 14); in __serpent_encrypt()
489 S5(r4, r3, r2, r0, r1); LK(r1, r4, r3, r0, r2, 22); in __serpent_encrypt()
497 S5(r1, r3, r4, r2, r0); LK(r0, r1, r3, r2, r4, 30); in __serpent_encrypt()
Ddes_generic.c446 static const u32 S5[64] = { variable
597 L ^= S5[0xff & (A >> 8)]; A >>= 16; \
/Linux-v4.19/arch/x86/crypto/
Dserpent-sse2-i586-asm_32.S250 #define S5(x0, x1, x2, x3, x4) \ macro
536 S5(RA, RD, RB, RE, RC); LK(RC, RA, RD, RE, RB, 6);
544 S5(RC, RD, RA, RB, RE); LK(RE, RC, RD, RB, RA, 14);
552 S5(RE, RD, RC, RA, RB); LK(RB, RE, RD, RA, RC, 22);
560 S5(RB, RD, RE, RC, RA); LK(RA, RB, RD, RC, RE, 30);
Dserpent-sse2-x86_64-asm_64.S657 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
665 S(S5, RC, RD, RA, RB, RE); LK2(RE, RC, RD, RB, RA, 14);
673 S(S5, RE, RD, RC, RA, RB); LK2(RB, RE, RD, RA, RC, 22);
681 S(S5, RB, RD, RE, RC, RA); LK2(RA, RB, RD, RC, RE, 30);
Dserpent-avx-x86_64-asm_64.S592 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
600 S(S5, RC, RD, RA, RB, RE); LK2(RE, RC, RD, RB, RA, 14);
608 S(S5, RE, RD, RC, RA, RB); LK2(RB, RE, RD, RA, RC, 22);
616 S(S5, RB, RD, RE, RC, RA); LK2(RA, RB, RD, RC, RE, 30);
Dserpent-avx2-asm_64.S588 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
596 S(S5, RC, RD, RA, RB, RE); LK2(RE, RC, RD, RB, RA, 14);
604 S(S5, RE, RD, RC, RA, RB); LK2(RB, RE, RD, RA, RC, 22);
612 S(S5, RB, RD, RE, RC, RA); LK2(RA, RB, RD, RC, RE, 30);
/Linux-v4.19/Documentation/spi/
Dbutterfly63 MISO = J403.PE6/DO = pin 12/S5,nPAPEROUT
/Linux-v4.19/Documentation/devicetree/bindings/mips/brcm/
Dsoc.txt18 For power management (particularly, S2/S3/S5 system suspend), the following SoC
/Linux-v4.19/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,brcmstb.txt125 For power management (particularly, S2/S3/S5 system suspend), the following SoC
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_64.c52 #define S5(X) ((X) & 0x1f) macro
640 emit(cb_opc | IMMED | WDISP10(off << 2) | RS1(dst) | S5(imm), ctx); in emit_cbcondi()
/Linux-v4.19/drivers/acpi/
DKconfig228 the S3 (or optionally S4/S5) state to S0 state after a time period
/Linux-v4.19/Documentation/crypto/
Ddescore-readme.txt270 bits are manipulated in this arrangement most of the time (S7 S5 S3 S1):