/linux-4.1.27/arch/metag/tbx/ |
D | tbictx.S | 156 D SETL [A0.2++],AC0.0,AC1.0 /* Save ACx.0 lower 32-bits */ label 158 D SETL [A0.2++],D0AR.0,D1AR.0 /* Save DSP RAM registers */ label 159 D SETL [A0.2++],D0AR.1,D1AR.1 label 160 D SETL [A0.2++],D0AW.0,D1AW.0 label 161 D SETL [A0.2++],D0AW.1,D1AW.1 label 162 D SETL [A0.2++],D0BR.0,D1BR.0 label 163 D SETL [A0.2++],D0BR.1,D1BR.1 label 164 D SETL [A0.2++],D0BW.0,D1BW.0 label 165 D SETL [A0.2++],D0BW.1,D1BW.1 label 166 D SETL [A0.2++],D0ARI.0,D1ARI.0 label [all …]
|
/linux-4.1.27/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-4.1.27/lib/ |
D | sha1.c | 54 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument 59 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 60 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 61 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument 62 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument 63 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument 83 __u32 A, B, C, D, E; in sha_transform() local
|
/linux-4.1.27/arch/cris/arch-v10/mm/ |
D | fault.c | 23 #define D(x) x macro 25 #define D(x) macro
|
D | tlb.c | 17 #define D(x) macro
|
/linux-4.1.27/arch/cris/mm/ |
D | fault.c | 22 #define D(x) x macro 24 #define D(x) macro
|
D | tlb.c | 14 #define D(x) macro
|
/linux-4.1.27/crypto/ |
D | cast6_generic.c | 35 #define F1(D, r, m) ((I = ((m) + (D))), (I = rol32(I, (r))), \ argument 37 #define F2(D, r, m) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ argument 39 #define F3(D, r, m) ((I = ((m) - (D))), (I = rol32(I, (r))), \ argument
|
D | cast5_generic.c | 303 #define F1(D, m, r) ((I = ((m) + (D))), (I = rol32(I, (r))), \ argument 305 #define F2(D, m, r) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ argument 307 #define F3(D, m, r) ((I = ((m) - (D))), (I = rol32(I, (r))), \ argument
|
D | wp512.c | 1102 u8 D[64]; in wp384_final() local 1113 u8 D[64]; in wp256_final() local
|
D | tgr192.c | 611 u8 D[64]; in tgr160_final() local 622 u8 D[64]; in tgr128_final() local
|
D | khazad.c | 35 u64 D[KHAZAD_ROUNDS + 1]; member
|
D | anubis.c | 49 u32 D[ANUBIS_MAX_ROUNDS + 1][4]; member
|
/linux-4.1.27/Documentation/laptops/ |
D | dslm.c | 19 #define D(x) x macro 21 #define D(x) macro
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_state.h | 50 #define _NS(D, T, S) \ argument 52 #define _NS2(D, T1, S1, T2, S2) \ argument 55 #define _NS3(D, T1, S1, T2, S2, T3, S3) \ argument
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
D | cvmx-l2c.c | 525 uint64_t D:1; /* Line dirty */ member 542 uint64_t D:1; /* Line dirty */ member 559 uint64_t D:1; /* Line dirty */ member 576 uint64_t D:1; /* Line dirty */ member 593 uint64_t D:1; /* Line dirty */ member
|
/linux-4.1.27/arch/cris/arch-v10/lib/ |
D | dmacopy.c | 8 #define D(x) macro
|
/linux-4.1.27/include/math-emu/ |
D | op-4.h | 29 #define _FP_FRAC_COPY_4(D,S) \ 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 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 288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument
|
D | op-common.h | 820 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument
|
/linux-4.1.27/tools/perf/util/ |
D | ctype.c | 11 D = GIT_DIGIT, enumerator
|
/linux-4.1.27/arch/cris/kernel/ |
D | time.c | 35 #define D(x) macro
|
/linux-4.1.27/arch/ia64/lib/ |
D | memcpy_mck.S | 64 #define D (C + 1) macro 554 #define D r22 macro
|
D | copy_page_mck.S | 96 #define D (C + 3) macro
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 246 D = %ymm3 define 275 D = C define
|
/linux-4.1.27/arch/frv/kernel/ |
D | irq.c | 38 #define set_IRR(N,A,B,C,D) __set_IRR(N, (A << 28) | (B << 24) | (C << 20) | (D << 16)) argument
|
D | setup.c | 124 #define _frac(N,D) ((N)<<4 | (D)) argument
|
/linux-4.1.27/arch/sparc/crypto/ |
D | sha512_glue.c | 137 u8 D[64]; in sha384_sparc64_final() local
|
D | sha256_glue.c | 133 u8 D[SHA256_DIGEST_SIZE]; in sha224_sparc64_final() local
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha512_neon_glue.c | 239 u8 D[SHA512_DIGEST_SIZE]; in sha384_neon_final() local
|
/linux-4.1.27/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha512.c | 218 u8 D[64]; in octeon_sha384_final() local
|
D | octeon-sha256.c | 203 u8 D[SHA256_DIGEST_SIZE]; in octeon_sha224_final() local
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | sha256-spe-glue.c | 185 u32 D[SHA256_DIGEST_SIZE >> 2]; in ppc_spe_sha224_final() local
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha1_avx2_x86_64_asm.S | 103 .set D, REG_D define 326 .set D, C define
|
D | sha1_ssse3_asm.S | 199 .set D, REG_D define
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | channel.h | 36 #define SIGNATURE_32(A, B, C, D) \ argument 38 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
|
/linux-4.1.27/arch/frv/include/asm/ |
D | gpio-regs.h | 58 #define GPDR_GPIO_DIR(X,D) ((D) << (X)) argument
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | i2c.c | 34 #define D(x) macro
|
D | eeprom.c | 35 #define D(x) macro
|
D | gpio.c | 32 #define D(x) macro
|
/linux-4.1.27/arch/powerpc/math-emu/ |
D | math.c | 153 #define D 5 macro
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | i2c.c | 46 #define D(x) macro
|
/linux-4.1.27/arch/cris/arch-v32/mach-a3/ |
D | arbiter.c | 52 #define D(x) macro
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-l2c.h | 59 uint64_t D:1; /* Line dirty */ member
|
/linux-4.1.27/sound/soc/codecs/ |
D | rt286.h | 15 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
D | pcm512x.c | 702 int R, J, D, P; in pcm512x_find_pll_coeff() local
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-fs/ |
D | gpio.c | 52 #define D(x) macro
|
/linux-4.1.27/drivers/crypto/ |
D | padlock-aes.c | 66 u32 *D; member
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-a3/ |
D | gpio.c | 54 #define D(x) macro
|
/linux-4.1.27/drivers/staging/xgifb/ |
D | XGI_main_26.c | 98 int B, C, D, F, temp, j; in XGIfb_mode_rate_to_ddata() local
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | radio.c | 1398 #define LPD(L, P, D) (((L) << 2) | ((P) << 1) | ((D) << 0)) argument
|
/linux-4.1.27/fs/exofs/ |
D | ore.c | 534 u32 D = group_width - parity; in ore_calc_stripe_info() local
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 725 #define DATA(D) (0x00040000 | ((D) & 0xff)) argument 726 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) argument
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | device_main.c | 74 #define DEVICE_PARAM(N, D) argument
|
/linux-4.1.27/drivers/net/cris/ |
D | eth_v10.c | 43 #define D(x) macro
|
/linux-4.1.27/drivers/video/fbdev/ |
D | stifb.c | 384 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
|
/linux-4.1.27/drivers/scsi/ |
D | ncr53c8xx.h | 1241 #define DATA(D) (0x00040000 | ((D) & 0xff)) argument 1242 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) argument
|
/linux-4.1.27/include/linux/ |
D | mISDNif.h | 495 struct mISDNchannel D; member
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | phy_g.c | 1111 #define LPD(L, P, D) (((L) << 2) | ((P) << 1) | ((D) << 0)) argument
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | init.c | 3545 int A, B, C, D, E, F, temp; in SiS_Generic_ConvertCRData() local
|
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/ |
D | drxj.c | 1067 static u32 frac28(u32 N, u32 D) in frac28() 1211 static u32 frac_times1e6(u32 N, u32 D) in frac_times1e6()
|
/linux-4.1.27/drivers/tty/ |
D | nozomi.c | 93 #define D(lvl, args...) do \ macro
|
D | synclink_gt.c | 166 #define dev_to_port(D) (dev_to_hdlc(D)->priv) argument
|
D | synclinkmp.c | 528 #define dev_to_port(D) (dev_to_hdlc(D)->priv) argument
|
D | synclink.c | 715 #define dev_to_port(D) (dev_to_hdlc(D)->priv) argument
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | via-velocity.c | 267 #define VELOCITY_PARAM(N, D) \ argument
|
/linux-4.1.27/drivers/net/wan/ |
D | farsync.c | 483 #define dev_to_port(D) (dev_to_hdlc(D)->priv) argument
|
/linux-4.1.27/net/rxrpc/ |
D | ar-internal.h | 31 #define rxrpc_queue_delayed_work(WS,D) \ argument
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | synclink_cs.c | 384 #define dev_to_port(D) (dev_to_hdlc(D)->priv) argument
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | ppc-opc.c | 236 #define D CT + 1 macro
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_init.c | 2425 uint32_t A, B, C, D, E; in lpfc_sha_iterate() local
|
/linux-4.1.27/sound/pci/riptide/ |
D | riptide.c | 1043 u32 D, M, N; in setsamplerate() local
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 3736 #define D(_y) { .flags = (_y) } macro
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_reg.h | 7617 u8 D[32]; in calc_crc8() local
|