Home
last modified time | relevance | path

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

/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/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-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/crypto/
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
Darc4.c25 u32 S[256]; member
56 u32 *const S = ctx->S; in arc4_crypt() local
Dkhazad.c762 const u64 *S = T7; in khazad_setkey() local
/linux-4.1.27/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
Dsingle.h104 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
Dop-common.h820 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument
/linux-4.1.27/tools/perf/util/
Dctype.c9 S = GIT_SPACE, enumerator
/linux-4.1.27/arch/alpha/kernel/
Dio.c300 struct S { int x __attribute__((packed)); }; in ioread32_rep() argument
394 struct S { int x __attribute__((packed)); }; in iowrite32_rep() struct
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dfw.c31 #define S(a, v) W(a, R(a) | v) macro
Dmain.c531 #define S(a, v) W(a, R(a) | v) macro
/linux-4.1.27/samples/bpf/
Dtracex3_kern.c35 #define S(k) if (n >= (1ull << k)) { i += k; n >>= k; } in log2l() macro
/linux-4.1.27/drivers/block/drbd/
Ddrbd_state.h36 #define NS(T, S) \ argument
50 #define _NS(D, T, S) \ argument
/linux-4.1.27/drivers/scsi/aic94xx/
Daic94xx_reg.h77 #define ASD_READ_OCM(type, ord, S) \ argument
91 #define ASD_WRITE_OCM(type, ord, S) \ argument
/linux-4.1.27/arch/cris/boot/compressed/
Dmisc.c140 #define SEROUT(S, N) \ argument
146 #define SEROUT(S, N) do { \ argument
/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()
Dirlap.c647 int irlap_generate_rand_time_slot(int S, int s) in irlap_generate_rand_time_slot()
Dirlap_frame.c315 void irlap_send_discovery_xid_frame(struct irlap_cb *self, int S, __u8 s, in irlap_send_discovery_xid_frame()
/linux-4.1.27/arch/um/include/shared/
Dinit.h45 # define __section(S) __attribute__ ((__section__(#S))) argument
/linux-4.1.27/sound/usb/usx2y/
Dusbusx2y.c304 static void usX2Y_unlinkSeq(struct snd_usX2Y_AsyncSeq *S) in usX2Y_unlinkSeq()
/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/drivers/net/ethernet/intel/i40evf/
Di40e_osdep.h43 #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/include/net/irda/
Dirlap.h110 int S; /* Number of slots */ member
191 __u8 S; /* Number of slots */ member
/linux-4.1.27/drivers/iio/pressure/
Dt5403.c73 s32 S, O, X; in t5403_comp_pressure() local
/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
/linux-4.1.27/fs/
Dbinfmt_elf.c1610 #define PR_REG_SIZE(S) sizeof(S) argument
1614 #define PRSTATUS_SIZE(S) sizeof(S) argument
1618 #define PR_REG_PTR(S) (&((S)->pr_reg)) argument
1622 #define SET_PR_FPVALID(S, V) ((S)->pr_fpvalid = (V)) argument
/linux-4.1.27/arch/arm64/kernel/
Dsmp.c483 #define S(x,s) [x] = s macro
/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
/linux-4.1.27/kernel/trace/
Dtrace_output.c893 int S, T; in trace_ctxwake_print() local
926 static int trace_ctxwake_raw(struct trace_iterator *iter, char S) in trace_ctxwake_raw()
961 static int trace_ctxwake_hex(struct trace_iterator *iter, char S) in trace_ctxwake_hex()
/linux-4.1.27/arch/arm/kernel/
Dsmp.c455 #define S(x,s) [x] = s macro
/linux-4.1.27/arch/powerpc/kernel/
Dalign.c46 #define S 0x40 /* single-precision fp or... */ macro
/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
1901 #define S(s, v) S3("s", s, v) in sge_qstats_show() macro
2034 #define S(desc, fmt, var) \ in resources_show() macro
/linux-4.1.27/include/linux/
Dcompiler.h366 # define __section(S) __attribute__ ((__section__(#S))) argument
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_cmd_parser.c108 #define S CMD_DESC_SKIP macro
/linux-4.1.27/drivers/video/fbdev/
Dstifb.c381 #define BA(F,C,S,A,J,B,I) \ argument
384 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
/linux-4.1.27/net/sched/
Dsch_qfq.c149 u64 S, F; /* flow timestamps (exact) */ member
173 u64 S, F; /* group timestamps (approx). */ member
/linux-4.1.27/arch/blackfin/kernel/
Dtrace.c348 int S = ((opcode >> (CALLa_S_bits - 16)) & CALLa_S_mask); in decode_CALLa_0() local
/linux-4.1.27/fs/exofs/
Dore.c537 u64 S = T * layout->group_count; in ore_calc_stripe_info() local
/linux-4.1.27/arch/x86/crypto/
Dserpent-avx-x86_64-asm_64.S537 #define S(SBOX, x0, x1, x2, x3, x4) \ macro
Dserpent-sse2-x86_64-asm_64.S574 #define S(SBOX, x0, x1, x2, x3, x4) \ macro
Dserpent-avx2-asm_64.S529 #define S(SBOX, x0, x1, x2, x3, x4) \ macro
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_security.h333 #define S(x, n) RORc((x), (n)) macro
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c1506 #define TXD_USE_COUNT(S) (((S) >> IXGB_MAX_TXD_PWR) + \ argument
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h49 #define TXD_USE_COUNT(S) DIV_ROUND_UP((S), IXGBE_MAX_DATA_PER_TXD) argument
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c1258 # define YYCASE_(N, S) \ in yysyntax_error() argument
/linux-4.1.27/drivers/media/dvb-frontends/
Dmb86a16.c424 unsigned char S[3] ; in signal_det() local
/linux-4.1.27/drivers/char/
Drandom.c366 #define S(x) ilog2(x)+5, (x), (x)*4, (x)*32, (x) << (ENTROPY_SHIFT+5) macro
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dkgdb.c875 int S, bp, trig_bits = 0, rw_bits = 0; in stub_is_stopped() local
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k.h400 #define TXD_USE_COUNT(S) DIV_ROUND_UP((S), FM10K_MAX_DATA_PER_TXD) argument
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb.h176 #define TXD_USE_COUNT(S) DIV_ROUND_UP((S), IGB_MAX_DATA_PER_TXD) argument
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1706 #define S(s, v) S3("s", s, v) in sge_qinfo_show() macro
/linux-4.1.27/fs/afs/
Dinternal.h637 #define afs_get_server(S) \ argument
/linux-4.1.27/drivers/power/
Dab8500_fg.c43 #define SEC_TO_SAMPLE(S) (S * 4) argument
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h170 #define TXD_USE_COUNT(S) DIV_ROUND_UP((S), IXGBE_MAX_DATA_PER_TXD) argument
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_main.c3109 #define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 ) argument
/linux-4.1.27/arch/powerpc/xmon/
Dppc-opc.c591 #define S SP + 1 macro
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_init.c2391 #define S(N,V) (((V)<<(N))|((V)>>(32-(N)))) macro
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnetdev.c3040 #define PAGE_USE_COUNT(S) (((S) >> PAGE_SHIFT) + \ argument