/linux-4.4.14/arch/hexagon/kernel/ |
D | vm_init_segtable.S | 53 #define X __HVM_PDE_S_INVALID macro 60 .word X,X,X,X 61 .word X,X,X,X 62 .word X,X,X,X 63 .word X,X,X,X 64 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X 65 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X 66 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X 67 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X 68 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X [all …]
|
/linux-4.4.14/Documentation/sound/oss/ |
D | MultiSound | 452 X * 453 X * setdigital.c - sets the DIGITAL1 input for a mixer 454 X * 455 X * Copyright (C) 1998 Andrew Veliath 456 X * 457 X * This program is free software; you can redistribute it and/or modify 458 X * it under the terms of the GNU General Public License as published by 459 X * the Free Software Foundation; either version 2 of the License, or 460 X * (at your option) any later version. 461 X * [all …]
|
/linux-4.4.14/arch/frv/include/asm/ |
D | mb93493-regs.h | 18 #define __addr_MB93493(X) ((volatile unsigned long *)(__region_CS3 + (X))) argument 19 #define __get_MB93493(X) ({ *(volatile unsigned long *)(__region_CS3 + (X)); }) argument 21 #define __set_MB93493(X,V) \ argument 23 *(volatile unsigned long *)(__region_CS3 + (X)) = (V); mb(); \ 26 #define __get_MB93493_STSR(X) __get_MB93493(0x3c0 + (X) * 4) argument 27 #define __set_MB93493_STSR(X,V) __set_MB93493(0x3c0 + (X) * 4, (V)) argument 30 #define __addr_MB93493_IQSR(X) __addr_MB93493(0x3d0 + (X) * 4) argument 31 #define __get_MB93493_IQSR(X) __get_MB93493(0x3d0 + (X) * 4) argument 32 #define __set_MB93493_IQSR(X,V) __set_MB93493(0x3d0 + (X) * 4, (V)) argument 34 #define __get_MB93493_DQSR(X) __get_MB93493(0x3e0 + (X) * 4) argument [all …]
|
D | mb-regs.h | 94 #define __set_LEDS(X) \ argument 97 __builtin_write32((void __iomem *) __addr_LEDS(), ~(X)); \ 100 #define __set_LEDS(X) argument 105 #define __set_LCD(B,X) __builtin_write32((volatile void __iomem *) (B), (X)) argument 125 #define LCD_CMD_SET_CG_ADDR(X) (LCD_E|0x040|X) argument 126 #define LCD_CMD_SET_DD_ADDR(X) (LCD_E|0x080|X) argument 128 #define LCD_DATA_WRITE(X) (LCD_E|LCD_RS|(X)) argument 175 #define __set_LEDS(X) __builtin_write8((volatile void __iomem *) __addr_LEDS(), (X)) argument 178 #define __set_FPGATR(X) __builtin_write32((volatile void __iomem *) __addr_FPGATR(), (X)) argument
|
D | gpio-regs.h | 39 #define PDR_GPIO_DATA(X) (1 << (X)) argument 58 #define GPDR_GPIO_DIR(X,D) ((D) << (X)) argument 103 #define PDSR_SET_BIT(X) (1 << (X)) argument 107 #define PDCR_CLEAR_BIT(X) (1 << (X)) argument
|
D | mem-layout.h | 16 #define __UL(X) ((unsigned long) (X)) argument 18 #define __UL(X) (X) argument
|
D | timer-regs.h | 103 #define __TxCKSL_SELECT(X) ((X) << 24) argument
|
D | gdb-stub.h | 134 #define __debug_reg(X) ((unsigned long *) ((unsigned long) &__debug_frame0 + (X))) argument
|
/linux-4.4.14/include/math-emu/ |
D | double.h | 73 #define FP_DECL_D(X) _FP_DECL(2,X) argument 74 #define FP_UNPACK_RAW_D(X,val) _FP_UNPACK_RAW_2(D,X,val) argument 75 #define FP_UNPACK_RAW_DP(X,val) _FP_UNPACK_RAW_2_P(D,X,val) argument 76 #define FP_PACK_RAW_D(val,X) _FP_PACK_RAW_2(D,val,X) argument 77 #define FP_PACK_RAW_DP(val,X) \ argument 80 _FP_PACK_RAW_2_P(D,val,X); \ 83 #define FP_UNPACK_D(X,val) \ argument 85 _FP_UNPACK_RAW_2(D,X,val); \ 86 _FP_UNPACK_CANONICAL(D,2,X); \ 89 #define FP_UNPACK_DP(X,val) \ argument [all …]
|
D | quad.h | 79 #define FP_DECL_Q(X) _FP_DECL(4,X) argument 80 #define FP_UNPACK_RAW_Q(X,val) _FP_UNPACK_RAW_4(Q,X,val) argument 81 #define FP_UNPACK_RAW_QP(X,val) _FP_UNPACK_RAW_4_P(Q,X,val) argument 82 #define FP_PACK_RAW_Q(val,X) _FP_PACK_RAW_4(Q,val,X) argument 83 #define FP_PACK_RAW_QP(val,X) \ argument 86 _FP_PACK_RAW_4_P(Q,val,X); \ 89 #define FP_UNPACK_Q(X,val) \ argument 91 _FP_UNPACK_RAW_4(Q,X,val); \ 92 _FP_UNPACK_CANONICAL(Q,4,X); \ 95 #define FP_UNPACK_QP(X,val) \ argument [all …]
|
D | op-1.h | 28 #define _FP_FRAC_DECL_1(X) _FP_W_TYPE X##_f=0 argument 30 #define _FP_FRAC_SET_1(X,I) (X##_f = I) argument 31 #define _FP_FRAC_HIGH_1(X) (X##_f) argument 32 #define _FP_FRAC_LOW_1(X) (X##_f) argument 33 #define _FP_FRAC_WORD_1(X,w) (X##_f) argument 35 #define _FP_FRAC_ADDI_1(X,I) (X##_f += I) argument 36 #define _FP_FRAC_SLL_1(X,N) \ argument 39 X##_f += X##_f; \ 41 X##_f <<= (N); \ 43 #define _FP_FRAC_SRL_1(X,N) (X##_f >>= N) argument [all …]
|
D | op-common.h | 27 #define _FP_DECL(wc, X) \ argument 28 _FP_I_TYPE X##_c=0, X##_s=0, X##_e=0; \ 29 _FP_FRAC_DECL_##wc(X) 36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument 38 switch (X##_e) \ 41 _FP_FRAC_HIGH_RAW_##fs(X) |= _FP_IMPLBIT_##fs; \ 42 _FP_FRAC_SLL_##wc(X, _FP_WORKBITS); \ 43 X##_e -= _FP_EXPBIAS_##fs; \ 44 X##_c = FP_CLS_NORMAL; \ 48 if (_FP_FRAC_ZEROP_##wc(X)) \ [all …]
|
D | single.h | 62 #define FP_DECL_S(X) _FP_DECL(1,X) argument 63 #define FP_UNPACK_RAW_S(X,val) _FP_UNPACK_RAW_1(S,X,val) argument 64 #define FP_UNPACK_RAW_SP(X,val) _FP_UNPACK_RAW_1_P(S,X,val) argument 65 #define FP_PACK_RAW_S(val,X) _FP_PACK_RAW_1(S,val,X) argument 66 #define FP_PACK_RAW_SP(val,X) \ argument 69 _FP_PACK_RAW_1_P(S,val,X); \ 72 #define FP_UNPACK_S(X,val) \ argument 74 _FP_UNPACK_RAW_1(S,X,val); \ 75 _FP_UNPACK_CANONICAL(S,1,X); \ 78 #define FP_UNPACK_SP(X,val) \ argument [all …]
|
D | op-4.h | 28 #define _FP_FRAC_DECL_4(X) _FP_W_TYPE X##_f[4] argument 32 #define _FP_FRAC_SET_4(X,I) __FP_FRAC_SET_4(X, I) argument 33 #define _FP_FRAC_HIGH_4(X) (X##_f[3]) argument 34 #define _FP_FRAC_LOW_4(X) (X##_f[0]) argument 35 #define _FP_FRAC_WORD_4(X,w) (X##_f[w]) argument 37 #define _FP_FRAC_SLL_4(X,N) \ argument 45 X##_f[_i] = X##_f[_i-_skip]; \ 49 X##_f[_i] = X##_f[_i-_skip] << _up \ 50 | X##_f[_i-_skip-1] >> _down; \ 51 X##_f[_i--] = X##_f[0] << _up; \ [all …]
|
D | op-2.h | 28 #define _FP_FRAC_DECL_2(X) _FP_W_TYPE X##_f0 = 0, X##_f1 = 0 argument 30 #define _FP_FRAC_SET_2(X,I) __FP_FRAC_SET_2(X, I) argument 31 #define _FP_FRAC_HIGH_2(X) (X##_f1) argument 32 #define _FP_FRAC_LOW_2(X) (X##_f0) argument 33 #define _FP_FRAC_WORD_2(X,w) (X##_f##w) argument 35 #define _FP_FRAC_SLL_2(X,N) \ argument 41 X##_f1 = X##_f1 + X##_f1 + (((_FP_WS_TYPE)(X##_f0)) < 0); \ 42 X##_f0 += X##_f0; \ 46 X##_f1 = X##_f1 << (N) | X##_f0 >> (_FP_W_TYPE_SIZE - (N)); \ 47 X##_f0 <<= (N); \ [all …]
|
D | op-8.h | 29 #define _FP_FRAC_DECL_8(X) _FP_W_TYPE X##_f[8] argument 30 #define _FP_FRAC_HIGH_8(X) (X##_f[7]) argument 31 #define _FP_FRAC_LOW_8(X) (X##_f[0]) argument 32 #define _FP_FRAC_WORD_8(X,w) (X##_f[w]) argument 34 #define _FP_FRAC_SLL_8(X,N) \ argument 42 X##_f[_i] = X##_f[_i-_skip]; \ 46 X##_f[_i] = X##_f[_i-_skip] << _up \ 47 | X##_f[_i-_skip-1] >> _down; \ 48 X##_f[_i--] = X##_f[0] << _up; \ 51 X##_f[_i] = 0; \ [all …]
|
D | soft-fp.h | 135 #define _FP_ROUND_NEAREST(wc, X) \ argument 137 if ((_FP_FRAC_LOW_##wc(X) & 15) != _FP_WORK_ROUND) \ 138 _FP_FRAC_ADDI_##wc(X, _FP_WORK_ROUND); \ 141 #define _FP_ROUND_ZERO(wc, X) 0 argument 143 #define _FP_ROUND_PINF(wc, X) \ argument 145 if (!X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \ 146 _FP_FRAC_ADDI_##wc(X, _FP_WORK_LSB); \ 149 #define _FP_ROUND_MINF(wc, X) \ argument 151 if (X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \ 152 _FP_FRAC_ADDI_##wc(X, _FP_WORK_LSB); \ [all …]
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | stanh.S | 8 | Input: Double-extended number X in location pointed to 11 | Output: The value tanh(X) returned in floating-point register Fp0. 23 | 1. If |X| >= (5/2) log2 or |X| <= 2**(-40), go to 3. 25 | 2. (2**(-40) < |X| < (5/2) log2) Calculate tanh(X) by 26 | sgn := sign(X), y := 2|X|, z := expm1(Y), and 27 | tanh(X) = sgn*( z/(2+z) ). 30 | 3. (|X| <= 2**(-40) or |X| >= (5/2) log2). If |X| < 1, 33 | 4. (|X| >= (5/2) log2) If |X| >= 50 log2, go to 6. 35 | 5. ((5/2) log2 <= |X| < 50 log2) Calculate tanh(X) by 36 | sgn := sign(X), y := 2|X|, z := exp(Y), [all …]
|
D | sasin.S | 8 | Input: Double-extended number X in location pointed to 11 | Output: The value arcsin(X) returned in floating-point register Fp0. 23 | 1. If |X| >= 1, go to 3. 25 | 2. (|X| < 1) Calculate asin(X) by 26 | z := sqrt( [1-X][1+X] ) 27 | asin(X) = atan( x / z ). 30 | 3. If |X| > 1, go to 5. 32 | 4. (|X| = 1) sgn := sign(X), return asin(X) := sgn * Pi/2. Exit. 34 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity. 57 |--ASIN(X) = X FOR DENORMALIZED X [all …]
|
D | satan.S | 11 | Output: Arctan(X) returned in floating-point register Fp0. 19 | argument X such that 1/16 < |X| < 16. For the other arguments, 23 | Step 1. If |X| >= 16 or |X| < 1/16, go to Step 5. 25 | Step 2. Let X = sgn * 2**k * 1.xxxxxxxx...x. Note that k = -4, -3,..., or 3. 27 | of X with a bit-1 attached at the 6-th bit position. Define u 28 | to be u = (X-F) / (1 + X*F). 35 | Step 5. If |X| >= 16, go to Step 7. 37 | Step 6. Approximate arctan(X) by an odd polynomial in X. Exit. 39 | Step 7. Define X' = -1/X. Approximate arctan(X') by an odd polynomial in X'. 217 .set X,FP_SCR1 define [all …]
|
D | slog2.S | 5 | logarithm of an input argument X. 13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point 32 | Step 0. If X < 0, create a NaN and raise the invalid operation 37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 38 | Notes: Even if X is denormalized, log(X) is always normalized. 40 | Step 2. Compute log_10(X) = log(X) * (1/log(10)). 47 | Step 0. If X < 0, create a NaN and raise the invalid operation 52 | Step 1. Call sLogN to obtain Y = log(X), the natural log of X. 54 | Step 2. Compute log_10(X) = log(X) * (1/log(10)). 61 | Step 0. If X < 0, create a NaN and raise the invalid operation [all …]
|
D | scosh.S | 8 | Input: Double-extended number X in location pointed to 11 | Output: The value cosh(X) returned in floating-point register Fp0. 23 | 1. If |X| > 16380 log2, go to 3. 25 | 2. (|X| <= 16380 log2) Cosh(X) is obtained by the formulae 26 | y = |X|, z = exp(Y), and 27 | cosh(X) = (1/2)*( z + 1/z ). 30 | 3. (|X| > 16380 log2). If |X| > 16480 log2, go to 5. 32 | 4. (16380 log2 < |X| <= 16480 log2) 33 | cosh(X) = sign(X) * exp(|X|)/2. 34 | However, invoking exp(|X|) may cause premature overflow. [all …]
|
D | ssinh.S | 8 | Input: Double-extended number X in location pointed to 11 | Output: The value sinh(X) returned in floating-point register Fp0. 23 | 1. If |X| > 16380 log2, go to 3. 25 | 2. (|X| <= 16380 log2) Sinh(X) is obtained by the formulae 26 | y = |X|, sgn = sign(X), and z = expm1(Y), 27 | sinh(X) = sgn*(1/2)*( z + z/(1+z) ). 30 | 3. If |X| > 16480 log2, go to 5. 32 | 4. (16380 log2 < |X| <= 16480 log2) 33 | sinh(X) = sign(X) * exp(|X|)/2. 34 | However, invoking exp(|X|) may cause premature overflow. [all …]
|
D | satanh.S | 9 | Input: Double-extended number X in location pointed to 12 | Output: The value arctanh(X) returned in floating-point register Fp0. 24 | 1. If |X| >= 1, go to 3. 26 | 2. (|X| < 1) Calculate atanh(X) by 27 | sgn := sign(X) 28 | y := |X| 30 | atanh(X) := sgn * (1/2) * logp1(z) 33 | 3. If |X| > 1, go to 5. 35 | 4. (|X| = 1) Generate infinity with an appropriate sign and 37 | sgn := sign(X) [all …]
|
D | stwotox.S | 4 | stwotox --- 2**X 5 | stwotoxd --- 2**X for denormalized X 6 | stentox --- 10**X 7 | stentoxd --- 10**X for denormalized X 9 | Input: Double-extended number X in location pointed to 25 | 1. If |X| > 16480, go to ExpBig. 27 | 2. If |X| < 2**(-70), go to ExpSm. 29 | 3. Decompose X as X = N/64 + r where |r| <= 1/128. Furthermore 38 | 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig. 40 | 2. If |X| < 2**(-70), go to ExpSm. [all …]
|
D | sacos.S | 8 | Input: Double-extended number X in location pointed to 11 | Output: The value arccos(X) returned in floating-point register Fp0. 23 | 1. If |X| >= 1, go to 3. 25 | 2. (|X| < 1) Calculate acos(X) by 26 | z := (1-X) / (1+X) 27 | acos(X) = 2 * atan( sqrt(z) ). 30 | 3. If |X| > 1, go to 5. 32 | 4. (|X| = 1) If X > 0, return 0. Otherwise, return Pi. Exit. 34 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity. 57 |--ACOS(X) = PI/2 FOR DENORMALIZED X
|
D | slogn.S | 6 | denormalized number. slognp1 computes log(1+X), and slognp1d 7 | computes log(1+X) for denormalized X. 12 | Output: log(X) or log(1+X) returned in floating-point register Fp0. 20 | argument X such that |X-1| >= 1/16, which is the usual 27 | Step 1. If |X-1| < 1/16, approximate log(X) by an odd polynomial in 28 | u, where u = 2(X-1)/(X+1). Otherwise, move on to Step 2. 30 | Step 2. X = 2**k * Y where 1 <= Y < 2. Define F to be the first seven 37 | Step 4. Reconstruct log(X) = log( 2**k * Y ) = k*log(2) + log(F) + log(1+u) 42 | Step 1: If |X| < 1/16, approximate log(1+X) by an odd polynomial in 43 | u where u = 2X/(2+X). Otherwise, move on to Step 2. [all …]
|
D | setox.S | 6 | number. setoxm1 computes exp(X)-1, and setoxm1d computes 7 | exp(X)-1 for denormalized X. 16 | exp(X) or exp(X)-1 returned in floating-point register fp0. 34 | argument X whose magnitude is less than 16380 log2, which 40 | argument X, 0.25 <= |X| < 70log2. For |X| < 0.25, it takes 52 | Step 2. Return ans := ans + sign(X)*2^(-126). Exit. 60 | 1.1 If |X| >= 2^(-65), go to Step 1.3. 62 | 1.3 If |X| < 16380 log(2), go to Step 2. 66 | compact representation of |X| is used. This format is a 68 | the sign and biased exponent field of |X|; the lower 16 [all …]
|
D | ssin.S | 9 | Input: Double-extended number X in location pointed to 12 | Output: The function value sin(X) or cos(X) returned in Fp0 if SIN or 13 | COS is requested. Otherwise, for SINCOS, sin(X) is returned 14 | in Fp0, and cos(X) is returned in Fp1. 24 | input argument X such that |X| < 15Pi, which is the usual 32 | 2. If |X| >= 15Pi or |X| < 2**(-40), go to 7. 34 | 3. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let 50 | 7. If |X| > 1, go to 9. 52 | 8. (|X|<2**(-40)) If SIN is invoked, return X; otherwise return 1. 54 | 9. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back to 3. [all …]
|
D | stan.S | 8 | Input: Double-extended number X in location pointed to 11 | Output: The value tan(X) returned in floating-point register Fp0. 19 | input argument X such that |X| < 15Pi, which is the usual 24 | 1. If |X| >= 15Pi or |X| < 2**(-40), go to 6. 26 | 2. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let 31 | 4. (k is even) Tan(X) = tan(r) and tan(r) is approximated by a 37 | 4. (k is odd) Tan(X) = -cot(r). Since tan(r) is approximated by a 43 | 6. If |X| > 1, go to 8. 45 | 7. (|X|<2**(-40)) Tan(X) = X. Exit. 47 | 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back to 2. [all …]
|
D | srem_mod.S | 5 | input values X and Y. The entry point sREM computes the floating 6 | point (IEEE) REM of the input values X and Y. 11 | A0. Double-extended value X is located in -12(A0). The values 12 | of X and Y are both nonzero and finite; although either or both 18 | FREM(X,Y) or FMOD(X,Y), depending on entry point. 23 | Step 1. Save and strip signs of X and Y: signX := sign(X), 24 | signY := sign(Y), X := |X|, Y := |Y|, 28 | Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0. 30 | R := X, go to Step 4. 32 | R := 2^(-L)X, j := L. [all …]
|
D | sint.S | 13 | number X in the ETEMP space in the floating-point 15 | (Entry point sintdo) Double-extended number X in 18 | number X in the ETEMP space in the floating-point 21 | Output: The function returns int(X) or intrz(X) in fp0. 27 | 1. If exp(X) >= 63, return X. 28 | If exp(X) < 0, return +/- 0 or +/- 1, according to 31 | 2. (X is in range) set rsc = 63 - exp(X). Unnormalize the 42 | Sign(X) 202 | ;then return X to the user 222 | ;input a0 ptr to ext X
|
D | bindec.S | 28 | A2. Set X = abs(input). 59 | of ISCALE and X. A table is given in the code. 67 | A9. Scale X -> Y. 208 | A2. Set X = abs(input). 214 andil #0x7fffffff,FP_SCR2(%a6) |create abs(X) 238 | F_SCR2:Abs(X)/Abs(X) with $3fff exponent 240 | L_SCR2:first word of X packed/Unchanged 301 | F_SCR2:Abs(X) with $3fff exponent/Unchanged 303 | L_SCR2:first word of X packed/Unchanged 338 | FPCR[6:5] LAMBDA SIGN(X) FPCR[6:5] [all …]
|
/linux-4.4.14/arch/sparc/crypto/ |
D | des_asm.S | 307 #define DES3_LOOP_BODY(X) \ argument 308 DES_IP(X, X) \ 309 DES_ROUND(0, 2, X, X) \ 310 DES_ROUND(4, 6, X, X) \ 311 DES_ROUND(8, 10, X, X) \ 312 DES_ROUND(12, 14, X, X) \ 313 DES_ROUND(16, 18, X, X) \ 316 DES_ROUND(20, 22, X, X) \ 319 DES_ROUND(24, 26, X, X) \ 322 DES_ROUND(28, 30, X, X) \ [all …]
|
/linux-4.4.14/arch/sh/include/asm/ |
D | sfp-machine.h | 33 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 34 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) 35 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 36 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 37 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 38 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 40 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument 41 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument 42 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument 57 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument [all …]
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | sfp-machine_64.h | 32 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 33 _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y) 34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 39 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm) argument 40 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(D,R,X,Y) argument 41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument 59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument [all …]
|
D | sfp-machine_32.h | 34 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) 36 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 38 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 39 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 41 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument 42 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument 43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument 61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument [all …]
|
D | io_32.h | 130 #define ioremap_nocache(X,Y) ioremap((X),(Y)) argument 131 #define ioremap_wc(X,Y) ioremap((X),(Y)) argument 132 #define ioremap_wt(X,Y) ioremap((X),(Y)) argument
|
D | page_64.h | 40 #define clear_page(X) _clear_page((void *)(X)) argument 43 #define copy_page(X,Y) memcpy((void *)(X), (void *)(Y), PAGE_SIZE) argument
|
D | io_64.h | 403 #define ioremap_nocache(X,Y) ioremap((X),(Y)) argument 404 #define ioremap_wc(X,Y) ioremap((X),(Y)) argument 405 #define ioremap_wt(X,Y) ioremap((X),(Y)) argument
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
D | mcontext.c | 9 #define COPY2(X,Y) regs->gp[X] = mc->gregs[REG_##Y] in get_regs_from_mc() argument 10 #define COPY(X) regs->gp[X] = mc->gregs[REG_##X] in get_regs_from_mc() argument 11 #define COPY_SEG(X) regs->gp[X] = mc->gregs[REG_##X] & 0xffff; in get_regs_from_mc() argument 12 #define COPY_SEG_CPL3(X) regs->gp[X] = (mc->gregs[REG_##X] & 0xffff) | 3; in get_regs_from_mc() argument 19 #define COPY2(X,Y) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##Y] in get_regs_from_mc() 20 #define COPY(X) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##X] in get_regs_from_mc()
|
/linux-4.4.14/drivers/staging/skein/ |
D | skein_block.c | 61 X##p0 += X##p1; \ 62 X##p1 = rotl_64(X##p1, ROT##_0); \ 63 X##p1 ^= X##p0; \ 64 X##p2 += X##p3; \ 65 X##p3 = rotl_64(X##p3, ROT##_1); \ 66 X##p3 ^= X##p2; \ 138 X##p0 += X##p1; \ 139 X##p1 = rotl_64(X##p1, ROT##_0); \ 140 X##p1 ^= X##p0; \ 141 X##p2 += X##p3; \ [all …]
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stv0367_priv.h | 42 #define ABS(X) ((X) < 0 ? (-1 * (X)) : (X)) argument 43 #define MAX(X, Y) ((X) >= (Y) ? (X) : (Y)) argument 44 #define MIN(X, Y) ((X) <= (Y) ? (X) : (Y)) argument 45 #define INRANGE(X, Y, Z) \ argument 46 ((((X) <= (Y)) && ((Y) <= (Z))) || \ 47 (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0) 50 #define MAKEWORD(X, Y) (((X) << 8) + (Y)) argument 53 #define LSB(X) (((X) & 0xff)) argument
|
D | stv0900_priv.h | 31 #define ABS(X) ((X) < 0 ? (-1 * (X)) : (X)) argument 32 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ argument 33 || (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0) 36 #define MAKEWORD(X, Y) (((X) << 8) + (Y)) argument 39 #define LSB(X) (((X) & 0xFF)) argument
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha256-armv4.pl | 284 my @X=map("q$_",(0..3)); 305 &vext_8 ($T0,@X[0],@X[1],4); # X[1..4] 309 &vext_8 ($T1,@X[2],@X[3],4); # X[9..12] 316 &vadd_i32 (@X[0],@X[0],$T1); # X[0..3] += X[9..12] 334 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[0]); 340 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[0]); 343 &vshr_u32 ($T5,&Dhi(@X[3]),$sigma1[2]); 346 &vadd_i32 (@X[0],@X[0],$T1); # X[0..3] += sigma0(X[1..4]) 352 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[1]); 355 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[1]); [all …]
|
D | sha512-armv4.pl | 494 my @X=map("d$_",(0..15)); 505 vld1.64 {@X[$i%16]},[$inp]! @ handles unaligned 520 vrev64.8 @X[$i],@X[$i] 531 vadd.i64 $K,@X[$i%16] 551 my @X=map("q$_",(0..7)); # view @X as 128-bit vector 557 vshr.u64 $t0,@X[($i+7)%8],#@sigma1[0] 558 vshr.u64 $t1,@X[($i+7)%8],#@sigma1[1] 560 vshr.u64 $s1,@X[($i+7)%8],#@sigma1[2] 561 vsli.64 $t0,@X[($i+7)%8],#`64-@sigma1[0]` 562 vext.8 $s0,@X[$i%8],@X[($i+1)%8],#8 @ X[i+1] [all …]
|
D | sha1-armv4-large.S | 92 add r7,r7,r9 @ E+=X[i] 117 add r6,r6,r9 @ E+=X[i] 142 add r5,r5,r9 @ E+=X[i] 167 add r4,r4,r9 @ E+=X[i] 192 add r3,r3,r9 @ E+=X[i] 220 add r7,r7,r9 @ E+=X[i] 238 add r6,r6,r9 @ E+=X[i] 255 add r5,r5,r9 @ E+=X[i] 272 add r4,r4,r9 @ E+=X[i] 289 add r3,r3,r9 @ E+=X[i] [all …]
|
D | sha256-core.S_shipped | 106 sub sp,sp,#16*4 @ alloca(X[16]) 142 add r11,r11,r2 @ h+=X[i] 200 add r10,r10,r2 @ h+=X[i] 258 add r9,r9,r2 @ h+=X[i] 316 add r8,r8,r2 @ h+=X[i] 374 add r7,r7,r2 @ h+=X[i] 432 add r6,r6,r2 @ h+=X[i] 490 add r5,r5,r2 @ h+=X[i] 548 add r4,r4,r2 @ h+=X[i] 606 add r11,r11,r2 @ h+=X[i] [all …]
|
/linux-4.4.14/include/video/ |
D | sstfb.h | 20 # define dprintk(X...) printk("sstfb: " X) argument 25 # define dprintk(X...) argument 32 # define r_dprintk(X...) dprintk(X) argument 34 # define r_dprintk(X...) argument 37 # define r_ddprintk(X...) dprintk(" " X) argument 39 # define r_ddprintk(X...) argument 43 # define f_dprintk(X...) dprintk(X) argument 45 # define f_dprintk(X...) argument 48 # define f_ddprintk(X...) dprintk(" " X) argument 50 # define f_ddprintk(X...) argument [all …]
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | sfp-machine.h | 32 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 33 _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y) 34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 39 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm) argument 40 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv(D,R,X,Y) argument 41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument 55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument [all …]
|
/linux-4.4.14/include/uapi/linux/ |
D | const.h | 16 #define _AC(X,Y) X argument 17 #define _AT(T,X) X argument 19 #define __AC(X,Y) (X##Y) argument 20 #define _AC(X,Y) __AC(X,Y) argument 21 #define _AT(T,X) ((T)(X)) argument
|
D | securebits.h | 8 #define issecure_mask(X) (1 << (X)) argument
|
/linux-4.4.14/arch/s390/include/asm/ |
D | sfp-machine.h | 34 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) 36 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 38 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 39 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 41 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument 42 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument 43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument 58 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument [all …]
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | intctl-regs.h | 22 #define GxICR(X) \ argument 23 __SYSREG(0xd4000000 + (X) * 4 + \ 24 (((X) >= 64) && ((X) < 192)) * 0xf00, u16) 26 #define GxICR_u8(X) \ argument 27 __SYSREG(0xd4000000 + (X) * 4 + \ 28 (((X) >= 64) && ((X) < 192)) * 0xf00, u8) 67 #define XIRQxICR(X) GxICR((X)) /* external interrupt control regs */ argument
|
D | busctl-regs.h | 76 #define SBBASE(X) __SYSREG(0xd8c00100 + (X) * 0x10, u32) /* SBC base addr regs */ argument 81 #define SBCNTRL0(X) __SYSREG(0xd8c00200 + (X) * 0x10, u32) /* SBC bank ctrl0 regs */ argument 89 #define SBCNTRL1(X) __SYSREG(0xd8c00204 + (X) * 0x10, u32) /* SBC bank ctrl1 regs */ argument 97 #define SBCNTRL2(X) __SYSREG(0xd8c00208 + (X) * 0x10, u32) /* SBC bank ctrl2 regs */ argument 119 #define SDBASE(X) __SYSREG(0xda000008 + (X) * 0x4, u32) /* MBC base addr regs */ argument
|
/linux-4.4.14/crypto/ |
D | fcrypt.c | 241 } X; in fcrypt_encrypt() local 243 memcpy(&X, src, sizeof(X)); in fcrypt_encrypt() 245 F_ENCRYPT(X.r, X.l, ctx->sched[0x0]); in fcrypt_encrypt() 246 F_ENCRYPT(X.l, X.r, ctx->sched[0x1]); in fcrypt_encrypt() 247 F_ENCRYPT(X.r, X.l, ctx->sched[0x2]); in fcrypt_encrypt() 248 F_ENCRYPT(X.l, X.r, ctx->sched[0x3]); in fcrypt_encrypt() 249 F_ENCRYPT(X.r, X.l, ctx->sched[0x4]); in fcrypt_encrypt() 250 F_ENCRYPT(X.l, X.r, ctx->sched[0x5]); in fcrypt_encrypt() 251 F_ENCRYPT(X.r, X.l, ctx->sched[0x6]); in fcrypt_encrypt() 252 F_ENCRYPT(X.l, X.r, ctx->sched[0x7]); in fcrypt_encrypt() [all …]
|
/linux-4.4.14/arch/mn10300/proc-mn2ws0050/include/proc/ |
D | intctl-regs.h | 14 #define __GET_XIRQ_TRIGGER(X, Z) (((Z) >> ((X) * 2)) & 3) argument 16 #define __SET_XIRQ_TRIGGER(X, Y, Z) \ argument 19 x &= ~(3 << ((X) * 2)); \ 20 x |= ((Y) & 3) << ((X) * 2); \ 26 #define GET_XIRQ_TRIGGER(X) __GET_XIRQ_TRIGGER(X, EXTMD0) argument 27 #define SET_XIRQ_TRIGGER(X, Y) __SET_XIRQ_TRIGGER(X, Y, EXTMD0) argument
|
D | smp-regs.h | 31 #define CROSS_GxICR(X, CPU) __SYSREG(0xc4000000 + (X) * 4 + \ argument 32 ((X) >= 64 && (X) < 192) * 0xf00 + ((CPU) << CROSS_ICR_CPU_SHIFT), u16) 33 #define CROSS_GxICR_u8(X, CPU) __SYSREG(0xc4000000 + (X) * 4 + \ argument 34 (((X) >= 64) && ((X) < 192)) * 0xf00 + ((CPU) << CROSS_ICR_CPU_SHIFT), u8)
|
/linux-4.4.14/arch/mn10300/proc-mn103e010/include/proc/ |
D | intctl-regs.h | 14 #define __GET_XIRQ_TRIGGER(X, Z) (((Z) >> ((X) * 2)) & 3) argument 16 #define __SET_XIRQ_TRIGGER(X, Y, Z) \ argument 19 x &= ~(3 << ((X) * 2)); \ 20 x |= ((Y) & 3) << ((X) * 2); \ 26 #define GET_XIRQ_TRIGGER(X) __GET_XIRQ_TRIGGER(X, EXTMD) argument 27 #define SET_XIRQ_TRIGGER(X, Y) __SET_XIRQ_TRIGGER(X, Y, EXTMD) argument
|
/linux-4.4.14/firmware/dsp56k/ |
D | bootstrap.asm | 38 ; ; Zero 16384 DSP X and Y words 43 ; move A,X:(r0)+ B,Y:(r4)+ 57 _copy movep #4,X:<<M_HCR 58 movep #$c00,X:<<M_IPR 65 movep #1,X:<<M_PBC 66 movep #0,X:<<M_BCR 68 next jclr #0,X:<<M_HSR,* 69 movep X:<<M_HRX,A 74 jclr #0,X:<<M_HSR,_get_address 75 movep X:<<M_HRX,r0 [all …]
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec.h | 287 #define FEC_R_DES_START(X) (((X) == 1) ? FEC_R_DES_START_1 : \ argument 288 (((X) == 2) ? \ 290 #define FEC_X_DES_START(X) (((X) == 1) ? FEC_X_DES_START_1 : \ argument 291 (((X) == 2) ? \ 293 #define FEC_R_BUFF_SIZE(X) (((X) == 1) ? FEC_R_BUFF_SIZE_1 : \ argument 294 (((X) == 2) ? \ 296 #define FEC_R_DES_ACTIVE(X) (((X) == 1) ? FEC_R_DES_ACTIVE_1 : \ argument 297 (((X) == 2) ? \ 299 #define FEC_X_DES_ACTIVE(X) (((X) == 1) ? FEC_X_DES_ACTIVE_1 : \ argument 300 (((X) == 2) ? \ [all …]
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | sfp-machine.h | 82 #define _FP_MUL_MEAT_S(R,X,Y) _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) argument 83 #define _FP_MUL_MEAT_D(R,X,Y) _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) argument 85 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(S,R,X,Y) argument 86 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument 144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 147 && !(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \ 149 R##_s = X##_s; \ 150 _FP_FRAC_COPY_##wc(R,X); \ 167 #define __FP_PACK_S(val,X) \ argument 168 ({ int __exc = _FP_PACK_CANONICAL(S,1,X); \ [all …]
|
/linux-4.4.14/include/asm-generic/ |
D | module.h | 27 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) argument 28 #define ELF_R_SYM(X) ELF64_R_SYM(X) argument 44 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) argument 45 #define ELF_R_SYM(X) ELF32_R_SYM(X) argument
|
/linux-4.4.14/net/x25/ |
D | Kconfig | 2 # CCITT X.25 Packet Layer 6 tristate "CCITT X.25 Packet Layer" 8 X.25 is a set of standardized network protocols, similar in scope to 9 frame relay; the one physical line from your box to the X.25 network 11 (called "virtual circuits") to other computers connected to the X.25 14 countries have public X.25 networks. X.25 consists of two 19 You can read more about X.25 at <http://www.sangoma.com/tutorials/x25/> and 20 <http://docwiki.cisco.com/wiki/X.25>. 21 Information about X.25 for Linux is contained in the files 25 One connects to an X.25 network either with a dedicated network card [all …]
|
/linux-4.4.14/security/apparmor/include/ |
D | apparmorfs.h | 89 #define ns_dir(X) ((X)->dents[AAFS_NS_DIR]) argument 90 #define ns_subns_dir(X) ((X)->dents[AAFS_NS_NS]) argument 91 #define ns_subprofs_dir(X) ((X)->dents[AAFS_NS_PROFS]) argument 93 #define prof_dir(X) ((X)->dents[AAFS_PROF_DIR]) argument 94 #define prof_child_dir(X) ((X)->dents[AAFS_PROF_PROFS]) argument
|
D | match.h | 74 #define ACCEPT1_FLAGS(X) ((X) & 0x3f) argument 75 #define ACCEPT2_FLAGS(X) ACCEPT1_FLAGS((X) >> YYTD_ID_ACCEPT2) argument 76 #define TO_ACCEPT1_FLAG(X) ACCEPT1_FLAGS(X) argument 77 #define TO_ACCEPT2_FLAG(X) (ACCEPT1_FLAGS(X) << YYTD_ID_ACCEPT2) argument 102 #define byte_to_byte(X) (X) argument
|
D | file.h | 97 #define COMBINED_PERM_MASK(X) ((X).allow | (X).audit | (X).quiet | (X).kill) argument
|
D | policy.h | 47 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2) argument 257 #define unconfined(X) ((X)->mode == APPARMOR_UNCONFINED) argument
|
D | context.h | 24 #define cred_cxt(X) (X)->security argument
|
/linux-4.4.14/Documentation/laptops/ |
D | asus-laptop.txt | 22 Kernel 2.6.X sources, configured for your computer, with ACPI support. 118 + 0001 + 1 + + + + X + 120 + 0010 + 2 + + + X + + 122 + 0011 + 3 + + + X + X + 124 + 0100 + 4 + + X + + + 126 + 0101 + 5 + + X + + X + 128 + 0110 + 6 + + X + X + + 130 + 0111 + 7 + + X + X + X + 132 + 1000 + 8 + X + + + + 134 + 1001 + 9 + X + + + X + [all …]
|
/linux-4.4.14/Documentation/input/ |
D | cma3000_d0x.txt | 21 Measurement Mode: This mode is used to read the acceleration data on X,Y,Z 41 fuzz_x: Noise on X Axis 65 Event code 0 (X) 105 X: X * 71mg (8G Range) 106 X: X * 18mg (2G Range) 109 X: (X & 0x70) * 100 ms (MDTMR) 110 (X & 0x0F) * 2.5 ms (FFTMR 400 Hz) 111 (X & 0x0F) * 10 ms (FFTMR 100 Hz) 114 X: (X >> 2) * 18mg (2G Range) 115 X: (X & 0x0F) * 71 mg (8G Range)
|
D | sentelic.txt | 18 1 |Y|X|y|x|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 | | |B|F|W|W|W|W| 22 Bit6 => X overflow 24 Bit4 => X sign bit 29 Byte 2: X Movement(9-bit 2's complement integers) 47 1 |Y|X|y|x|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 | | |B|F|r|l|u|d| 51 Bit6 => X overflow 53 Bit4 => X sign bit 58 Byte 2: X Movement(9-bit 2's complement integers) 87 1 |0|1|V|1|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 |r|l|d|u|X|X|Y|Y| 99 Byte 2: X coordinate (xpos[9:2]) [all …]
|
D | multi-touch-protocol.txt | 228 surface units. If the surface has an X times Y resolution, the largest 229 possible value of ABS_MT_TOUCH_MAJOR is sqrt(X^2 + Y^2), the diagonal [4]. 272 right. When completely aligned with the X axis, the range max should be 288 The surface X coordinate of the center of the touching ellipse. 296 The surface X coordinate of the center of the approaching tool. Omit if 347 cannot be obtained. Assuming X and Y are the lengths of the sides of the 351 ABS_MT_TOUCH_MAJOR := max(X, Y) 352 ABS_MT_TOUCH_MINOR := min(X, Y) 353 ABS_MT_ORIENTATION := bool(X > Y) 357 finger along the X axis (1). [all …]
|
/linux-4.4.14/Documentation/isdn/ |
D | README.x25 | 2 X.25 support within isdn4linux 15 - If you connect to an X.25 neighbour not operated by yourself, ASK the 32 The ITU-T (former CCITT) X.25 network protocol layer has been implemented 34 useful to run X.25 on top of ISDN. If you want to try it, select 36 "CCITT X.25 Packet Layer" 40 "ISDN Support" and "X.25 PLP on Top of ISDN" 51 For testing, it is recommended that all isdn drivers and the X.25 PLP 60 X.25 on top of isdn might be useful with two different scenarios: 62 - You might want to access a public X.25 data network from your Linux box. 63 You can use i4l if you were physically connected to the X.25 switch [all …]
|
/linux-4.4.14/fs/cachefiles/ |
D | internal.h | 315 #define ASSERT(X) \ argument 317 if (unlikely(!(X))) { \ 324 #define ASSERTCMP(X, OP, Y) \ argument 326 if (unlikely(!((X) OP (Y)))) { \ 330 (unsigned long)(X), (unsigned long)(Y)); \ 335 #define ASSERTIF(C, X) \ argument 337 if (unlikely((C) && !(X))) { \ 344 #define ASSERTIFCMP(C, X, OP, Y) \ argument 346 if (unlikely((C) && !((X) OP (Y)))) { \ 350 (unsigned long)(X), (unsigned long)(Y)); \ [all …]
|
/linux-4.4.14/drivers/staging/iio/Documentation/dac/ |
D | max517 | 21 One output channel X 22 Two output channels X X 23 Simultaneous output updates X X 24 Supply voltage as reference X 25 Separate reference input X 26 Reference input for each DAC X
|
/linux-4.4.14/arch/mips/include/asm/ |
D | module.h | 44 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) argument 45 #define ELF_R_SYM(X) ELF32_R_SYM(X) argument 62 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) argument 63 #define ELF_R_SYM(X) ELF64_R_SYM(X) argument
|
/linux-4.4.14/lib/ |
D | cordic.c | 23 #define FIXED(X) ((s32)((X) << CORDIC_PRECISION_SHIFT)) argument 24 #define FLOAT(X) (((X) >= 0) \ argument 25 ? ((((X) >> (CORDIC_PRECISION_SHIFT - 1)) + 1) >> 1) \ 26 : -((((-(X)) >> (CORDIC_PRECISION_SHIFT - 1)) + 1) >> 1))
|
/linux-4.4.14/arch/um/include/shared/ |
D | as-layout.h | 25 #define _UML_AC(X, Y) (Y) argument 27 #define __UML_AC(X, Y) (X(Y)) argument 28 #define _UML_AC(X, Y) __UML_AC(X, Y) argument
|
/linux-4.4.14/Documentation/watchdog/ |
D | wdt.txt | 37 Reboot Timer X X 38 External Reboot X X 40 Temperature X o 41 Fan Speed X o 42 Power Under X o 43 Power Over X o 44 Overheat X o
|
/linux-4.4.14/fs/fscache/ |
D | internal.h | 421 #define ASSERT(X) \ argument 423 if (unlikely(!(X))) { \ 430 #define ASSERTCMP(X, OP, Y) \ argument 432 if (unlikely(!((X) OP (Y)))) { \ 436 (unsigned long)(X), (unsigned long)(Y)); \ 441 #define ASSERTIF(C, X) \ argument 443 if (unlikely((C) && !(X))) { \ 450 #define ASSERTIFCMP(C, X, OP, Y) \ argument 452 if (unlikely((C) && !((X) OP (Y)))) { \ 456 (unsigned long)(X), (unsigned long)(Y)); \ [all …]
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | rsa.c | 76 #define _(X) { RSA_digest_info_##X, sizeof(RSA_digest_info_##X) } argument 127 u8 *X; in RSA_I2OSP() local 138 X = mpi_get_buffer(x, &X_size, &X_sign); in RSA_I2OSP() 139 if (!X) in RSA_I2OSP() 142 kfree(X); in RSA_I2OSP() 146 kfree(X); in RSA_I2OSP() 150 *pX = X; in RSA_I2OSP()
|
D | pkcs7.asn1 | 46 certificate Certificate, -- X.509 60 Certificate ::= ANY ({ pkcs7_extract_cert }) -- X.509 126 --- X.500 Name
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
D | registers.h | 60 #define __OFFSET(X,N) ((X)+(N)*4) argument 61 #define __OFFSETC(X,N) xxxxxxxxxxxxxxxxxxxxxxxx argument 63 #define __OFFSET(X,N) ((X)+(N)*4) argument 64 #define __OFFSETC(X,N) ((X)+(N)) argument
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 4906 # fp0 = sin(X) or cos(X) # 4908 # For ssincos(X): # 4909 # fp0 = sin(X) # 4910 # fp1 = cos(X) # 4923 # 2. If |X| >= 15Pi or |X| < 2**(-40), go to 7. # 4925 # 3. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let # 4942 # 7. If |X| > 1, go to 9. # 4944 # 8. (|X|<2**(-40)) If SIN is invoked, return X; # 4947 # 9. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, # 4951 # 1. If |X| >= 15Pi or |X| < 2**(-40), go to 6. # [all …]
|
D | fpsp.S | 5191 fmov.x %fp0,X(%a6) # X IS R 5203 eor.l %d1,X(%a6) # X IS NOW R'= SGN*R 5230 fadd.x X(%a6),%fp0 # last inst - possible exception set 5287 fmul.x X(%a6),%fp0 5298 #--IF |X| > 15PI, WE USE THE GENERAL ARGUMENT REDUCTION. 5299 #--IF |X| < 2**(-40), RETURN X OR 1. 5316 fmov.x X(%a6),%fp0 # last inst - possible exception set 5327 #--SIN(X) = X FOR DENORMALIZED X 5333 #--COS(X) = 1 FOR DENORMALIZED X 5346 fmov.x %fp0,X(%a6) [all …]
|
/linux-4.4.14/Documentation/networking/ |
D | x25.txt | 1 Linux X.25 Project 4 write an X.25 implementation for Linux. My aim is to provide a complete X.25 5 Packet Layer and a LAPB module to allow for "normal" X.25 to be run using 6 Linux. There are two sorts of X.25 cards available, intelligent ones that 15 unintelligent X.25 card drivers and not by intelligent ones, this would 19 written which will allow X.25 to be run over an Ethernet (or Token Ring) and 27 option appeared, XOT. This allows X.25 Packet Layer frames to operate over 33 development and use of Linux X.25. It is early days yet, but interested
|
D | s2io.txt | 1 Release notes for Neterion's (Formerly S2io) Xframe I/II PCI-X 10GbE driver. 14 This Linux driver supports Neterion's Xframe I PCI-X 1.0 and 15 Xframe II PCI-X 2.0 adapters. It supports several features 16 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on. 32 driver version, interface name(eth3, eth4), Interrupt type(INTA, MSI, MSI-X). 33 In case of Xframe II, the PCI/PCI-X bus width and frequency are displayed 51 d. MSI/MSI-X. Can be enabled on platforms which support this feature 83 Specifies interrupt type. Possible values 0(INTA), 2(MSI-X)
|
D | x25-iface.txt | 1 X.25 Device Driver Interface 1.1 5 This is a description of the messages to be passed between the X.25 Packet 6 Layer and the X.25 device driver. They are designed to allow for the easy 9 The X.25 device driver will be coded normally as per the Linux device driver 10 standards. Most X.25 device drivers will be moderately similar to the 12 X.25 device driver has a state associated with it, and this information 73 The X.25 packet layer protocol depends on a reliable datalink service. 84 The X.25 packet layer protocol will detect this and reset the virtual
|
D | operstates.txt | 11 a site's networking policy and configuration, an 802.1X authentication 15 Thanks to 802.1X, userspace must be granted the possibility to 62 protocol to establish. (802.1X) 138 So basically a 802.1X supplicant interacts with the kernel like this: 145 -do 802.1X, eventually abort if flags go down again 149 -set interface back to IF_OPER_DORMANT if 802.1X reauthentication
|
/linux-4.4.14/arch/mn10300/unit-asb2305/ |
D | pci.c | 60 #define CONFIG_DATAL(X) (*(volatile __u32 *) 0xBFFFFFFC) argument 61 #define CONFIG_DATAW(X) (*(volatile __u16 *) (0xBFFFFFFC + ((X) & 2))) argument 62 #define CONFIG_DATAB(X) (*(volatile __u8 *) (0xBFFFFFFC + ((X) & 3))) argument 64 #define BRIDGEREGB(X) (*(volatile __u8 *) (0xBE040000 + (X))) argument 65 #define BRIDGEREGW(X) (*(volatile __u16 *) (0xBE040000 + (X))) argument 66 #define BRIDGEREGL(X) (*(volatile __u32 *) (0xBE040000 + (X))) argument 429 #define __set_RAP(X) do { RAP = (X); x = RAP; } while (0) in unit_disable_pcnet() argument 430 #define __set_RDP(X) do { RDP = (X); x = RDP; } while (0) in unit_disable_pcnet() argument
|
/linux-4.4.14/net/rxrpc/ |
D | ar-internal.h | 15 #define CHECK_SLAB_OKAY(X) \ 16 BUG_ON(atomic_read((X)) >> (sizeof(atomic_t) - 2) == \ 19 #define CHECK_SLAB_OKAY(X) do {} while(0) argument 690 #define ASSERT(X) \ argument 692 if (unlikely(!(X))) { \ 699 #define ASSERTCMP(X, OP, Y) \ argument 701 if (unlikely(!((X) OP (Y)))) { \ 705 (unsigned long)(X), (unsigned long)(Y)); \ 707 (unsigned long)(X), (unsigned long)(Y)); \ 712 #define ASSERTIF(C, X) \ argument [all …]
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | ppc-opc.c | 1662 #define X(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x3ff) << 1)) macro 1668 #define XRC(op, xop, rc) (X ((op), (xop)) | ((rc) & 1)) 1704 #define XOPL(op, xop, l) (X ((op), (xop)) | ((((unsigned long)(l)) & 1) << 21)) 1714 #define XTO(op, xop, to) (X ((op), (xop)) | ((((unsigned long)(to)) & 0x1f) << 21)) 1718 #define XTLB(op, xop, sh) (X ((op), (xop)) | ((((unsigned long)(sh)) & 0x1f) << 11)) 1722 #define XSYNC(op, xop, l) (X ((op), (xop)) | ((((unsigned long)(l)) & 3) << 21)) 1731 #define XDSS(op, xop, a) (X ((op), (xop)) | ((((unsigned long)(a)) & 1) << 25)) 1798 (X ((op), (xop)) | ((((unsigned long)(fxm)) & 0xff) << 12) \ 1803 …(X ((op), (xop)) | ((((unsigned long)(spr)) & 0x1f) << 16) | ((((unsigned long)(spr)) & 0x3e0) << … 1935 { "attn", X(0,256), X_MASK, POWER4, { 0 } }, [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | fsl,pci.txt | 1 * Bus Enumeration by Freescale PCI-X Agent 3 Typically any Freescale PCI-X bridge hardware strapped into Agent mode 5 all mezzanines to be PCI-X Agents, but one per system may still 8 The property defined below will allow a PCI-X bridge to be used for bus 17 /* PCI-X bridge known to be PrPMC Monarch */
|
D | xgene-pci-msi.txt | 1 * AppliedMicro X-Gene v1 PCIe MSI controller 6 X-Gene v1 PCIe MSI controller block. 7 - msi-controller: indicates that this is X-Gene v1 PCIe MSI controller node
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 14 to change your driver to use MSI or MSI-X and some basic diagnostics to 24 in PCI 3.0 to allow each interrupt to be masked individually. The MSI-X 28 Devices may support both MSI and MSI-X, but only one can be enabled at 67 driver has to set up the device to use MSI or MSI-X. Not all machines 73 To support MSI or MSI-X, the kernel must be built with the CONFIG_PCI_MSI 127 handle such devices for MSI-X - the same logic applies to MSI. 163 enable a particular number of MSI-X interrupts, pci_enable_msi_range() 227 4.3 Using MSI-X 229 The MSI-X capability is much more flexible than the MSI capability. 252 MSI-X interrupts within specified range from 'minvec' to 'maxvec'. [all …]
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 30 #define QLC_DCB_GET_TC_PRIO(X, P) ((X >> (P * 3)) & 0x7) argument 31 #define QLC_DCB_GET_PGID_PRIO(X, P) ((X >> (P * 8)) & 0xff) argument 32 #define QLC_DCB_GET_BWPER_PG(X, P) ((X >> (P * 8)) & 0xff) argument 33 #define QLC_DCB_GET_TSA_PG(X, P) ((X >> (P * 8)) & 0xff) argument 34 #define QLC_DCB_GET_PFC_PRIO(X, P) (((X >> 24) >> P) & 0x1) argument 35 #define QLC_DCB_GET_PROTO_ID_APP(X) ((X >> 8) & 0xffff) argument 36 #define QLC_DCB_GET_SELECTOR_APP(X) (X & 0xff) argument 42 #define QLC_83XX_DCB_GET_NUMAPP(X) ((X >> 2) & 0xf) argument 43 #define QLC_83XX_DCB_TSA_VALID(X) (X & 0x1) argument 44 #define QLC_83XX_DCB_PFC_VALID(X) ((X >> 1) & 0x1) argument [all …]
|
/linux-4.4.14/arch/sparc/net/ |
D | bpf_jit_comp.c | 42 #define S13(X) ((X) & 0x1fff) argument 44 #define RD(X) ((X) << 25) argument 45 #define RS1(X) ((X) << 14) argument 46 #define RS2(X) ((X)) argument 47 #define OP(X) ((X) << 30) argument 48 #define OP2(X) ((X) << 22) argument 49 #define OP3(X) ((X) << 19) argument 50 #define COND(X) ((X) << 25) argument 51 #define F1(X) OP(X) argument 52 #define F2(X, Y) (OP(X) | OP2(Y)) argument [all …]
|
/linux-4.4.14/arch/m68k/lib/ |
D | checksum.c | 294 #define STR(X) STR1(X) in csum_partial_copy_from_user() argument 295 #define STR1(X) #X in csum_partial_copy_from_user() argument
|
/linux-4.4.14/Documentation/power/ |
D | video.txt | 55 (5) radeon systems, where X can soft-boot your video card. You'll need 56 a new enough X, and a plain text console (no vesafb or radeonfb). See 72 initialize the display in console mode. If you are in X, you can switch 73 to a virtual terminal and back to X using CTRL+ALT+F1 - CTRL+ALT+F7 to get 84 your video card (good luck getting docs :-(). Maybe suspending from X 85 (proper X, knowing your hardware, not XF68_FBcon) might have better 96 Acer TM C300 vga=normal (only suspend on console, not in X), vbetool (6) or vide… 101 Acer TM 800 vga=normal, X patches, see webpage (5) or vbetool (6) 102 Acer TM 803 vga=normal, X patches, see webpage (5) or vbetool (6) 114 Dell D600, ATI RV250 vga=normal and X, or try vbestate (6) [all …]
|
D | tricks.txt | 17 * use vga text console, shut down X. [If you really want X, you might
|
/linux-4.4.14/tools/net/ |
D | bpf_dbg.c | 124 uint32_t X; member 456 rl_printf("X: [%#08x][%u]\n", r->X, r->X); in bpf_dump_curr() 649 r->R = r->X; in bpf_single_step() 653 r->X = r->A; in bpf_single_step() 656 r->A = r->X; in bpf_single_step() 662 r->M[K] = r->X; in bpf_single_step() 686 d = pkt_caplen - (r->X + K); in bpf_single_step() 688 r->A = extract_u32(pkt, r->X + K); in bpf_single_step() 691 d = pkt_caplen - (r->X + K); in bpf_single_step() 693 r->A = extract_u16(pkt, r->X + K); in bpf_single_step() [all …]
|
/linux-4.4.14/Documentation/namespaces/ |
D | compatibility-list.txt | 11 UTS X 12 IPC X 1 13 VFS X 14 PID 1 1 X 15 User 2 2 X 16 Net X
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | HalDMOutSrc8723A_CE.c | 32 int ele_A, ele_D, TempCCk, X, value32; in odm_TXPowerTrackingCallback_ThermalMeter_92C() local 234 X = pdmpriv->RegE94; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 237 if (X != 0) { in odm_TXPowerTrackingCallback_ThermalMeter_92C() 238 if ((X & 0x00000200) != 0) in odm_TXPowerTrackingCallback_ThermalMeter_92C() 239 X = X | 0xFFFFFC00; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 240 ele_A = ((X * ele_D)>>8)&0x000003FF; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 256 value32 = ((X * ele_D)>>7)&0x01; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 298 X = pdmpriv->RegEB4; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 301 if (X != 0) { in odm_TXPowerTrackingCallback_ThermalMeter_92C() 302 if ((X & 0x00000200) != 0) /* consider minus */ in odm_TXPowerTrackingCallback_ThermalMeter_92C() [all …]
|
/linux-4.4.14/arch/mn10300/unit-asb2364/include/unit/ |
D | fpga-regs.h | 17 #define ASB2364_FPGA_REG_IRQ(X) __SYSREG(0xa9001510+((X)*4), u16) argument 24 #define ASB2364_FPGA_REG_MASK(X) __SYSREG(0xa9001590+((X)*4), u16) argument
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-pps | 13 The /sys/class/pps/ppsX/ directory is related to X-th 22 and the assert sequence number of the X-th source in the form: 34 and the clear sequence number of the X-th source in the form: 46 mode of the X-th source in hexadecimal encoding. 55 The /sys/class/pps/ppsX/echo file reports if the X-th does 63 X-th source. 70 the device connected with the X-th source.
|
D | sysfs-bus-pci-devices-cciss | 6 Y of controller X. 13 drive Y of controller X. 20 drive Y of controller X. 27 Y of controller X. 47 drive Y of controller X. 54 controller X. 61 of controller X.
|
D | sysfs-class-powercap | 92 constraint can have an optional name. Here "X" can have values 102 Here "X" can have values from 0 to max integer. 111 Here "X" can have values from 0 to max integer. 120 Here "X" can have values from 0 to max integer. 128 Here "X" can have values from 0 to max integer. 136 constraint. Here "X" can have values from 0 to max integer. 144 constraint. Here "X" can have values from 0 to max integer.
|
D | sysfs-ata | 12 For each port, a directory ataX is created where X is the ata_port_id of 29 If a link is behind a port, the directory name is linkX, where X is 31 If a link is behind a PM, its name is linkX.Y where X is ata_port_id 51 - X is ata_port_id of the port where the device is connected,
|
/linux-4.4.14/fs/afs/ |
D | internal.h | 808 #define ASSERT(X) \ argument 810 if (unlikely(!(X))) { \ 817 #define ASSERTCMP(X, OP, Y) \ argument 819 if (unlikely(!((X) OP (Y)))) { \ 823 (unsigned long)(X), (unsigned long)(Y)); \ 825 (unsigned long)(X), (unsigned long)(Y)); \ 845 #define ASSERTIF(C, X) \ argument 847 if (unlikely((C) && !(X))) { \ 854 #define ASSERTIFCMP(C, X, OP, Y) \ argument 856 if (unlikely((C) && !((X) OP (Y)))) { \ [all …]
|
/linux-4.4.14/include/trace/events/ |
D | compaction.h | 23 #define IFDEF_ZONE_DMA(X) X argument 25 #define IFDEF_ZONE_DMA(X) argument 29 #define IFDEF_ZONE_DMA32(X) X argument 31 #define IFDEF_ZONE_DMA32(X) argument 35 #define IFDEF_ZONE_HIGHMEM(X) X argument 37 #define IFDEF_ZONE_HIGHMEM(X) argument
|
/linux-4.4.14/drivers/iio/pressure/ |
D | t5403.c | 73 s32 S, O, X; in t5403_comp_pressure() local 96 X = (S * p_r + O) / 0x4000; in t5403_comp_pressure() 98 X += ((X - 75000) * (X - 75000) / 0x10000 - 9537) * in t5403_comp_pressure() 101 *val = X / 1000; in t5403_comp_pressure() 102 *val2 = (X % 1000) * 1000; in t5403_comp_pressure()
|
/linux-4.4.14/drivers/hwmon/ |
D | w83l786ng.c | 633 #define IN_UNIT_ATTRS(X) \ argument 634 &sda_in_input[X].dev_attr.attr, \ 635 &sda_in_min[X].dev_attr.attr, \ 636 &sda_in_max[X].dev_attr.attr 638 #define FAN_UNIT_ATTRS(X) \ argument 639 &sda_fan_input[X].dev_attr.attr, \ 640 &sda_fan_min[X].dev_attr.attr, \ 641 &sda_fan_div[X].dev_attr.attr 643 #define TEMP_UNIT_ATTRS(X) \ argument 644 &sda_temp_input[X].dev_attr.attr, \ [all …]
|
D | pc87360.c | 348 #define FAN_UNIT_ATTRS(X) \ argument 349 { &fan_input[X].dev_attr.attr, \ 350 &fan_status[X].dev_attr.attr, \ 351 &fan_div[X].dev_attr.attr, \ 352 &fan_min[X].dev_attr.attr, \ 584 #define VIN_UNIT_ATTRS(X) \ argument 585 &in_input[X].dev_attr.attr, \ 586 &in_status[X].dev_attr.attr, \ 587 &in_min[X].dev_attr.attr, \ 588 &in_max[X].dev_attr.attr, \ [all …]
|
D | w83791d.c | 1193 #define IN_UNIT_ATTRS(X) \ argument 1194 &sda_in_input[X].dev_attr.attr, \ 1195 &sda_in_min[X].dev_attr.attr, \ 1196 &sda_in_max[X].dev_attr.attr, \ 1197 &sda_in_beep[X].dev_attr.attr, \ 1198 &sda_in_alarm[X].dev_attr.attr 1200 #define FAN_UNIT_ATTRS(X) \ argument 1201 &sda_fan_input[X].dev_attr.attr, \ 1202 &sda_fan_min[X].dev_attr.attr, \ 1203 &sda_fan_div[X].dev_attr.attr, \ [all …]
|
D | w83781d.c | 934 #define IN_UNIT_ATTRS(X) \ argument 935 &sensor_dev_attr_in##X##_input.dev_attr.attr, \ 936 &sensor_dev_attr_in##X##_min.dev_attr.attr, \ 937 &sensor_dev_attr_in##X##_max.dev_attr.attr, \ 938 &sensor_dev_attr_in##X##_alarm.dev_attr.attr, \ 939 &sensor_dev_attr_in##X##_beep.dev_attr.attr 941 #define FAN_UNIT_ATTRS(X) \ argument 942 &sensor_dev_attr_fan##X##_input.dev_attr.attr, \ 943 &sensor_dev_attr_fan##X##_min.dev_attr.attr, \ 944 &sensor_dev_attr_fan##X##_div.dev_attr.attr, \ [all …]
|
/linux-4.4.14/net/lapb/ |
D | Kconfig | 9 the lower) part of the X.25 protocol. It offers a reliable 11 it is used to transport higher level protocols (mostly X.25 Packet 12 Layer, the higher part of X.25, but others are possible as well). 13 Usually, LAPB is used with specialized X.21 network cards, but Linux
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 451 #define X(a,b) b,a macro 453 #define X(a,b) a,b macro 456 /*0*/ u8 X(byte_count:6, pad0:2); 457 /*1*/ u8 X(X(rx_fifo_limit:4, tx_fifo_limit:3), pad1:1); 459 /*3*/ u8 X(X(X(X(mwi_enable:1, type_enable:1), read_align_enable:1), 461 /*4*/ u8 X(rx_dma_max_count:7, pad4:1); 462 /*5*/ u8 X(tx_dma_max_count:7, dma_max_count_enable:1); 463 /*6*/ u8 X(X(X(X(X(X(X(late_scb_update:1, direct_rx_dma:1), 466 /*7*/ u8 X(X(X(X(X(rx_discard_short_frames:1, tx_underrun_retry:2), 469 /*8*/ u8 X(X(mii_mode:1, pad8:6), csma_disabled:1); [all …]
|
/linux-4.4.14/fs/qnx4/ |
D | qnx4.h | 7 #define QNX4DEBUG(X) printk X argument 9 #define QNX4DEBUG(X) (void) 0 argument
|
/linux-4.4.14/Documentation/fb/ |
D | matroxfb.txt | 86 Running another (accelerated) X-Server like XF86_SVGA works too. But (at least) 90 color depth of your X desktop must match resolution and color depths of your 91 virtual consoles, otherwise X will corrupt accelerator settings. 113 mem:X - size of memory (X can be in megabytes, kilobytes or bytes) 186 dev:X - bind driver to device X. Driver numbers device from 0 up to N, 198 fastfont:X - enables fastfont feature. X specifies size of memory reserved for 217 dfp:X - use settings X for digital flat panel interface. X is number from 231 vesa:X - selects startup videomode. X is number from 0 to 0x1FF, see table 240 xres:X - horizontal resolution, in pixels. Default is derived from `vesa' 242 yres:X - vertical resolution, in pixel lines. Default is derived from `vesa' [all …]
|
D | sisfb.txt | 9 - SiS 315 series: SiS 315/H/PRO, 55x, (M)65x, 740, (M)661(F/M)X, (M)741(GX) 113 If using XFree86 or X.org, it is recommended that you don't use the "fbdev" 114 driver but the dedicated "sis" X driver. The "sis" X driver and sisfb are 135 mem:X - size of memory for the console, rest will be used for DRI/DRM. X 143 vesa:X - selects startup videomode. X is number from 0 to 0x1FF and 146 mode:X - selects startup videomode. Please see above for the format of 147 "X".
|
D | pvr2fb.txt | 28 font:X - default font to use. All fonts are supported, including the 32 mode:X - default video mode with format [xres]x[yres]-<bpp>@<refresh rate> 50 cable:X - cable type. This can be any of the following: vga, rgb, and 53 output:X - output type. This can be any of the following: pal, ntsc, and
|
D | aty128fb.txt | 43 when switching from X to console and back to X. You will have to restart 44 X to fix this. 59 <XxX@X> - selects startup videomode. See modedb.txt for detailed
|
D | cmap_xfbdev.txt | 4 These notes explain how X's dix layer uses fbdev's cmap structures. 34 Somewhere in X's callchain, this results in a call to X code that handles the
|
D | udlfb.txt | 37 * X servers and other applications can use the standard fbdev interface 39 about USB or DisplayLink's protocol at all. A "displaylink" X driver 40 and a slightly modified "fbdev" X driver are among those that already do. 75 xf86-video-fbdev X server. These servers have no real DisplayLink specific 78 rectangles from the X DAMAGE protocol extension down to udlfb via udlfb's 107 Disable when running with X server that supports reporting 114 (e.g. X with --shared-vt) are in conflict.
|
D | tgafb.txt | 43 font:X - default font to use. All fonts are supported, including the 46 mode:X - default video mode. The following video modes are supported: 64 refreshed. This is an X server problem, not a tgafb problem, and is fixed in
|
D | framebuffer.txt | 53 Application software that uses the frame buffer device (e.g. the X server) will 65 After this the X server will use the second frame buffer. 99 easier and more portable. E.g. the X server works completely on /dev/fb* and 101 hardware are organized. XF68_FBDev is a general X server for bitmapped, 125 4. The X Server 128 The X server (XF68_FBDev) is the most notable application program for the frame 129 buffer device. Starting with XFree86 release 3.2, the X server is part of 137 line, the X server will use the scheme discussed above, i.e. it will start 340 `X-framebuffer.README' by Roman Hodek and Martin Schaller. Section 6 was
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | colibri-vf50-ts.txt | 6 - xp-gpios: FET gate driver for input of X+ 7 - xm-gpios: FET gate driver for input of X- 14 - pinctrl-1: pinctrl node for X/Y and pressure measurement (ADC) state pinmux 16 - vf50-ts-min-pressure: pressure level at which to stop measuring X/Y values
|
D | bu21013.txt | 10 - rohm,touch-max-x : Maximum outward permitted limit in the X axis 12 - rohm,flip-x : Flip touch coordinates on the X axis
|
D | focaltech-ft6236.txt | 19 - touchscreen-inverted-x : X axis is inverted (boolean) 21 - touchscreen-swapped-x-y: X and Y axis are swapped (boolean)
|
D | imx6ul_tsc.txt | 9 - xnur-gpio: the X- gpio this controller connect to. 15 Before X-axis or Y-axis measurement, the screen need some time before
|
D | touchscreen.txt | 17 - touchscreen-inverted-x : X axis is inverted (boolean) 19 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
|
D | chipone_icn8318.txt | 21 - touchscreen-inverted-x : X axis is inverted (boolean) 23 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
|
/linux-4.4.14/Documentation/scsi/ |
D | aic7xxx.txt | 56 AHA-274X[A] aic7770 EISA SE-50M SE-HD50F 57 AHA-274X[A]W aic7770 EISA SE-HD68F SE-HD68F 59 AHA-274X[A]T aic7770 EISA 2 X SE-50M SE-HD50F 77 AHA-3940W aic7870 PCI/32 2 X SE-HD68F SE-HD68F 2 84 AHA-3940UW aic7880 PCI/32 2 X SE-HD68F SE-HD68F 3 85 AHA-3940UWD aic7880 PCI/32 2 X SE-HD68F 2 X SE-VHD68F 3 86 AHA-3940U aic7880 PCI/32 2 X SE-50M SE-HD50F 3 89 AHA-3944UWD aic7880 PCI/32 2 X HVD-HD68F 2 X HVD-VHD68F 3 101 AHA-3944AUWD aic7895 PCI/32 2 X HVD-HD68F 2 X HVD-VHD68F 120 AHA-3960D aic7899 PCI/64-66 2 X LVD-HD68F 2 X LVD-VHD68F [all …]
|
D | aic79xx.txt | 24 AIC-7901A Single Channel 64-bit PCI-X 133MHz to 26 AIC-7901B Single Channel 64-bit PCI-X 133MHz to 28 AIC-7902A4 Dual Channel 64-bit PCI-X 133MHz to 30 AIC-7902B Dual Channel 64-bit PCI-X 133MHz to 35 Adaptec SCSI Card 39320 Dual Channel 64-bit PCI-X 133MHz to 7902A4/7902B 38 Adaptec SCSI Card 39320A Dual Channel 64-bit PCI-X 133MHz to 7902B 41 Adaptec SCSI Card 39320D Dual Channel 64-bit PCI-X 133MHz to 7902A4 44 Adaptec SCSI Card 39320D Dual Channel 64-bit PCI-X 133MHz to 7902A4 48 Adaptec SCSI Card 29320 Single Channel 64-bit PCI-X 133MHz to 7901A 52 Adaptec SCSI Card 29320A Single Channel 64-bit PCI-X 133MHz to 7901B [all …]
|
/linux-4.4.14/arch/frv/kernel/ |
D | gdb-io.c | 28 #define __UART(X) (*(volatile uint8_t *)(UART0_BASE + (UART_##X))) argument 31 #define __UART(X) (*(volatile uint8_t *)(UART1_BASE + (UART_##X))) argument
|
D | irq-mb93493.c | 29 #define IRQ_ROUTE_ONE(X) (X##_ROUTE << (X - IRQ_BASE_MB93493)) argument
|
D | dma.c | 39 #define __get_DMAC(IO,X) ({ *(volatile unsigned long *)((IO) + DMAC_##X##x); }) argument 41 #define __set_DMAC(IO,X,V) \ argument 43 *(volatile unsigned long *)((IO) + DMAC_##X##x) = (V); \ 47 #define ___set_DMAC(IO,X,V) \ argument 49 *(volatile unsigned long *)((IO) + DMAC_##X##x) = (V); \
|
D | debug-stub.c | 27 #define __UART0(X) (*(volatile uint8_t *)(UART0_BASE + (UART_##X))) argument
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | Kconfig.megaraid | 43 LSI MegaRAID SCSI 320-0X 1000:0407:1000:0530 44 LSI MegaRAID SCSI 320-2X 1000:0407:1000:0532 45 LSI MegaRAID SCSI 320-4X 1000:0407:1000:0531 50 LSI MegaRAID SATA 300-4X 1000:0409:1000:3004 51 LSI MegaRAID SATA 300-8X 1000:0409:1000:3008
|
/linux-4.4.14/include/linux/ |
D | securebits.h | 6 #define issecure(X) (issecure_mask(X) & current_cred_xxx(securebits)) argument
|
/linux-4.4.14/drivers/iio/imu/ |
D | adis16400_core.c | 613 ADIS16400_GYRO_CHAN(X, ADIS16400_XGYRO_OUT, 14), 616 ADIS16400_ACCEL_CHAN(X, ADIS16400_XACCL_OUT, 14), 619 ADIS16400_MAGN_CHAN(X, ADIS16400_XMAGN_OUT, 14), 628 ADIS16400_GYRO_CHAN(X, ADIS16400_XGYRO_OUT, 16), 631 ADIS16400_ACCEL_CHAN(X, ADIS16400_XACCL_OUT, 16), 639 ADIS16400_GYRO_CHAN(X, ADIS16400_XGYRO_OUT, 16), 642 ADIS16400_ACCEL_CHAN(X, ADIS16400_XACCL_OUT, 16), 645 ADIS16400_MAGN_CHAN(X, ADIS16400_XMAGN_OUT, 16), 668 ADIS16400_GYRO_CHAN(X, ADIS16400_XGYRO_OUT, 14), 671 ADIS16400_ACCEL_CHAN(X, ADIS16400_XACCL_OUT, 14), [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | param.c | 48 #define E1000_PARAM(X, desc) \ argument 49 static int X[E1000_MAX_NIC+1] = E1000_PARAM_INIT; \ 50 static unsigned int num_##X; \ 51 module_param_array_named(X, X, int, &num_##X, 0); \ 52 MODULE_PARM_DESC(X, desc);
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_param.c | 49 #define IXGB_PARAM(X, desc) \ argument 50 static int X[IXGB_MAX_NIC+1] \ 52 static unsigned int num_##X = 0; \ 53 module_param_array_named(X, X, int, &num_##X, 0); \ 54 MODULE_PARM_DESC(X, desc);
|
/linux-4.4.14/Documentation/hwmon/ |
D | mc13783-adc | 51 12 General Purpose TSX1 / Touchscreen X-plate 1 0 - 2.30V No 52 13 General Purpose TSX2 / Touchscreen X-plate 2 0 - 2.30V No 65 Touchscreen X-plate 1 0 - 2.4V No 71 12 General Purpose TSX1 / Touchscreen X-plate 1 0 - 2.4V No 72 13 General Purpose TSX2 / Touchscreen X-plate 2 0 - 2.4V No
|
D | coretemp | 37 All Sysfs entries are named with their core_id (represented here by 'X'). 43 tempX_label - Contains string "Core X", where X is processor 76 980X 100
|
/linux-4.4.14/drivers/char/agp/ |
D | Kconfig | 18 Note that this is the only means to have X/GLX use 34 X on the following ALi chipsets. The supported chipsets 49 X on the ATI RadeonIGP family of chipsets. 56 X on AMD Irongate, 761, and 762 chipsets. 63 X using the on-CPU northbridge of the AMD Athlon64/Opteron CPUs. 73 This option gives you AGP support for the GLX component of X 85 X on NVIDIA chipsets including nForce and nForce2 92 X on Silicon Integrated Systems [SiS] chipsets. 109 X on VIA MVP3/Apollo Pro chipsets.
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | ddk750_chip.c | 300 int N, M, X, d; in calcPllValue() local 331 X = (1 << d); in calcPllValue() 332 M = quo * X; in calcPllValue() 333 M += fl_quo * X / 10000; in calcPllValue() 335 M += (fl_quo * X % 10000) > 5000 ? 1 : 0; in calcPllValue() 339 tmpClock = pll->inputFreq * M / N / X; in calcPllValue()
|
D | sm750_accel.c | 119 FIELD_VALUE(0, DE_DESTINATION, X, x)| in hw_fillrect() 123 FIELD_VALUE(0, DE_DIMENSION, X, width)| in hw_fillrect() 264 FIELD_VALUE(0, DE_DESTINATION, X, dx) | in hw_copyarea() 267 FIELD_VALUE(0, DE_DIMENSION, X, width) | in hw_copyarea() 362 FIELD_VALUE(0, DE_DESTINATION, X, dx) | in hw_imageblit() 366 FIELD_VALUE(0, DE_DIMENSION, X, width) | in hw_imageblit()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio-rmu.txt | 15 The version X.Y should match the general SRIO controller's IP Block 16 revision register's Major(X) and Minor (Y) value. 46 The version X.Y should match the general SRIO controller's IP Block 47 revision register's Major(X) and Minor (Y) value. 76 The version X.Y should match the general SRIO controller's IP Block 77 revision register's Major(X) and Minor (Y) value. 106 The version X.Y should match the general SRIO controller's IP Block 107 revision register's Major(X) and Minor (Y) value.
|
/linux-4.4.14/arch/blackfin/lib/ |
D | memcpy.S | 64 R3 = B[P1++] (X); 99 R1 = B[P1++] (X); 118 R1 = B[P1--] (X);
|
/linux-4.4.14/include/linux/platform_data/ |
D | gpio-davinci.h | 46 #define GPIO(X) (X) /* 0 <= X <= (DAVINCI_N_GPIO - 1) */ argument
|
/linux-4.4.14/drivers/crypto/vmx/ |
D | ppc-xlate.pl | 127 " .long ".sprintf "0x%X",19<<26|$bo<<21|2<<16|16<<1 : 145 " .long ".sprintf "0x%X",(31<<26)|($vrt<<21)|($ra<<16)|($rb<<11)|($op*2+1); 158 " .long ".sprintf "0x%X",(4<<26)|($vrt<<21)|($vra<<16)|($vrb<<11)|$op; 176 " .long ".sprintf "0x%X",(31<<26)|($arg<<21)|(147*2);
|
/linux-4.4.14/Documentation/ |
D | hsi.txt | 25 | X|------------ CAFLAG ------------>|X | 31 | X|<----------- ACFLAG -------------|X |
|
D | SAK.txt | 20 once defined, SAK will kill a running X server. If the system is in 21 run level 5, the X server will restart. This is what you want to 25 the machine. CTRL-ALT-BACKSPACE is magical to the X server. We'll
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
D | Kconfig | 2 tristate "APM X-Gene SoC Ethernet Driver" 8 APM X-Gene SoC.
|
/linux-4.4.14/arch/mips/include/asm/mach-rc32434/ |
D | dma_v.h | 18 #define IS_DMA_USED(X) (((X) & \ argument
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos4412-odroidx.dts | 2 * Hardkernel's Exynos4412 based ODROID-X board device tree source 6 * Device tree source file for Hardkernel's ODROID-X board which is based 18 model = "Hardkernel ODROID-X board based on Exynos4412";
|
/linux-4.4.14/arch/x86/kernel/ |
D | machine_kexec_32.c | 54 #define __STR(X) #X in load_segments() argument 55 #define STR(X) __STR(X) in load_segments() argument
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | PROBLEMS | 32 Get the free demo version of Accelerated X from www.xinside.com and try 33 bttv with it. bttv seems to work with most S3 cards with Accelerated X. 40 Accelerated X costs more than some of the grabber cards ... 51 Disable backing store by starting X with the option "-bs" 62 - Some video cards have problems with Accelerated X 4.1
|
/linux-4.4.14/drivers/input/keyboard/ |
D | cap11xx.c | 28 #define CAP11XX_REG_SENOR_DELTA(X) (0x10 + (X)) argument 42 #define CAP11XX_REG_SENSOR_THRESH(X) (0x30 + (X)) argument 50 #define CAP11XX_REG_SENSOR_BASE_CNT(X) (0x50 + (X)) argument 65 #define CAP11XX_REG_SENSOR_CALIB (0xb1 + (X))
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | ti,tas5086.txt | 23 - ti,mid-z-channel-X: Boolean properties, X being a number from 1 to 6. 24 If given, channel X will start with the Mid-Z start
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_32_mmu.c | 35 #define dprintk(X...) printk(KERN_INFO X) argument 37 #define dprintk(X...) do { } while(0) argument 41 #define dprintk_pte(X...) printk(KERN_INFO X) argument 43 #define dprintk_pte(X...) do { } while(0) argument
|
/linux-4.4.14/drivers/scsi/ |
D | aha152x.h | 134 #define SETSTCNT(X) { SETPORT(STCNT2, ((X) & 0xFF0000) >> 16); \ argument 135 SETPORT(STCNT1, ((X) & 0x00FF00) >> 8); \ 136 SETPORT(STCNT0, ((X) & 0x0000FF) ); }
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | entry.h | 243 #define STR(X) STR1(X) 244 #define STR1(X) #X
|
D | sun3xflop.h | 30 #define release_region(X, Y) do { } while(0) argument 31 #define request_region(X, Y, Z) (1) argument
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | xgene-rtc.txt | 1 * APM X-Gene Real Time Clock 3 RTC controller for the APM X-Gene Real Time Clock
|
/linux-4.4.14/sound/soc/codecs/ |
D | pcm1681.c | 44 #define PCM1681_ATT_CONTROL(X) (X <= 6 ? X : X + 9) /* Attenuation level */ argument
|
/linux-4.4.14/drivers/iommu/ |
D | fsl_pamu.h | 116 #define PAMU_PC2_MLIODN(X) ((X) >> 16) argument 117 #define PAMU_PC3_MWCE(X) (((X) >> 21) & 0xf) argument
|
/linux-4.4.14/arch/x86/tools/ |
D | relocs.c | 140 #define SYM_TYPE(X) [X] = #X in sym_type() argument 160 #define SYM_BIND(X) [X] = #X in sym_bind() argument 176 #define SYM_VISIBILITY(X) [X] = #X in sym_visibility() argument 193 #define REL_TYPE(X) [X] = #X in rel_type() argument
|
/linux-4.4.14/drivers/spmi/ |
D | spmi-pmic-arb.c | 44 #define SPMI_MAPPING_BIT_INDEX(X) (((X) >> 18) & 0xF) argument 45 #define SPMI_MAPPING_BIT_IS_0_FLAG(X) (((X) >> 17) & 0x1) argument 46 #define SPMI_MAPPING_BIT_IS_0_RESULT(X) (((X) >> 9) & 0xFF) argument 47 #define SPMI_MAPPING_BIT_IS_1_FLAG(X) (((X) >> 8) & 0x1) argument 48 #define SPMI_MAPPING_BIT_IS_1_RESULT(X) (((X) >> 0) & 0xFF) argument 56 #define SPMI_OWNERSHIP_PERIPH2OWNER(X) ((X) & 0x7) argument
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-xgene.txt | 1 APM X-Gene SoC GPIO controller bindings 7 - compatible: "apm,xgene-gpio" for X-Gene GPIO controller
|
D | gpio-xgene-sb.txt | 1 APM X-Gene Standby GPIO controller bindings 10 - compatible: "apm,xgene-gpio-sb" for the X-Gene Standby GPIO controller
|
D | gpio-omap.txt | 24 "gpio<X>", <X> being the 1-based instance number
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.h | 3301 #define TG3_KNOWN_PHY_ID(X) \ argument 3302 ((X) == TG3_PHY_ID_BCM5400 || (X) == TG3_PHY_ID_BCM5401 || \ 3303 (X) == TG3_PHY_ID_BCM5411 || (X) == TG3_PHY_ID_BCM5701 || \ 3304 (X) == TG3_PHY_ID_BCM5703 || (X) == TG3_PHY_ID_BCM5704 || \ 3305 (X) == TG3_PHY_ID_BCM5705 || (X) == TG3_PHY_ID_BCM5750 || \ 3306 (X) == TG3_PHY_ID_BCM5752 || (X) == TG3_PHY_ID_BCM5714 || \ 3307 (X) == TG3_PHY_ID_BCM5780 || (X) == TG3_PHY_ID_BCM5787 || \ 3308 (X) == TG3_PHY_ID_BCM5755 || (X) == TG3_PHY_ID_BCM5756 || \ 3309 (X) == TG3_PHY_ID_BCM5906 || (X) == TG3_PHY_ID_BCM5761 || \ 3310 (X) == TG3_PHY_ID_BCM5718C || (X) == TG3_PHY_ID_BCM5718S || \ [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_param.c | 47 #define E1000_PARAM(X, desc) \ argument 48 static int X[E1000_MAX_NIC+1] = E1000_PARAM_INIT; \ 49 static unsigned int num_##X; \ 50 module_param_array_named(X, X, int, &num_##X, 0); \ 51 MODULE_PARM_DESC(X, desc);
|
/linux-4.4.14/drivers/net/wireless/ |
D | Kconfig | 55 tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" 64 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 118 tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" 129 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 232 Fiberline FL-WL-200X
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | ads7846.txt | 37 on the X/Y drivers. If set to non-zero, 47 ti,x-plate-ohms Resistance of the X-plate, 51 ti,x-min Minimum value on the X axis (u16). 53 ti,x-max Maximum value on the X axis (u16).
|
/linux-4.4.14/drivers/net/wan/ |
D | Kconfig | 8 Wide Area Networks (WANs), such as X.25, Frame Relay and leased 45 base-band modems, or any other device with the X.21, V.24, V.35 or 69 (for example base-band modems, or any other device with the X.21, 108 Relay, synchronous Point-to-Point Protocol (PPP) and X.25. 159 tristate "X.25 protocol support" 162 Generic HDLC driver supporting X.25 over WAN connections. 166 comment "X.25/LAPB support is disabled" 254 Support for the FarSync T-Series X.21 (and V.35/V.24) cards by 259 Frame Relay or X.25/LAPB. 263 in /etc/modprobe.d/ for each interface, where X is 0, 1, 2, ..., or [all …]
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 97 # define MAC_SET_BL(X) (((X) & 0x3) << 6) argument 123 # define MAC_SET_MII_SELECT_REG(X) (((X) & 0x1f) << 6) argument 124 # define MAC_SET_MII_SELECT_PHY(X) (((X) & 0x1f) << 11) argument 130 # define MAC_SET_PAUSE(X) (((X) & 0xffff) << 16) argument 161 # define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3) argument 201 # define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3) argument 202 # define RX_SET_BUFF_ADDR(X) ((X) & 0xffffffc0) argument
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | traps.c | 473 #define BRIDGEREGB(X) (*(volatile __u8 *)(0xBE040000 + (X))) in io_bus_error() argument 474 #define BRIDGEREGW(X) (*(volatile __u16 *)(0xBE040000 + (X))) in io_bus_error() argument 475 #define BRIDGEREGL(X) (*(volatile __u32 *)(0xBE040000 + (X))) in io_bus_error() argument
|
/linux-4.4.14/drivers/staging/iio/accel/ |
D | adis16209_core.c | 136 ADIS_ACCEL_CHAN(X, ADIS16209_XACCL_OUT, ADIS16209_SCAN_ACC_X, 141 ADIS_INCLI_CHAN(X, ADIS16209_XINCL_OUT, ADIS16209_SCAN_INCLI_X, 145 ADIS_ROT_CHAN(X, ADIS16209_ROT_OUT, ADIS16209_SCAN_ROT, 0, 0, 14),
|
D | adis16201_core.c | 137 ADIS_ACCEL_CHAN(X, ADIS16201_XACCL_OUT, ADIS16201_SCAN_ACC_X, 142 ADIS_INCLI_CHAN(X, ADIS16201_XINCL_OUT, ADIS16201_SCAN_INCLI_X, 144 ADIS_INCLI_CHAN(X, ADIS16201_YINCL_OUT, ADIS16201_SCAN_INCLI_Y,
|
/linux-4.4.14/fs/hfs/ |
D | hfs.h | 146 #define HFS_BKEY(X) (((void)((X)->KeyLen)), ((struct hfs_bkey *)(X))) argument
|
/linux-4.4.14/drivers/pci/host/ |
D | Kconfig | 91 bool "X-Gene PCIe controller" 97 Say Y here if you want internal PCI support on APM X-Gene SoC. 102 bool "X-Gene v1 PCIe MSI feature" 106 Say Y here if you want PCIe MSI support for the APM X-Gene v1 SoC. 107 This MSI driver supports 5 PCIe ports on the APM X-Gene v1 SoC.
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | axp20x.txt | 4 axp152 (X-Powers) 5 axp202 (X-Powers) 6 axp209 (X-Powers) 7 axp221 (X-Powers)
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | xgene.txt | 1 Device Tree Clock bindings for APM X-Gene 9 "apm,xgene-socpll-clock" - for a X-Gene SoC PLL clock 10 "apm,xgene-pcppll-clock" - for a X-Gene PCP PLL clock 11 "apm,xgene-device-clock" - for a X-Gene device clock
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.debug | 20 This is sufficient for dosemu and X and all common users of 43 with klogd/syslogd or the X server. You should normally N here, 55 with klogd/syslogd or the X server. You should normally N here, 114 bool "Warn on W+X mappings at boot" 118 Generate a warning if any W+X mappings are found at boot. 121 W+X mappings after applying NX, as such mappings are a security risk. 125 x86/mm: Checked W+X mappings: passed, no W+X pages found. 129 x86/mm: Checked W+X mappings: FAILED, <N> W+X pages found. 132 still fine, as W+X mappings are not a security hole in
|
/linux-4.4.14/include/acpi/platform/ |
D | acenv.h | 378 #define _bnd(X, bnd) (((sizeof (X)) + (bnd)) & (~(bnd))) argument
|
/linux-4.4.14/include/rxrpc/ |
D | packet.h | 71 #define __rxrpc_header_off(X) offsetof(struct rxrpc_header,X) argument
|
/linux-4.4.14/fs/hfsplus/ |
D | Kconfig | 27 Linux. POSIX ACLs doesn't mean something under Mac OS X. 28 Mac OS X beginning with version 10.4 ("Tiger") support NFSv4 ACLs,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_main.c | 55 #define MLX4_EN_PARM_INT(X, def_val, desc) \ argument 56 static unsigned int X = def_val;\ 57 module_param(X , uint, 0444); \ 58 MODULE_PARM_DESC(X, desc);
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.c | 43 #define WIDTH_LOWER(X) ((X*(100-WIDTH_TOLERANCE)+50)/100) argument 44 #define WIDTH_UPPER(X) ((X*(100+WIDTH_TOLERANCE)+50)/100) argument
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7120-l2-intc.txt | 47 12 ........................ X 48 13 ........................ X (not connected) 50 31 ........................ X
|
/linux-4.4.14/Documentation/ja_JP/ |
D | SubmittingPatches | 78 diff -uprN -X linux-2.6.12-vanilla/Documentation/dontdiff \ 105 説明はできる限り具体的に。もっとも悪い説明は「ドライバー X を更新」、 106 「ドライバー X に対するバグフィックス」あるいは「このパッチはサブシス 107 テム X に対する更新を含んでいます。どうか取り入れてください。」などです。 142 それは問題ありません。パッチの説明の中で「このパッチはパッチ X に依存
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | apm-xgene-dma.txt | 1 Applied Micro X-Gene SoC DMA nodes 4 APM X-Gene SoC.
|
/linux-4.4.14/arch/x86/crypto/ |
D | aes-x86_64-asm_64.S | 87 movw r4 ## X,r2 ## X; \ 100 movw r3 ## X,r1 ## X; \
|
/linux-4.4.14/sound/firewire/ |
D | Kconfig | 98 * Behringer Digital Mixer X32 series (X-UF Card) 100 * Apogee Rosetta 200/400 (X-FireWire card) 101 * Apogee DA/AD/DD-16X (X-FireWire card)
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | um_idi.c | 574 e->e.X = &e->XData; in process_idi_request() 581 e->e.X->PLength = (word) req->data_length; in process_idi_request() 582 e->e.X->P = (byte *)&req[1]; /* Our buffer is safe */ in process_idi_request() 586 e->e.ReqCh, e->e.X->PLength)); in process_idi_request() 612 e->e.X = NULL; in process_idi_request() 642 e->e.X = NULL; in process_idi_rc() 662 e->e.X = NULL; in process_idi_rc() 877 e->e.ReqCh, e->e.X->PLength)); in divas_um_idi_entity_start_remove()
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-dds | 19 registers Y is not present. It is also possible X is not present 49 Y is not present. It is also possible X is not present if 80 output Y of channel X. Y may be suppressed if all channels are
|