Home
last modified time | relevance | path

Searched refs:S (Results 1 – 200 of 535) sorted by relevance

123

/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/
Diop_mpu_macros.h96 #define MPU_ADD_RRR(S,N,D) (0x4000008C | ((S & ((1 << 5) - 1)) << 16)\ argument
100 #define MPU_ADD_RRS(S,N,D) (0x4000048C | ((S & ((1 << 5) - 1)) << 16)\ argument
104 #define MPU_ADD_RSR(S,N,D) (0x4000018C | ((S & ((1 << 5) - 1)) << 16)\ argument
108 #define MPU_ADD_RSS(S,N,D) (0x4000058C | ((S & ((1 << 5) - 1)) << 16)\ argument
112 #define MPU_ADD_SRR(S,N,D) (0x4000028C | ((S & ((1 << 5) - 1)) << 16)\ argument
116 #define MPU_ADD_SRS(S,N,D) (0x4000068C | ((S & ((1 << 5) - 1)) << 16)\ argument
120 #define MPU_ADD_SSR(S,N,D) (0x4000038C | ((S & ((1 << 5) - 1)) << 16)\ argument
124 #define MPU_ADD_SSS(S,N,D) (0x4000078C | ((S & ((1 << 5) - 1)) << 16)\ argument
128 #define MPU_ADDQ_RIR(S,N,D) (0x10000000 | ((S & ((1 << 5) - 1)) << 16)\ argument
132 #define MPU_ADDQ_IRR(S,N,D) (0x10000000 | ((S & ((1 << 16) - 1)) << 0)\ argument
[all …]
/linux-4.1.27/
DCREDITS6 snail-mail address (S).
20 S: (ask for current address)
21 S: Finland
27 S: C. Negri 6, bl. D3
28 S: Iasi 6600
29 S: Romania
39 S: 75 Donald St, Apt 42
40 S: Weymouth, MA 02188
41 S: USA
48 S: Longford, Ireland
[all …]
DMAINTAINERS80 S: Status, one of the following:
130 S: Maintained
137 S: Maintained
144 S: Supported
150 S: Maintained
158 S: Maintained
165 S: Maintained
171 S: Maintained
178 S: Maintained
185 S: Orphan / Obsolete
[all …]
/linux-4.1.27/include/math-emu/
Dsingle.h63 #define FP_UNPACK_RAW_S(X,val) _FP_UNPACK_RAW_1(S,X,val)
64 #define FP_UNPACK_RAW_SP(X,val) _FP_UNPACK_RAW_1_P(S,X,val)
65 #define FP_PACK_RAW_S(val,X) _FP_PACK_RAW_1(S,val,X)
69 _FP_PACK_RAW_1_P(S,val,X); \
74 _FP_UNPACK_RAW_1(S,X,val); \
75 _FP_UNPACK_CANONICAL(S,1,X); \
80 _FP_UNPACK_RAW_1_P(S,X,val); \
81 _FP_UNPACK_CANONICAL(S,1,X); \
86 _FP_PACK_CANONICAL(S,1,X); \
87 _FP_PACK_RAW_1(S,val,X); \
[all …]
Dop-4.h29 #define _FP_FRAC_COPY_4(D,S) \ argument
30 (D##_f[0] = S##_f[0], D##_f[1] = S##_f[1], \
31 D##_f[2] = S##_f[2], D##_f[3] = S##_f[3])
429 #define _FP_SQRT_MEAT_4(R, S, T, X, q) \ argument
433 T##_f[3] = S##_f[3] + q; \
436 S##_f[3] = T##_f[3] + q; \
446 T##_f[2] = S##_f[2] + q; \
447 T##_f[3] = S##_f[3]; \
451 S##_f[2] = T##_f[2] + q; \
452 S##_f[3] += (T##_f[2] > S##_f[2]); \
[all …]
Dop-2.h29 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
529 #define _FP_SQRT_MEAT_2(R, S, T, X, q) \ argument
533 T##_f1 = S##_f1 + q; \
536 S##_f1 = T##_f1 + q; \
546 T##_f0 = S##_f0 + q; \
547 T##_f1 = S##_f1; \
551 S##_f0 = T##_f0 + q; \
552 S##_f1 += (T##_f0 > S##_f0); \
561 if (S##_f1 < X##_f1 || \
562 (S##_f1 == X##_f1 && S##_f0 < X##_f0)) \
[all …]
Dop-1.h29 #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) argument
253 #define _FP_SQRT_MEAT_1(R, S, T, X, q) \ argument
257 T##_f = S##_f + q; \
260 S##_f = T##_f + q; \
269 if (S##_f < X##_f) \
288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument
290 D##_f = S##_f; \
293 if (S##_c != FP_CLS_NAN) \
Ddouble.h115 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument
187 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
Dquad.h121 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q) _FP_SQRT_MEAT_4(R,S,T,X,Q) argument
194 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument
Dop-common.h588 _FP_FRAC_DECL_##wc(T); _FP_FRAC_DECL_##wc(S); \
629 _FP_FRAC_SET_##wc(S, _FP_ZEROFRAC_##wc); \
632 _FP_SQRT_MEAT_##wc(R, S, T, X, q); \
820 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument
822 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
823 D##_e = S##_e; \
824 D##_c = S##_c; \
825 D##_s = S##_s; \
/linux-4.1.27/crypto/
Darc4.c25 u32 S[256]; member
39 ctx->S[i] = i; in arc4_set_key()
42 u32 a = ctx->S[i]; in arc4_set_key()
44 ctx->S[i] = ctx->S[j]; in arc4_set_key()
45 ctx->S[j] = a; in arc4_set_key()
56 u32 *const S = ctx->S; in arc4_crypt() local
66 a = S[x]; in arc4_crypt()
68 b = S[y]; in arc4_crypt()
71 S[y] = a; in arc4_crypt()
73 S[x] = b; in arc4_crypt()
[all …]
Dblowfish_common.c306 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
307 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
318 const u32 *S = bctx->s; in encrypt_block() local
353 u32 *S = ctx->s; in blowfish_setkey() local
360 S[count] = bf_sbox[count]; in blowfish_setkey()
391 S[count] = data[0]; in blowfish_setkey()
392 S[count + 1] = data[1]; in blowfish_setkey()
Dkhazad.c762 const u64 *S = T7; in khazad_setkey() local
787 ctx->D[r] = T0[(int)S[(int)(K1 >> 56) ] & 0xff] ^ in khazad_setkey()
788 T1[(int)S[(int)(K1 >> 48) & 0xff] & 0xff] ^ in khazad_setkey()
789 T2[(int)S[(int)(K1 >> 40) & 0xff] & 0xff] ^ in khazad_setkey()
790 T3[(int)S[(int)(K1 >> 32) & 0xff] & 0xff] ^ in khazad_setkey()
791 T4[(int)S[(int)(K1 >> 24) & 0xff] & 0xff] ^ in khazad_setkey()
792 T5[(int)S[(int)(K1 >> 16) & 0xff] & 0xff] ^ in khazad_setkey()
793 T6[(int)S[(int)(K1 >> 8) & 0xff] & 0xff] ^ in khazad_setkey()
794 T7[(int)S[(int)(K1 ) & 0xff] & 0xff]; in khazad_setkey()
Dblowfish_generic.c36 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
37 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
47 const u32 *S = ctx->s; in bf_encrypt() local
81 const u32 *S = ctx->s; in bf_decrypt() local
/linux-4.1.27/scripts/coccinelle/iterators/
Duse_after_iter.cocci36 statement S;
88 list_for_each_entry(c,...) S
90 list_for_each_entry_reverse(c,...) S
92 list_for_each_entry_continue(c,...) S
94 list_for_each_entry_continue_reverse(c,...) S
96 list_for_each_entry_from(c,...) S
98 list_for_each_entry_safe(c,...) S
100 list_for_each_entry_safe(x,c,...) S
102 list_for_each_entry_safe_continue(c,...) S
104 list_for_each_entry_safe_continue(x,c,...) S
[all …]
Dlist_entry_update.cocci29 statement S;
34 list_for_each_entry@p1(x,...) S
41 statement S;
46 list_for_each_entry@p1(x,...) S
Ditnull.cocci24 statement S,S1,S2;
29 - if (x == NULL && ...) S
32 S
/linux-4.1.27/arch/m68k/fpsp040/
Dssin.S233 |--R' + R'*S*(A1 + S(A2 + S(A3 + S(A4 + ... + SA7)))), WHERE
268 fmulx %fp0,%fp2 | ...S(A2+T(A4+TA6))
288 |--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE
289 |--S=R*R AND S'=SGN*S. THIS CAN BE REWRITTEN AS
290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))])
291 |--WHERE T=S*S.
296 fmulx %fp0,%fp0 | ...FP0 IS S
304 fmovex %fp0,X(%a6) | ...X IS S
311 eorl %d0,X(%a6) | ...X IS NOW S'= SGN*S
446 |--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
[all …]
Dsetox.S137 | p = [ R + R*S*(A2 + S*A4) ] +
138 | [ S*(A1 + S*(A3 + S*A5)) ]
139 | where S = R*R.
514 |--TO FULLY UTILIZE THE PIPELINE, WE COMPUTE S = R*R
515 |--[R+R*S*(A2+S*A4)] + [S*(A1+S*(A3+S*A5))]
518 fmulx %fp1,%fp1 | ...fp1 IS S = R*R
523 fmulx %fp1,%fp2 | ...fp2 IS S*A5
525 fmuls #0x3C088895,%fp3 | ...fp3 IS S*A4
527 faddd EXPA3,%fp2 | ...fp2 IS A3+S*A5
528 faddd EXPA2,%fp3 | ...fp3 IS A2+S*A4
[all …]
Dstan.S215 fmulx %fp1,%fp1 | ...S = R*R
226 fmulx %fp1,%fp3 | ...S(Q3+SQ4)
227 fmulx %fp1,%fp2 | ...S(P2+SP3)
229 faddx TANQ2,%fp3 | ...Q2+S(Q3+SQ4)
230 faddx TANP1,%fp2 | ...P1+S(P2+SP3)
232 fmulx %fp1,%fp3 | ...S(Q2+S(Q3+SQ4))
233 fmulx %fp1,%fp2 | ...S(P1+S(P2+SP3))
235 faddx TANQ1,%fp3 | ...Q1+S(Q2+S(Q3+SQ4))
236 fmulx %fp0,%fp2 | ...RS(P1+S(P2+SP3))
238 fmulx %fp3,%fp1 | ...S(Q1+S(Q2+S(Q3+SQ4)))
[all …]
/linux-4.1.27/Documentation/arm/nwfpe/
DREADME.FPE7 <S|D|E> = <single|double|extended>, no default
18 <LDF|STF>{cond}<S|D|E> Fd, Rn
19 <LDF|STF>{cond}<S|D|E> Fd, [Rn, #<expression>]{!}
20 <LDF|STF>{cond}<S|D|E> Fd, [Rn], #<expression>
27 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn]
28 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn, #<expression>]{!}
29 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn], #<expression>
45 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point
74 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
75 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract
[all …]
DTODO4 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power
5 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
6 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
8 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
9 LGN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base e
10 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
11 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
12 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
13 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
14 ASN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arcsine
[all …]
/linux-4.1.27/Documentation/video4linux/
DCARDLIST.cx8838 37 -> Hauppauge Nova-S-Plus DVB-S [0070:9201,0070:9202]
39 38 -> Hauppauge Nova-SE2 DVB-S [0070:9200]
40 39 -> KWorld DVB-S 100 [17de:08b2,1421:0341]
53 52 -> Geniatech DVB-S [14f1:0084]
54 53 -> Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T [0070:1404,0070:1400,0070:1401,0070:1402]
69 68 -> Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [0070:6900,0070:6904,0070:6902]
70 69 -> Hauppauge WinTV-HVR4000(Lite) DVB-S/S2 [0070:6905,0070:6906]
71 70 -> TeVii S460 DVB-S/S2 [d460:9022]
72 71 -> Omicom SS4 DVB-S/S2 PCI [A044:2011]
73 72 -> TBS 8920 DVB-S/S2 [8920:8888]
[all …]
DCARDLIST.saa713498 97 -> LifeView FlyDVB-S /Acorp TV134DS [5168:0300,4e42:0300]
110 109 -> Philips Tiger - S Reference design
134 133 -> NXP Snake DVB-S reference design
141 140 -> Avermedia DVB-S Pro A700 [1461:a7a1]
142 141 -> Avermedia DVB-S Hybrid+FM A700 [1461:a7a2]
Dvivid.txt11 Each input can be a webcam, TV capture device, S-Video capture device or an HDMI
12 capture device. Each output can be an S-Video output device or an HDMI output
47 Section 2.2: TV and S-Video Inputs
50 Section 3.1: S-Video Output
84 device with webcam, TV, S-Video and HDMI inputs, a video output device with
85 S-Video and HDMI outputs, one vbi capture device, one vbi output device, one
124 10: this is an S-Video input
128 tuner, inputs 1-3 are S-Video inputs and inputs 4-7 are HDMI inputs you
143 0: this is an S-Video output
147 S-Video outputs and outputs 4-7 are HDMI outputs you would use the
[all …]
/linux-4.1.27/arch/arm/boot/compressed/
DMakefile98 lib1funcs.o lib1funcs.S ashldi3.o ashldi3.S bswapsdi2.o \
99 bswapsdi2.S font.o font.c head.o misc.o $(OBJS)
103 lib1funcs.S ashldi3.S bswapsdi2.S $(libfdt) $(libfdt_hdrs) \
104 hyp-stub.S
137 $(obj)/lib1funcs.S: $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.S
143 $(obj)/ashldi3.S: $(srctree)/arch/$(SRCARCH)/lib/ashldi3.S
149 $(obj)/bswapsdi2.S: $(srctree)/arch/$(SRCARCH)/lib/bswapsdi2.S
189 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
D.gitignore1 ashldi3.S
2 bswapsdi2.S
4 lib1funcs.S
5 hyp-stub.S
/linux-4.1.27/samples/bpf/
Dtracex3_kern.c35 #define S(k) if (n >= (1ull << k)) { i += k; n >>= k; } in log2l() macro
37 S(32); S(16); S(8); S(4); S(2); S(1); in log2l()
39 #undef S in log2l()
/linux-4.1.27/arch/ia64/lib/
DMakefile28 $(obj)/__divdi3.o: $(src)/idiv64.S FORCE
31 $(obj)/__udivdi3.o: $(src)/idiv64.S FORCE
34 $(obj)/__moddi3.o: $(src)/idiv64.S FORCE
37 $(obj)/__umoddi3.o: $(src)/idiv64.S FORCE
40 $(obj)/__divsi3.o: $(src)/idiv32.S FORCE
43 $(obj)/__udivsi3.o: $(src)/idiv32.S FORCE
46 $(obj)/__modsi3.o: $(src)/idiv32.S FORCE
49 $(obj)/__umodsi3.o: $(src)/idiv32.S FORCE
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_cmd_parser.c108 #define S CMD_DESC_SKIP macro
117 CMD( MI_NOOP, SMI, F, 1, S ),
120 CMD( MI_ARB_CHECK, SMI, F, 1, S ),
121 CMD( MI_REPORT_HEAD, SMI, F, 1, S ),
122 CMD( MI_SUSPEND_FLUSH, SMI, F, 1, S ),
146 CMD( MI_BATCH_BUFFER_START, SMI, !F, 0xFF, S ),
150 CMD( MI_FLUSH, SMI, F, 1, S ),
152 CMD( MI_PREDICATE, SMI, F, 1, S ),
153 CMD( MI_TOPOLOGY_FILTER, SMI, F, 1, S ),
155 CMD( MI_SET_APPID, SMI, F, 1, S ),
[all …]
/linux-4.1.27/Documentation/EDID/
DMakefile2 SOURCES := $(wildcard [0-9]*x[0-9]*.S)
4 BIN := $(patsubst %.S, %.bin, $(SOURCES))
6 IHEX := $(patsubst %.S, %.bin.ihex, $(SOURCES))
8 CODE := $(patsubst %.S, %.c, $(SOURCES))
15 %.o: %.S
/linux-4.1.27/arch/powerpc/boot/
DMakefile76 src-wlib-y := string.S crt0.S crtsavres.S stdio.c main.c \
78 ns16550.c serial.c simple_alloc.c div64.S util.S \
89 src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \
92 virtex405-head.S virtex.c
100 simpleboot.c fixed-head.S virtex.c
101 src-plat-$(CONFIG_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
103 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
104 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
107 cuboot-c2k.c gamecube-head.S \
108 gamecube.c wii-head.S wii.c holly.c \
[all …]
/linux-4.1.27/Documentation/
Dlzo.txt113 0 0 0 0 D D S S (0..15) : copy 2 bytes from <= 1kB distance
115 state = S (copy S literals after this block)
123 0 0 0 0 D D S S (0..15) : copy 3 bytes from 2..3 kB distance
125 state = S (copy S literals after this block)
132 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S
134 state = S (copy S literals after this block)
140 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S
142 state = S (copy S literals after this block)
144 0 1 L D D D S S (64..127)
146 state = S (copy S literals after this block)
[all …]
Defi-stub.txt9 arch/x86/boot/header.S and arch/x86/boot/compressed/eboot.c,
11 arch/arm/boot/compressed/efi-header.S and
17 kernel. The arm64 EFI stub lives in arch/arm64/kernel/efi-entry.S
Ddontdiff16 *.gen.S
199 piggy.S
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dimx-audio-spdif.txt1 Freescale i.MX audio complex with S/PDIF transceiver
9 - spdif-controller : The phandle of the i.MX S/PDIF controller
15 transmitting function of S/PDIF will be enabled,
16 indicating there's a physical S/PDIF out connector
22 function of S/PDIF will be enabled, indicating there
23 is a physical S/PDIF in connector/jack on the board.
Darmada-370db-audio.txt17 2/ the S/PDIF transceiver
18 3/ the S/PDIF receiver
Dfsl,spdif.txt1 Freescale Sony/Philips Digital Interface Format (S/PDIF) Controller
3 The Freescale S/PDIF audio block is a stereo transceiver that allows the
Dak4104.txt1 AK4104 S/PDIF transmitter
Dsimple-card.txt143 simple-audio-card,dai-link@1 { /* S/PDIF - HDMI */
152 simple-audio-card,dai-link@2 { /* S/PDIF - S/PDIF */
/linux-4.1.27/drivers/isdn/hardware/mISDN/
DKconfig15 tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
22 * HFC-4S (4 S/T interfaces on one chip)
23 * HFC-8S (8 S/T interfaces on one chip)
36 tristate "Support for HFC-S USB based TAs"
40 HFC-S USB ISDN Controller
/linux-4.1.27/scripts/coccinelle/api/
Dkstrdup.cocci19 statement S;
25 if (to==NULL || ...) S
32 statement S;
40 if (to==NULL || ...) S
49 statement S;
55 if (to==NULL || ...) S
62 statement S;
70 if (to==NULL || ...) S
Dmemdup.cocci37 statement S;
42 if (to==NULL || ...) S
48 statement S;
53 if (to==NULL || ...) S
/linux-4.1.27/drivers/isdn/mISDN/
Ddsp_blowfish.c357 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
358 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
375 u32 *S = dsp->bf_s; in dsp_bf_encrypt() local
467 u32 *S = dsp->bf_s; in dsp_bf_decrypt() local
563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block() argument
604 u32 *S = (u32 *)dsp->bf_s; in dsp_bf_init() local
625 S[count] = bf_sbox[count]; in dsp_bf_init()
646 encrypt_block(P, S, data, data); in dsp_bf_init()
654 encrypt_block(P, S, data, data); in dsp_bf_init()
656 S[count] = data[0]; in dsp_bf_init()
[all …]
/linux-4.1.27/drivers/crypto/vmx/
DMakefile13 $(src)/aesp8-ppc.S: $(src)/aesp8-ppc.pl
16 $(src)/ghashp8-ppc.S: $(src)/ghashp8-ppc.pl
19 .PRECIOUS: $(obj)/aesp8-ppc.S $(obj)/ghashp8-ppc.S
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_security.h333 #define S(x, n) RORc((x), (n)) macro
335 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22))
336 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25))
337 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
338 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
/linux-4.1.27/Documentation/i2c/
Di2c-protocol6 S (1 bit) : Start bit
26 S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P
34 S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
43 a start bit S is sent and the transaction continues. An example of
46 S Addr Rd [A] [Data] NA S Addr Wr [A] Data [A] P
66 In a combined transaction, no 'S Addr Wr/Rd [A]' is generated at some
69 S Addr Rd [A] [Data] NA Data [A] P
71 we do not generate Addr, but we do generate the startbit S. This will
83 S Addr Rd [A] Data [A] Data [A] ... [A] Data [A] P
Dsmbus-protocol36 S (1 bit) : Start bit
69 S Addr Rd [A] [Data] NA P
80 S Addr Wr [A] Data [A] P
91 S Addr Wr [A] Comm [A] S Addr Rd [A] [Data] NA P
103 S Addr Wr [A] Comm [A] S Addr Rd [A] [DataLow] A [DataHigh] NA P
119 S Addr Wr [A] Comm [A] Data [A] P
131 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P
146 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A]
147 S Addr Rd [A] [DataLow] A [DataHigh] NA P
159 S Addr Wr [A] Comm [A]
[all …]
/linux-4.1.27/scripts/coccinelle/api/alloc/
Dkzalloc-simple.cocci32 statement S;
36 if ((x==NULL) || ...) S
47 statement S;
52 if ((x==NULL) || ...) S
63 statement S;
68 if ((x==NULL) || ...) S
/linux-4.1.27/arch/arm/mach-versatile/
DKconfig5 bool "Support Versatile Platform Baseboard for ARM926EJ-S"
11 for the ARM926EJ-S.
14 bool "Support Versatile Application Baseboard for ARM926EJ-S"
18 for the ARM926EJ-S.
/linux-4.1.27/tools/perf/util/
Dctype.c9 S = GIT_SPACE, enumerator
22 0, 0, 0, 0, 0, 0, 0, 0, 0, S, S, 0, 0, S, 0, 0, /* 0.. 15 */
/linux-4.1.27/net/sched/
Dsch_qfq.c149 u64 S, F; /* flow timestamps (exact) */ member
173 u64 S, F; /* group timestamps (approx). */ member
775 unsigned int state = qfq_gt(grp->S, q->V); in qfq_calc_state()
905 u64 slot = (roundedS - grp->S) >> grp->slot_shift; in qfq_slot_insert()
909 u64 deltaS = roundedS - grp->S - in qfq_slot_insert()
911 agg->S -= deltaS; in qfq_slot_insert()
977 unsigned int i = (grp->S - roundedS) >> grp->slot_shift; in qfq_slot_rotate()
992 if (qfq_gt(grp->S, q->V)) in qfq_update_eligible()
993 q->V = grp->S; in qfq_update_eligible()
1042 agg->F = agg->S + (u64)service_received * agg->inv_w; in charge_actual_service()
[all …]
/linux-4.1.27/arch/x86/crypto/
Dserpent-sse2-x86_64-asm_64.S574 #define S(SBOX, x0, x1, x2, x3, x4) \ macro
652 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
653 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
654 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
655 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
656 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
657 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
658 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
659 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
660 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
[all …]
Dserpent-avx-x86_64-asm_64.S537 #define S(SBOX, x0, x1, x2, x3, x4) \ macro
585 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
586 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
587 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
588 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
589 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
590 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
591 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
592 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
593 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
[all …]
Dserpent-avx2-asm_64.S529 #define S(SBOX, x0, x1, x2, x3, x4) \ macro
577 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
578 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
579 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
580 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
581 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
582 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
583 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
584 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
585 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
[all …]
/linux-4.1.27/arch/powerpc/math-emu/
Dstfs.c28 FP_CONV(S, D, 1, 2, R, A); in stfs()
34 _FP_PACK_CANONICAL(S, 1, R); in stfs()
36 _FP_PACK_RAW_1_P(S, &f, R); in stfs()
Dlfs.c32 FP_CONV(D, S, 2, 1, R, A); in lfs()
/linux-4.1.27/tools/testing/selftests/powerpc/switch_endian/
DMakefile8 switch_endian_test: check-reversed.S
13 check-reversed.S: check-reversed.o
22 rm -f $(PROGS) *.o check-reversed.S
D.gitignore2 check-reversed.S
/linux-4.1.27/arch/alpha/lib/
DMakefile49 $(obj)/__divqu.o: $(obj)/$(ev6-y)divide.S
51 $(obj)/__remqu.o: $(obj)/$(ev6-y)divide.S
53 $(obj)/__divlu.o: $(obj)/$(ev6-y)divide.S
55 $(obj)/__remlu.o: $(obj)/$(ev6-y)divide.S
/linux-4.1.27/arch/unicore32/boot/compressed/
DMakefile33 $(obj)/piggy.S: $(obj)/piggy.S.in
36 $(obj)/piggy.o: $(obj)/piggy.$(suffix_y) $(obj)/piggy.S FORCE
39 piggy.$(suffix_y) piggy.o piggy.S \
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile21 $(TEST_PROGS): ../../harness.c ../event.c ../lib.c ebb.c ebb_handler.S trace.c busy_loop.S
23 instruction_count_test: ../loop.S
/linux-4.1.27/Documentation/scsi/
Daacraid.txt14 9005:0285:9005:0285 Adaptec 2200S (Vulcan)
15 9005:0285:9005:0286 Adaptec 2120S (Crusader)
16 9005:0285:9005:0287 Adaptec 2200S (Vulcan-2m)
17 9005:0285:9005:0288 Adaptec 3230S (Harrier)
18 9005:0285:9005:0289 Adaptec 3240S (Tornado)
21 9005:0286:9005:028c Adaptec 2230S (Lancer)
23 9005:0286:9005:028d Adaptec 2130S (Lancer)
29 9005:0285:9005:0296 Adaptec 2240S (SabreExpress)
66 1011:0046:9005:0364 Adaptec 5400S (Mustang)
67 1011:0046:9005:0365 Adaptec 5400S (Mustang)
Daha152x.txt107 The BIOS uses a cylinder/head/sector addressing scheme (C/H/S)
109 C/H/S addressing.
112 as base for requests in C/H/S addressing. SCSI only knows about the
122 instead of C/H/S addressing. Unfortunately C/H/S addressing is also used
126 Moreover there are certain limitations to the C/H/S addressing scheme,
135 With respect to the limit of 1023 cylinders using C/H/S you can only
/linux-4.1.27/Documentation/dvb/
Dcards.txt8 DVB-S/DVB-C/DVB-T. Thus the frontend drivers are listed separately.
21 DVB-S:
42 DVB-S/C/T:
59 - KNC1 DVB-S, Typhoon DVB-S, Terratec Cinergy 1200 DVB-S (no CI support)
60 - Typhoon DVB-S budget
61 - Fujitsu-Siemens Activy DVB-S budget card
71 - ChainTech digitop DST-1000 DVB-S
78 - DEC 2000-T, 3000-S, 2540-T
Dtechnisat.txt40 1.) SkyStar DVB-S Revision 2.3:
44 2.) SkyStar DVB-S Revision 2.6:
48 3.) SkyStar DVB-S Revision 2.7:
50 b.) => "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
53 4.) SkyStar DVB-S Revision 2.8:
55 b.) => "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
/linux-4.1.27/arch/arm/kernel/
Dsmp.c455 #define S(x,s) [x] = s macro
456 S(IPI_WAKEUP, "CPU wakeup interrupts"),
457 S(IPI_TIMER, "Timer broadcast interrupts"),
458 S(IPI_RESCHEDULE, "Rescheduling interrupts"),
459 S(IPI_CALL_FUNC, "Function call interrupts"),
460 S(IPI_CALL_FUNC_SINGLE, "Single function call interrupts"),
461 S(IPI_CPU_STOP, "CPU stop interrupts"),
462 S(IPI_IRQ_WORK, "IRQ work interrupts"),
463 S(IPI_COMPLETION, "completion interrupts"),
/linux-4.1.27/drivers/media/dvb-frontends/
DKconfig12 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
28 DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators.
36 A Silicon tuner that supports DVB-S and DVB-S2 modes
75 comment "DVB-S (satellite) frontends"
83 A DVB-S tuner module. Say Y when you want to support this frontend.
90 A DVB-S tuner module. Say Y when you want to support this frontend.
97 A DVB-S tuner module. Say Y when you want to support this frontend.
104 A DVB-S tuner module. Say Y when you want to support this frontend.
111 A DVB-S tuner module. Say Y when you want to support this frontend.
118 A DVB-S tuner module. Say Y when you want to support this frontend.
[all …]
/linux-4.1.27/arch/powerpc/include/asm/
Dsfp-machine.h85 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(S,R,X,Y)
168 ({ int __exc = _FP_PACK_CANONICAL(S,1,X); \
170 _FP_PACK_RAW_1_P(S,val,X); \
184 FP_CONV(S, D, 1, 2, __X, X); \
185 _FP_PACK_CANONICAL(S, 1, __X); \
187 _FP_UNPACK_CANONICAL(S, 1, __X); \
188 FP_CONV(D, S, 2, 1, X, __X); \
/linux-4.1.27/fs/ncpfs/
Dncplib_kernel.h141 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(S,m,i,n,k,U) argument
142 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(S,m,i,n,k,U) argument
154 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(m,i,n,k,U) argument
155 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(m,i,n,k,U) argument
/linux-4.1.27/arch/ia64/scripts/
Dtoolchain-flags16 $CC -nostdlib -static -Wl,-T$dir/check-segrel.lds $dir/check-segrel.S -o $out
30 $CC -c $dir/check-text-align.S -o $out
46 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
Dcheck-gas7 $CC -c $dir/check-gas-asm.S -o $out
/linux-4.1.27/arch/sh/boot/compressed/
DMakefile41 lib1funcs-$(CONFIG_SUPERH32) := ashiftrt.S ashldi3.c ashrsi3.S ashlsi3.S \
42 lshrsi3.S
/linux-4.1.27/scripts/coccinelle/null/
Dkmerr.cocci32 statement S;
40 if (!x1) S
48 statement S;
56 if (!x1) S
/linux-4.1.27/Documentation/hwmon/
Dw83l785ts5 * Winbond W83L785TS-S
9 http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/W83L785TS-S.pdf
17 The W83L785TS-S is a digital temperature sensor. It senses the
36 and cause read errors. Or maybe the W83L785TS-S chip is simply unreliable,
Dcoretemp62 i7 3770S 103
63 i5 3570S/3550S, 3475S/3470S/3450S 103
/linux-4.1.27/drivers/of/unittest-data/
DMakefile3 targets += testcases.dtb testcases.dtb.S
6 $(obj)/testcases.dtb.S \
D.gitignore2 testcases.dtb.S
/linux-4.1.27/arch/arc/boot/dts/
DMakefile11 .SECONDARY: $(obj)/$(builtindtb-y).dtb.S
15 clean-files := *.dtb *.dtb.S
/linux-4.1.27/Documentation/video4linux/bttv/
DCards11 Composite/S-VHS inputs are supported. Teletext and Intercast support
35 - 4 Composite inputs, 1 S-VHS input (shared with 4th composite)
41 S-VHS input) of the Bt848A.
59 - 1 tuner, 1 composite and 1 S-VHS input
96 - 1 tuner, 1 composite and (depending on model) 1 S-VHS input
159 Flyvideo 2000S (Bt878) w/Stereo TV (Package incl. LR91 daughterboard)
176 Flyvideo 2000S was probably sold as Flyvideo 3000 in some contries(Europe?).
206 50689 TV SAT DVB-S CARD CI PCI (SAA7146AH, SU1278?) = "KNC1 TV Station DVB-S"
255 DTV3000 PV-DTV3000P+ DVB-S CI = Twinhan VP-1030
256 DTV2000 DVB-S = Twinhan VP-1020
[all …]
/linux-4.1.27/arch/arm64/kernel/
Dsmp.c483 #define S(x,s) [x] = s macro
484 S(IPI_RESCHEDULE, "Rescheduling interrupts"),
485 S(IPI_CALL_FUNC, "Function call interrupts"),
486 S(IPI_CPU_STOP, "CPU stop interrupts"),
487 S(IPI_TIMER, "Timer broadcast interrupts"),
488 S(IPI_IRQ_WORK, "IRQ work interrupts"),
Dimage.h22 #error This file should only be included in vmlinux.lds.S
/linux-4.1.27/drivers/block/drbd/
Ddrbd_state.h36 #define NS(T, S) \ argument
38 ({ union drbd_state val; val.i = 0; val.T = (S); val; })
50 #define _NS(D, T, S) \ argument
51 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T = (S); __ns; })
/linux-4.1.27/arch/metag/boot/dts/
DMakefile18 .SECONDARY: $(obj)/$(builtindtb-y).dtb.S
22 clean-files += *.dtb *.dtb.S
/linux-4.1.27/drivers/media/usb/dvb-usb/
DKconfig172 tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
179 TYPHOON DVB-S USB 2.0 BOX
181 DVB-S USB2.0 receivers.
190 DVB-S USB2.0 receivers.
202 tristate "Pinnacle 400e DVB-S USB2.0 support"
211 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver and
227 tristate "Opera1 DVB-S USB2.0 receiver"
232 Say Y here to support the Opera DVB-S USB2.0 receiver.
264 tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support"
284 DVB-S/S2 USB2.0 receivers.
[all …]
/linux-4.1.27/Documentation/usb/
Dacm.txt74 S: Product=USB UHCI Root Hub
75 S: SerialNumber=6800
82 S: Manufacturer=3Com Inc.
83 S: Product=3Com U.S. Robotics Pro ISDN TA
84 S: SerialNumber=UFT53A49BVT7
115 Product: 3Com U.S. Robotics Pro ISDN TA
Dproc_usb_info.txt100 S = String descriptors.
183 S: Manufacturer=ssss
190 S: Product=ssss
197 S: SerialNumber=ssss
311 S: Product=USB UHCI Root Hub
312 S: SerialNumber=dce0
334 S: Manufacturer=Peracom Networks, Inc.
335 S: Product=Peracom USB to Serial Converter
/linux-4.1.27/arch/sparc/math-emu/
Dmath_32.c436 case FSMULD: FP_CONV (D, S, 2, 1, DA, SA); in do_one_mathemu()
437 FP_CONV (D, S, 2, 1, DB, SB); in do_one_mathemu()
463 case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); break; in do_one_mathemu()
464 case FSTOQ: FP_CONV (Q, S, 4, 1, QR, SB); break; in do_one_mathemu()
466 case FDTOS: FP_CONV (S, D, 1, 2, SR, DB); break; in do_one_mathemu()
467 case FQTOS: FP_CONV (S, Q, 1, 4, SR, QB); break; in do_one_mathemu()
Dmath_64.c441 case FSMULD: FP_CONV (D, S, 1, 1, DA, SA); in do_mathemu()
442 FP_CONV (D, S, 1, 1, DB, SB); in do_mathemu()
477 case FSTOD: FP_CONV (D, S, 1, 1, DR, SB); break; in do_mathemu()
478 case FSTOQ: FP_CONV (Q, S, 2, 1, QR, SB); break; in do_mathemu()
480 case FDTOS: FP_CONV (S, D, 1, 1, SR, DB); break; in do_mathemu()
481 case FQTOS: FP_CONV (S, Q, 1, 2, SR, QB); break; in do_mathemu()
/linux-4.1.27/Documentation/devicetree/bindings/x86/
Dinterrupt.txt13 interrupts = <P S>;
16 IO APIC. The second number (S) represents the sense of interrupt which
/linux-4.1.27/arch/x86/include/asm/
Dcompat.h267 #define PR_REG_SIZE(S) (test_thread_flag(TIF_IA32) ? 68 : 216) argument
268 #define PRSTATUS_SIZE(S) (test_thread_flag(TIF_IA32) ? 144 : 296) argument
269 #define SET_PR_FPVALID(S,V) \ argument
270 do { *(int *) (((void *) &((S)->pr_reg)) + PR_REG_SIZE(0)) = (V); } \
/linux-4.1.27/Documentation/x86/i386/
DIO-APIC.txt51 |S| \ / |S| \ / |S| \ / |S| |S|
63 |S|
/linux-4.1.27/arch/powerpc/kernel/
Dalign.c46 #define S 0x40 /* single-precision fp or... */ macro
71 { 4, LD+F+S }, /* 00 0 1000: lfs */
73 { 4, ST+F+S }, /* 00 0 1010: stfs */
87 { 4, LD+F+S+U }, /* 00 1 1000: lfsu */
89 { 4, ST+F+S+U }, /* 00 1 1010: stfsu */
167 { 4, LD+F+S }, /* 11 0 1000: lfsx */
169 { 4, ST+F+S }, /* 11 0 1010: stfsx */
183 { 4, LD+F+S+U }, /* 11 1 1000: lfsux */
185 { 4, ST+F+S+U }, /* 11 1 1010: stfsux */
957 if (flags & S) { in fix_alignment()
[all …]
/linux-4.1.27/include/net/irda/
Dirlap.h110 int S; /* Number of slots */ member
191 __u8 S; /* Number of slots */ member
257 int irlap_generate_rand_time_slot(int S, int s);
Dtimer.h91 void irlap_start_query_timer(struct irlap_cb *self, int S, int s);
/linux-4.1.27/arch/arm/
DKconfig-nommu3 # Hyok S. Choi <hyok.choi@samsung.com>
13 hex '(S)DRAM Base Address' if SET_MEM_PARAM
17 hex '(S)DRAM SIZE' if SET_MEM_PARAM
DKconfig.debug1263 default "debug/sa1100.S" if DEBUG_SA1100
1264 default "debug/8250.S" if DEBUG_LL_UART_8250 || DEBUG_UART_8250
1265 default "debug/at91.S" if DEBUG_AT91_UART
1266 default "debug/asm9260.S" if DEBUG_ASM9260_UART
1267 default "debug/clps711x.S" if DEBUG_CLPS711X_UART1 || DEBUG_CLPS711X_UART2
1268 default "debug/meson.S" if DEBUG_MESON_UARTAO
1269 default "debug/pl01x.S" if DEBUG_LL_UART_PL01X || DEBUG_UART_PL01X
1270 default "debug/exynos.S" if DEBUG_EXYNOS_UART
1271 default "debug/efm32.S" if DEBUG_LL_UART_EFM32
1272 default "debug/icedcc.S" if DEBUG_ICEDCC
[all …]
/linux-4.1.27/sound/usb/usx2y/
Dusbusx2y.c304 static void usX2Y_unlinkSeq(struct snd_usX2Y_AsyncSeq *S) in usX2Y_unlinkSeq() argument
308 usb_kill_urb(S->urb[i]); in usX2Y_unlinkSeq()
309 usb_free_urb(S->urb[i]); in usX2Y_unlinkSeq()
310 S->urb[i] = NULL; in usX2Y_unlinkSeq()
312 kfree(S->buffer); in usX2Y_unlinkSeq()
/linux-4.1.27/scripts/coccinelle/misc/
Dsemicolon.cocci47 statement S;
55 S@p1;@p
/linux-4.1.27/arch/arm/mm/
Dproc-arm720.S131 ret lr @ __ret (head.S)
159 ret lr @ __ret (head.S)
173 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dcache-nop.S50 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dproc-xsc3.S113 bic r1, r1, #0x3900 @ ..VIZ..S........
343 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
479 orr r0, r0, r6 @ ..VI Z..S .... .C.M (mmu)
480 @ ...I Z..S .... .... (uc)
491 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dcache-v4.S149 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dproc-arm9tdmi.S61 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1026.S343 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
434 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
449 .long 0x4106a260 @ ARM 1026EJ-S (v5TEJ)
/linux-4.1.27/arch/arm/lib/
DMakefile34 $(obj)/csumpartialcopy.o: $(obj)/csumpartialcopygeneric.S
35 $(obj)/csumpartialcopyuser.o: $(obj)/csumpartialcopygeneric.S
/linux-4.1.27/drivers/scsi/aic94xx/
Daic94xx_reg.h77 #define ASD_READ_OCM(type, ord, S) \ argument
82 type val = read##S (io_handle->addr + (unsigned long) offs); \
91 #define ASD_WRITE_OCM(type, ord, S) \ argument
96 write##S (val, io_handle->addr + (unsigned long) offs); \
/linux-4.1.27/drivers/char/
Drandom.c366 #define S(x) ilog2(x)+5, (x), (x)*4, (x)*32, (x) << (ENTROPY_SHIFT+5) macro
371 { S(128), 104, 76, 51, 25, 1 },
374 { S(32), 26, 19, 14, 7, 1 },
377 { S(2048), 1638, 1231, 819, 411, 1 },
380 { S(1024), 817, 615, 412, 204, 1 },
383 { S(1024), 819, 616, 410, 207, 2 },
386 { S(512), 411, 308, 208, 104, 1 },
389 { S(512), 409, 307, 206, 102, 2 },
391 { S(512), 409, 309, 205, 103, 2 },
394 { S(256), 205, 155, 101, 52, 1 },
[all …]
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dmain.c531 #define S(a, v) W(a, R(a) | v) macro
555 S(RGF_HP_CTRL, BIT(15)); in wil_target_reset()
556 S(RGF_USER_CLKS_CTL_SW_RST_MASK_0, BIT_HPAL_PERST_FROM_PAD); in wil_target_reset()
557 S(RGF_USER_CLKS_CTL_SW_RST_MASK_0, BIT_CAR_PERST_RST); in wil_target_reset()
566 S(RGF_CAF_OSC_CONTROL, BIT_CAF_OSC_XTAL_EN); in wil_target_reset()
615 S(RGF_DMA_OFUL_NID_0, BIT_DMA_OFUL_NID_0_RX_EXT_TR_EN | in wil_target_reset()
734 S(RGF_USER_USAGE_6, 1); in wil_reset()
742 S(RGF_CAF_ICR + offsetof(struct RGF_ICR, ICR), 0); in wil_reset()
769 #undef S
Dfw.c31 #define S(a, v) W(a, R(a) | v) macro
/linux-4.1.27/scripts/coccinelle/free/
Diounmap.cocci20 statement S,S1;
27 if (<+...e...+>) S
Dclk_put.cocci20 statement S,S1;
27 if (<+...e...+>) S
Dkfree.cocci73 statement S;
80 iter(...,subE,...) S // no use
/linux-4.1.27/kernel/trace/
Dtrace_output.c893 int S, T; in trace_ctxwake_print() local
899 S = task_state_char(field->prev_state); in trace_ctxwake_print()
905 S, delim, in trace_ctxwake_print()
926 static int trace_ctxwake_raw(struct trace_iterator *iter, char S) in trace_ctxwake_raw() argument
933 if (!S) in trace_ctxwake_raw()
934 S = task_state_char(field->prev_state); in trace_ctxwake_raw()
939 S, in trace_ctxwake_raw()
961 static int trace_ctxwake_hex(struct trace_iterator *iter, char S) in trace_ctxwake_hex() argument
969 if (!S) in trace_ctxwake_hex()
970 S = task_state_char(field->prev_state); in trace_ctxwake_hex()
[all …]
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddavinci-vpfe-mc.txt57 VIDIOC_VPFE_ISIF_[S/G]_RAW_PARAMS
58 VIDIOC_VPFE_IPIPE_[S/G]_CONFIG
59 VIDIOC_VPFE_RSZ_[S/G]_CONFIG
85 VIDIOC_VPFE_IPIPEIF_[S/G]_CONFIG
/linux-4.1.27/arch/arm/mach-pxa/
Dpxa27x.c87 unsigned int l, L, m, M, n2, N, S; in pxa27x_get_clk_frequency_khz() local
106 S = (b) ? L : (L/2); in pxa27x_get_clk_frequency_khz()
117 S / 1000000, (S % 1000000) / 10000 ); in pxa27x_get_clk_frequency_khz()
/linux-4.1.27/Documentation/arm/Atmel/
DREADME35 …http://www.atmel.com/Images/Atmel-6254-32-bit-ARM926EJ-S-Embedded-Microprocessor-SAM9XE_Datasheet.…
43 … http://www.atmel.com/Images/Atmel_6249_32-bit-ARM926EJ-S-Microcontroller_SAM9263_Datasheet.pdf
68 … http://www.atmel.com/Images/Atmel_11055_32-bit-ARM926EJ-S-Microcontroller_SAM9X35_Datasheet.pdf
72 …http://www.atmel.com/Images/Atmel_11063_32-bit-ARM926EJ-S-Microcontroller_SAM9N12CN11CN12_Datashee…
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S5076 #--R' + R'*S*(A1 + S(A2 + S(A3 + S(A4 + ... + SA7)))), WHERE
5113 fmul.x %fp0,%fp2 # S(A2+T(A4+TA6))
5129 #--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE
5130 #--S=R*R AND S'=SGN*S. THIS CAN BE REWRITTEN AS
5131 #--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))])
5132 #--WHERE T=S*S.
5139 fmul.x %fp0,%fp0 # FP0 IS S
5147 fmov.x %fp0,X(%a6) # X IS S
5154 eor.l %d1,X(%a6) # X IS NOW S'= SGN*S
5344 fmul.x RPRIME(%a6),%fp1 # R'S(A1+...)
[all …]
/linux-4.1.27/Documentation/sound/alsa/
DREADME.maya4431 - Channel 3+4 analogue - S/PDIF input switching
32 - S/PDIF output
107 hw:0,1 input - stereo, analog input 3+4 OR S/PDIF input
131 IEC958 Output: switch for S/PDIF output.
133 S/PDIF should output the same signal as channel 3+4. [untested!]
149 Possibly some of these control S/PDIF output(s).
Dserial-u16550.txt9 2 - Midiator MS-124W S/A mode (2)
13 For the Midiator MS-124W, you must set the physical M-S and A-B
45 In MS-124W S/A mode, one raw MIDI substream is supported (midiCnD0);
49 Usage example for S/A mode:
/linux-4.1.27/arch/um/include/shared/
Dinit.h45 # define __section(S) __attribute__ ((__section__(#S))) argument
/linux-4.1.27/drivers/iio/pressure/
Dt5403.c73 s32 S, O, X; in t5403_comp_pressure() local
88 S = T5403_C_U16(3) + (s32) T5403_C_U16(4) * t_r / 0x20000 + in t5403_comp_pressure()
96 X = (S * p_r + O) / 0x4000; in t5403_comp_pressure()
/linux-4.1.27/drivers/s390/block/
DKconfig1 comment "S/390 block device drivers"
9 Select this option if you want to use your expanded storage on S/390
29 S/390s channel subsystem commands. This is necessary for running
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhubgk110.fuc317 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dhubgf100.fuc317 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dgpcgf100.fuc317 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dgpcgf117.fuc317 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dhubgf117.fuc317 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dhubgk104.fuc317 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dgpcgk208.fuc517 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dgpcgk104.fuc317 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dgpcgm107.fuc517 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dhubgm107.fuc517 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dhubgk208.fuc517 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dgpcgk110.fuc317 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
/linux-4.1.27/tools/build/
DMakefile.build71 $(OUTPUT)%.o: %.S FORCE
79 $(OUTPUT)%.i: %.S FORCE
/linux-4.1.27/arch/arm/crypto/
D.gitignore1 aesbs-core.S
DMakefile48 .PRECIOUS: $(obj)/aesbs-core.S $(obj)/sha256-core.S
/linux-4.1.27/arch/cris/boot/compressed/
Dmisc.c140 #define SEROUT(S, N) \ argument
142 serout(S, regi_ser ## N); \
146 #define SEROUT(S, N) do { \ argument
/linux-4.1.27/firmware/
D.gitignore1 *.gen.S
DMakefile181 $(patsubst %,$(obj)/%.gen.S, $(fw-shipped-y)): %: $(wordsize_deps)
182 $(call cmd,fwbin,$(patsubst %.gen.S,%,$@))
183 $(patsubst %,$(obj)/%.gen.S, $(fw-external-y)): %: $(wordsize_deps) \
185 $(call cmd,fwbin,$(fwabs)/$(patsubst $(obj)/%.gen.S,%,$@))
231 $(shell find $(obj) -name \*.gen.S 2>/dev/null))
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dperf.fuc17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dtest.fuc17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dgk208.fuc517 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dgf110.fuc417 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Didle.fuc17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dgt215.fuc317 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Dgf100.fuc317 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
Darith.fuc17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
/linux-4.1.27/arch/cris/include/uapi/arch-v10/arch/
Dsv_addr_ag.h133 IO_RD(R_EXT_DMA_0_STAT) & IO_MASK( R_EXT_DMA_0_STAT, S )
134 == IO_STATE( R_EXT_DMA_0_STAT, S, STARTED )
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dmvebu-mbus.txt91 S = 0x0 for a MBus valid window
92 S = 0xf for a non-valid window (see below)
94 If S = 0x0, then:
99 If S = 0xf, then:
105 (S = 0x0), an address decoding window is allocated. On the other side,
106 entries for translation that do not correspond to valid windows (S = 0xf)
/linux-4.1.27/arch/sparc/boot/
D.gitignore1 btfix.S
/linux-4.1.27/arch/x86/boot/compressed/
D.gitignore6 piggy.S
DMakefile100 targets += piggy.S
101 $(obj)/piggy.S: $(obj)/vmlinux.bin.$(suffix-y) $(obj)/mkpiggy FORCE
/linux-4.1.27/arch/openrisc/boot/dts/
DMakefile8 clean-files := *.dtb.S
/linux-4.1.27/arch/cris/boot/dts/
DMakefile6 clean-files := *.dtb.S
/linux-4.1.27/arch/xtensa/boot/dts/
DMakefile15 clean-files := *.dtb.S
/linux-4.1.27/net/irda/
Dtimer.c50 void irlap_start_query_timer(struct irlap_cb *self, int S, int s) in irlap_start_query_timer() argument
63 timeout = ((sysctl_slot_timeout * HZ / 1000) * (S - s) in irlap_start_query_timer()
Dirlap_event.c388 self->S = info->S; in irlap_state_ndm()
390 irlap_send_discovery_xid_frame(self, info->S, info->s, TRUE, in irlap_state_ndm()
402 if (info->s <= info->S) { in irlap_state_ndm()
403 self->slot = irlap_generate_rand_time_slot(info->S, in irlap_state_ndm()
409 irlap_send_discovery_xid_frame(self, info->S, in irlap_state_ndm()
422 irlap_start_query_timer(self, info->S, info->s); in irlap_state_ndm()
623 if (self->s < self->S) { in irlap_state_query()
624 irlap_send_discovery_xid_frame(self, self->S, in irlap_state_query()
634 irlap_send_discovery_xid_frame(self, self->S, 0xff, in irlap_state_query()
701 irlap_send_discovery_xid_frame(self, info->S, in irlap_state_reply()
[all …]
Dirlap_frame.c315 void irlap_send_discovery_xid_frame(struct irlap_cb *self, int S, __u8 s, in irlap_send_discovery_xid_frame() argument
324 s, S, command); in irlap_send_discovery_xid_frame()
354 switch (S) { in irlap_send_discovery_xid_frame()
509 info->S = 1; in irlap_recv_discovery_xid_cmd()
512 info->S = 6; in irlap_recv_discovery_xid_cmd()
515 info->S = 8; in irlap_recv_discovery_xid_cmd()
518 info->S = 16; in irlap_recv_discovery_xid_cmd()
/linux-4.1.27/Documentation/blockdev/drbd/
Ddrbd-connection-state-overview.dot48 …\l'concurrent' application requests allowed|{{<T>PausedSyncT\nSyncTarget}|{<S>PausedSyncS\nSyncSou…
72 WFBitMapS -> cluster_resync:S
/linux-4.1.27/Documentation/x86/
Dentry_64.txt2 arch/x86/kernel/entry_64.S. A lot of this explanation is adapted from
9 arch/x86/kernel/traps.c and implemented in arch/x86/kernel/entry_64.S
10 for 64-bit, arch/x86/kernel/entry_32.S for 32-bit and finally
11 arch/x86/ia32/ia32entry.S which implements the 32-bit compatibility
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1748 #define S(s, v) S3("s", s, v) in sge_qinfo_show() macro
1757 S("QType:", "Ethernet"); in sge_qinfo_show()
1758 S("Interface:", in sge_qinfo_show()
1815 #undef S in sge_qinfo_show()
1901 #define S(s, v) S3("s", s, v) in sge_qstats_show() macro
1914 S("QType:", "Ethernet"); in sge_qstats_show()
1915 S("Interface:", in sge_qstats_show()
1959 #undef S in sge_qstats_show()
2034 #define S(desc, fmt, var) \ in resources_show() macro
2038 S("Virtual Interfaces", "%d", nvi); in resources_show()
[all …]
/linux-4.1.27/arch/mips/boot/dts/lantiq/
DMakefile9 clean-files := *.dtb *.dtb.S
/linux-4.1.27/arch/mips/boot/dts/mti/
DMakefile9 clean-files := *.dtb *.dtb.S
/linux-4.1.27/tools/testing/selftests/powerpc/stringloops/
DMakefile6 EXTRA_SOURCES := memcmp_64.S ../harness.c
/linux-4.1.27/arch/mips/boot/dts/cavium-octeon/
DMakefile9 clean-files := *.dtb *.dtb.S
/linux-4.1.27/arch/mips/boot/dts/
DMakefile12 clean-files := *.dtb *.dtb.S
/linux-4.1.27/tools/testing/selftests/powerpc/tm/
DMakefile7 tm-syscall: tm-syscall-asm.S
/linux-4.1.27/drivers/isdn/hisax/
DKconfig199 bool "HFC-S based cards"
202 This enables HiSax support for the HFC-S 2BDS0 based cards, like
323 This enables HiSax support for the HFC-S PCI 2BDS0 based cards.
339 bool "HFC-S+, HFC-SP, HFC-PCMCIA cards"
341 This enables HiSax support for the HFC-S+, HFC-SP and HFC-PCMCIA
406 tristate "HFC-4S/8S based ISDN cards"
408 This enables the driver for HFC-4S/8S based ISDN cards.
/linux-4.1.27/drivers/staging/unisys/
DMAINTAINERS3 S: Maintained
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-block-rssd4 Contact: Asai Thambi S P <asamymuthupa@micron.com>
/linux-4.1.27/arch/mips/boot/dts/ralink/
DMakefile12 clean-files := *.dtb *.dtb.S
/linux-4.1.27/arch/alpha/kernel/
Dio.c300 struct S { int x __attribute__((packed)); }; in ioread32_rep() argument
301 ((struct S *)dst)->x = ioread32(port); in ioread32_rep()
394 struct S { int x __attribute__((packed)); }; in iowrite32_rep() struct
395 iowrite32(((struct S *)src)->x, port); in iowrite32_rep()
/linux-4.1.27/arch/mips/boot/dts/netlogic/
DMakefile13 clean-files := *.dtb *.dtb.S
/linux-4.1.27/Documentation/input/
Dwalkera0701.txt15 At back side of transmitter S-video connector can be found. Modulation
22 Walkera WK-0701 TX S-VIDEO connector:
24 __ __ S-video: canon25
/linux-4.1.27/arch/sh/math-emu/
Dmath.c66 FP_DECL_EX; if(FPSCR_PR) op(D,x,DRm,DRn); else op(S,x,FRm,FRn);
296 EMU_FLOAT_X(S, FRn);
312 EMU_FTRC_X(S, FRn); in ftrc()
323 FP_CONV(D, S, 2, 1, Fr, Fn); in fcnvsd()
334 FP_CONV(S, D, 1, 2, Fr, Fn); in fcnvds()
/linux-4.1.27/tools/perf/
DMANIFEST42 arch/*/lib/memcpy*.S
43 arch/*/lib/memset*.S
/linux-4.1.27/arch/unicore32/
D.gitignore18 boot/compressed/piggy.S
/linux-4.1.27/tools/perf/tests/attr/
Dtest-record-group-sampling3 args = -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1
/linux-4.1.27/drivers/usb/serial/
DMakefile-keyspan_pda_fw8 %.asm: %.S
/linux-4.1.27/drivers/staging/clocking-wizard/
DTODO12 Sören Brinkmann <soren.brinkmann@xilinx.com>
/linux-4.1.27/arch/mips/boot/dts/brcm/
DMakefile19 clean-files := *.dtb *.dtb.S
/linux-4.1.27/arch/cris/arch-v32/lib/
Dstrcmp.S1 ; strcmp.S -- CRISv32 version.
/linux-4.1.27/drivers/s390/char/
DKconfig1 comment "S/390 character device drivers"
130 prompt "S/390 tape device support"
134 devices on IBM S/390 or zSeries.
142 comment "S/390 tape hardware support"
/linux-4.1.27/Documentation/frv/
Dmmu-layout.txt64 C0000000-CFFFFFFF 00000000 xAMPR0 -L-S--V 256MB Kernel image and data
69 DD040000 DAMR2/IAMR2 -L-S--V page Page cache flush attachment point
73 DD140000 DAMR6 -L-S--V page kmap_atomic(KM_BOUNCE_READ)
74 DD180000 DAMR7 -L-S--V page kmap_atomic(KM_SKB_SUNRPC_DATA)
75 DD1C0000 DAMR8 -L-S--V page kmap_atomic(KM_SKB_DATA_SOFTIRQ)
76 DD200000 DAMR9 -L-S--V page kmap_atomic(KM_USER0)
77 DD240000 DAMR10 -L-S--V page kmap_atomic(KM_USER1)
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt194 22.. SSeerrvviicciinngg CCooddaa ffiilleessyysstteemm ccaallllss
581 SSuummmmaarryy Find the ViceFid and type of an object in a directory if it
628 SSuummmmaarryy Get the attributes of a file.
670 SSuummmmaarryy Set the attributes of a file.
702 SSuummmmaarryy
733 SSuummmmaarryy Invoked to create a file
792 SSuummmmaarryy Create a new directory.
834 SSuummmmaarryy Create a link to an existing file.
862 SSuummmmaarryy create a symbolic link
895 SSuummmmaarryy Remove a file
[all …]
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
DMakefile12 count_instructions: loop.S count_instructions.c $(EXTRA_SOURCES)
/linux-4.1.27/arch/xtensa/kernel/
DMakefile39 $(obj)/vmlinux.lds: $(src)/vmlinux.lds.S FORCE
/linux-4.1.27/Documentation/virtual/kvm/
D00-INDEX24 - Diagnose hypercall description (for IBM S/390)
/linux-4.1.27/firmware/matrox/
Dg200_warp.H168 * - S stands for computation of specular highlight
Dg400_warp.H168 * - S stands for computation of specular highlight
/linux-4.1.27/drivers/lguest/
DMakefile13 Switcher: PREFIX=S
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.h128 #define TXD_USE_COUNT(S) DIV_ROUND_UP((S), I40E_MAX_DATA_PER_TXD) argument
Di40e_osdep.h43 #define hw_dbg(hw, S, A...) do {} while (0) argument
/linux-4.1.27/arch/mips/lasat/image/
DMakefile24 $(obj)/head.o: $(obj)/head.S $(KERNEL_IMAGE)
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_osdep.h44 #define hw_dbg(hw, S, A...) do {} while (0) argument
Di40e_txrx.h128 #define TXD_USE_COUNT(S) DIV_ROUND_UP((S), I40E_MAX_DATA_PER_TXD) argument
/linux-4.1.27/Documentation/powerpc/
Dcpu_features.txt34 just 2 macros (found in arch/powerpc/include/asm/cputable.h), as seen in head.S
54 (arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
/linux-4.1.27/Documentation/s390/
DCommonIO1 S/390 common I/O-Layer - command line parameters, procfs and debugfs entries
106 * /sys/kernel/debug/s390dbf/cio_*/ (S/390 debug feature)
124 documentation on the S/390 debug feature (Documentation/s390/s390dbf.txt)

123