/linux-3.3/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_mpu_macros.h | 96 #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/ |
D | debug.h | 109 # 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/ |
D | dsp_blowfish.c | 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() 604 u32 *S = (u32 *)dsp->bf_s; in dsp_bf_init() local
|
/linux-3.3/crypto/ |
D | arc4.c | 23 u8 S[256]; member 55 u8 *const S = ctx->S; in arc4_crypt() local
|
D | blowfish_common.c | 318 const u32 *S = bctx->s; in encrypt_block() local 353 u32 *S = ctx->s; in blowfish_setkey() local
|
D | blowfish_generic.c | 47 const u32 *S = ctx->s; in bf_encrypt() local 81 const u32 *S = ctx->s; in bf_decrypt() local
|
D | khazad.c | 762 const u64 *S = T7; in khazad_setkey() local
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | arc4.c | 23 u8 S[256]; member 55 u8 *const S = ctx->S; in arc4_crypt() local
|
/linux-3.3/fs/ncpfs/ |
D | ncplib_kernel.h | 141 #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/ |
D | op-4.h | 29 #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
|
D | op-2.h | 29 #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
|
D | op-1.h | 29 #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
|
D | double.h | 115 #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
|
D | quad.h | 121 #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/ |
D | ctype.c | 9 S = GIT_SPACE, enumerator
|
/linux-3.3/arch/alpha/kernel/ |
D | io.c | 300 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/ |
D | aic94xx_reg.h | 77 #define ASD_READ_OCM(type, ord, S) \ argument 91 #define ASD_WRITE_OCM(type, ord, S) \ argument
|
/linux-3.3/arch/cris/boot/compressed/ |
D | misc.c | 140 #define SEROUT(S, N) \ argument 146 #define SEROUT(S, N) do { \ argument
|
/linux-3.3/net/irda/ |
D | timer.c | 51 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/ |
D | init.h | 45 # define __section(S) __attribute__ ((__section__(#S))) argument
|
/linux-3.3/sound/usb/usx2y/ |
D | usbusx2y.c | 304 static void usX2Y_unlinkSeq(struct snd_usX2Y_AsyncSeq *S) in usX2Y_unlinkSeq()
|
/linux-3.3/include/net/irda/ |
D | irlap.h | 110 int S; /* Number of slots */ member 191 __u8 S; /* Number of slots */ member
|
/linux-3.3/kernel/trace/ |
D | trace_output.c | 968 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/ |
D | nouveau_hdmi.c | 150 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/ |
D | pxa27x.c | 79 unsigned int l, L, m, M, n2, N, S; in pxa27x_get_clk_frequency_khz() local
|