Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 49) sorted by relevance

12

/linux-3.3/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-3.3/drivers/staging/wlags49_h2/
Ddebug.h109 # define PRINTK(S...) printk(S) argument
114 # define DBG_PRINT(S...) PRINTK(KERN_DEBUG S) argument
119 # define DBG_PRINTC(S...) PRINTK(S) argument
148 #define DBG_PARAM(A, N, F, S...) {if (DBG_FLAGS(A) & DBG_PARAM_ON) \ argument
152 #define DBG_ERROR(A, S...) do { \ argument
160 #define DBG_WARNING(A, S...) do { \ argument
167 #define DBG_NOTICE(A, S...) do { \ argument
174 #define DBG_TRACE(A, S...) do { \ argument
181 #define DBG_RX(A, S...) {if (DBG_FLAGS(A) & DBG_RX_ON) {\ argument
185 #define DBG_TX(A, S...) {if (DBG_FLAGS(A) & DBG_TX_ON) {\ argument
[all …]
/linux-3.3/drivers/isdn/mISDN/
Ddsp_blowfish.c375 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()
604 u32 *S = (u32 *)dsp->bf_s; in dsp_bf_init() local
/linux-3.3/crypto/
Darc4.c23 u8 S[256]; member
55 u8 *const S = ctx->S; in arc4_crypt() local
Dblowfish_common.c318 const u32 *S = bctx->s; in encrypt_block() local
353 u32 *S = ctx->s; in blowfish_setkey() local
Dblowfish_generic.c47 const u32 *S = ctx->s; in bf_encrypt() local
81 const u32 *S = ctx->s; in bf_decrypt() local
Dkhazad.c762 const u64 *S = T7; in khazad_setkey() local
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Darc4.c23 u8 S[256]; member
55 u8 *const S = ctx->S; in arc4_crypt() local
/linux-3.3/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-3.3/include/math-emu/
Dop-4.h29 #define _FP_FRAC_COPY_4(D,S) \ argument
429 #define _FP_SQRT_MEAT_4(R, S, T, X, q) \ argument
615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \ argument
625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \ argument
677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \ argument
684 #define _FP_FRAC_CONV_4_2(dfs, sfs, D, S) \ argument
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
596 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument
606 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \ argument
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
288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument
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
/linux-3.3/tools/perf/util/
Dctype.c9 S = GIT_SPACE, enumerator
/linux-3.3/arch/alpha/kernel/
Dio.c300 struct S { int x __attribute__((packed)); }; in ioread32_rep() struct
394 struct S { int x __attribute__((packed)); }; in iowrite32_rep() struct
/linux-3.3/drivers/scsi/aic94xx/
Daic94xx_reg.h77 #define ASD_READ_OCM(type, ord, S) \ argument
91 #define ASD_WRITE_OCM(type, ord, S) \ argument
/linux-3.3/arch/cris/boot/compressed/
Dmisc.c140 #define SEROUT(S, N) \ argument
146 #define SEROUT(S, N) do { \ argument
/linux-3.3/net/irda/
Dtimer.c51 void irlap_start_query_timer(struct irlap_cb *self, int S, int s) in irlap_start_query_timer()
/linux-3.3/arch/um/include/shared/
Dinit.h45 # define __section(S) __attribute__ ((__section__(#S))) argument
/linux-3.3/sound/usb/usx2y/
Dusbusx2y.c304 static void usX2Y_unlinkSeq(struct snd_usX2Y_AsyncSeq *S) in usX2Y_unlinkSeq()
/linux-3.3/include/net/irda/
Dirlap.h110 int S; /* Number of slots */ member
191 __u8 S; /* Number of slots */ member
/linux-3.3/kernel/trace/
Dtrace_output.c968 int S, T; local
1002 static int trace_ctxwake_raw(struct trace_iterator *iter, char S)
1038 static int trace_ctxwake_hex(struct trace_iterator *iter, char S)
/linux-3.3/drivers/gpu/drm/nouveau/
Dnouveau_hdmi.c150 const u8 Y = 0, A = 0, B = 0, S = 0, C = 0, M = 0, R = 0; in nouveau_hdmi_video_infoframe() local
/linux-3.3/arch/arm/mach-pxa/
Dpxa27x.c79 unsigned int l, L, m, M, n2, N, S; in pxa27x_get_clk_frequency_khz() local

12