/linux-4.1.27/crypto/ |
D | fcrypt.c | 75 #undef Z 76 #define Z(x) cpu_to_be32(x << 3) macro 78 Z(0xea), Z(0x7f), Z(0xb2), Z(0x64), Z(0x9d), Z(0xb0), Z(0xd9), Z(0x11), 79 Z(0xcd), Z(0x86), Z(0x86), Z(0x91), Z(0x0a), Z(0xb2), Z(0x93), Z(0x06), 80 Z(0x0e), Z(0x06), Z(0xd2), Z(0x65), Z(0x73), Z(0xc5), Z(0x28), Z(0x60), 81 Z(0xf2), Z(0x20), Z(0xb5), Z(0x38), Z(0x7e), Z(0xda), Z(0x9f), Z(0xe3), 82 Z(0xd2), Z(0xcf), Z(0xc4), Z(0x3c), Z(0x61), Z(0xff), Z(0x4a), Z(0x4a), 83 Z(0x35), Z(0xac), Z(0xaa), Z(0x5f), Z(0x2b), Z(0xbb), Z(0xbc), Z(0x53), 84 Z(0x4e), Z(0x9d), Z(0x78), Z(0xa3), Z(0xdc), Z(0x09), Z(0x32), Z(0x10), 85 Z(0xc6), Z(0x6f), Z(0x66), Z(0xd6), Z(0xab), Z(0xa9), Z(0xaf), Z(0xfd), [all …]
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | satan.S | 350 |--WHICH IS X + X*Y*( [B1+Z*(B3+Z*B5)] + [Y*(B2+Z*(B4+Z*B6)] ) 351 |--WHERE Y = X*X, AND Z = Y*Y. 362 fmulx %fp1,%fp1 | ...FP1 IS Z = Y*Y 367 fmulx %fp1,%fp2 | ...Z*B6 368 fmulx %fp1,%fp3 | ...Z*B5 370 faddd ATANB4,%fp2 | ...B4+Z*B6 371 faddd ATANB3,%fp3 | ...B3+Z*B5 373 fmulx %fp1,%fp2 | ...Z*(B4+Z*B6) 374 fmulx %fp3,%fp1 | ...Z*(B3+Z*B5) 376 faddd ATANB2,%fp2 | ...B2+Z*(B4+Z*B6) [all …]
|
D | ssinh.S | 86 |--Y = |X|, Z = EXPM1(Y), SINH(X) = SIGN(X)*(1/2)*( Z + Z/(1+Z) ) 93 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y) 98 fadds #0x3F800000,%fp1 | ...1+Z 100 fdivx %fp1,%fp0 | ...Z/(1+Z)
|
D | stanh.S | 95 |--Y = 2|X|, Z = EXPM1(Y), TANH(X) = SIGN(X) * Z / (Z+2). 108 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y) 112 fadds #0x40000000,%fp1 | ...Z+2
|
D | satanh.S | 76 |--Y = |X|, Z = 2Y/(1-Y), ATANH(X) = SIGN(X) * (1/2) * LOG1P(Z). 92 bsr slognp1 | ...LOG1P(Z)
|
D | kernel_ex.S | 68 fmovel #0,%FPSR |clr status bits (Z set) 73 fmovel #0,%FPSR |clr status bits (Z set)
|
D | get_op.S | 591 orl #neg_mask+z_mask,USER_FPSR(%a6) |set N and Z 597 orl #z_mask,USER_FPSR(%a6) |set Z
|
D | setox.S | 88 | Z := X * constant 89 | N := round-to-nearest-integer(Z) 97 | that the calculated value Z is 99 | Z = X*(64/log2)*(1+eps), |eps| <= 2^(-24).
|
D | do_func.S | 548 orl #z_mask,USER_FPSR(%a6) |set Z bit 555 orl #neg_mask+z_mask,USER_FPSR(%a6) |set N and Z bits
|
D | slogn.S | 477 |--ENTRY POINT FOR LOG(1+Z) FOR DENORMALIZED INPUT
|
D | fpsp.h | 270 .set nzi_mask,0x01ffffff | clears N, Z, and I
|
D | res_func.S | 1372 orl #z_mask,USER_FPSR(%a6) |if zero, set Z
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | README.FPE | 8 {P|M|Z} = {round to +infinity,round to -infinity,round to zero}, 45 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point 46 FIX{cond}{P,M,Z} Rd, Fn Convert floating point to integer 74 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add 75 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract 76 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract 77 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply 78 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide 79 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide 83 FML{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast multiply [all …]
|
D | TODO | 4 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power 5 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power 6 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2) 8 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10 9 LGN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base e 10 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent 11 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine 12 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine 13 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent 14 ASN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arcsine [all …]
|
/linux-4.1.27/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 18 typeof(Z) x = (Z); \ 21 (Z) = x; \
|
/linux-4.1.27/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 18 typeof(Z) x = (Z); \ 21 (Z) = x; \
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 181 (*) CCR.ICC2.Z [Zero flag] 196 ICC2.Z is 0, ICC2.C is 1. 198 (2) An interrupt occurs. The exception prologue examines ICC2.Z and 204 ICC2.Z is set to 1. 208 ICC2.Z would be set to 0. 210 A TIHI #2 instruction (trap #2 if condition HI - Z==0 && C==0) would 215 (5) An interrupt occurs. The exception prologue examines ICC2.Z and 222 ICC2.Z would be shifted into the save variable and masked off 225 ICC2.Z would then be set to 1 (thus unchanged), and ICC2.C would be 230 ICC2.Z would be set to indicate the result of XOR'ing the saved [all …]
|
D | atomic-ops.txt | 36 (1) Set ICC3.Z to true and set CC3 to True (ORCC/CKEQ/ORCR). 46 (b) Set ICC3.Z to false (CORCC on GR29 is sufficient for this - GR29 holds the current 49 (5) If ICC3.Z is still true, go back to step (1). 53 condition in ICC3 to remain with the Z flag set, thus causing step (5) to loop back to step (1). 78 It starts by setting ICC3.Z to true for later use, and also transforming that into CC3 being in the 101 It simultaneously records the success or failure of the store in ICC3.Z.
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | nic.c | 191 #define REGISTER_AZ(name) REGISTER(name, F, A, Z) 193 #define REGISTER_BZ(name) REGISTER(name, F, B, Z) 194 #define REGISTER_CZ(name) REGISTER(name, F, C, Z) 195 #define REGISTER_DZ(name) REGISTER(name, E, D, Z) 326 #define REGISTER_TABLE_AZ(name) REGISTER_TABLE(name, F, A, Z) 328 #define REGISTER_TABLE_BZ(name) REGISTER_TABLE(name, F, B, Z) 333 REGISTER_TABLE_DIMENSIONS(name, FR_BZ_ ## name, F, C, Z, \ 336 #define REGISTER_TABLE_CZ(name) REGISTER_TABLE(name, F, C, Z) 337 #define REGISTER_TABLE_DZ(name) REGISTER_TABLE(name, E, D, Z) 357 F, B, Z, 8, 1024),
|
/linux-4.1.27/arch/blackfin/lib/ |
D | memmove.S | 69 .Lbyte2_s: R1 = B[P3++](Z); 79 R1 = B[P3--] (Z); 88 .Lol_e: R1 = B[P3--] (Z);
|
D | strcmp.S | 31 R0 = B[P0++] (Z); /* get *s1 */ 32 R1 = B[P1++] (Z); /* get *s2 */
|
D | udivsi3.S | 63 R0 = R0.L (Z); 112 R2 = R2.L (Z); 218 R1 = R1.L (Z); 261 R3 = R2.L (Z); /* Q = X' / Y' */ 269 R3 = 0xFFFF (Z);
|
D | memchr.S | 24 R1 = R1.B(Z); 32 R3 = B[P0++](Z);
|
D | strncmp.S | 31 R0 = B[P0++] (Z); /* get *s1 */ 32 R1 = B[P1++] (Z); /* get *s2 */
|
D | divsi3.S | 75 R0 = R0.L (Z); 101 R2 = R2.L (Z); 154 R2 = 1 (Z); 185 R1 = R1.L (Z);
|
D | memcmp.S | 60 R1 = B[P3++](Z); /* *s2 */ 61 R0 = B[P0++](Z); /* *s1 */
|
D | strcpy.S | 29 R1 = B [P1++] (Z);
|
D | strncpy.S | 36 R1 = B [P1++] (Z);
|
D | memset.S | 32 R1 = R1.B (Z); /* R1 = fill char */
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv0367_priv.h | 45 #define INRANGE(X, Y, Z) \ argument 46 ((((X) <= (Y)) && ((Y) <= (Z))) || \ 47 (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
|
D | stv0900_priv.h | 32 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ argument 33 || (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
|
/linux-4.1.27/drivers/iio/imu/ |
D | adis16400_core.c | 613 ADIS16400_GYRO_CHAN(Z, ADIS16400_ZGYRO_OUT, 14), 616 ADIS16400_ACCEL_CHAN(Z, ADIS16400_ZACCL_OUT, 14), 619 ADIS16400_MAGN_CHAN(Z, ADIS16400_ZMAGN_OUT, 14), 628 ADIS16400_GYRO_CHAN(Z, ADIS16400_ZGYRO_OUT, 16), 631 ADIS16400_ACCEL_CHAN(Z, ADIS16400_ZACCL_OUT, 16), 634 ADIS16400_MAGN_CHAN(Z, ADIS16400_ZMAGN_OUT, 16), 657 ADIS16400_GYRO_CHAN(Z, ADIS16400_ZGYRO_OUT, 14), 660 ADIS16400_ACCEL_CHAN(Z, ADIS16400_ZACCL_OUT, 14), 663 ADIS16400_MAGN_CHAN(Z, ADIS16400_ZMAGN_OUT, 14), 667 ADIS16400_MOD_TEMP_CHAN(Z, ADIS16350_ZTEMP_OUT, 12), [all …]
|
D | adis16480.c | 649 ADIS16480_GYRO_CHANNEL(Z), 652 ADIS16480_ACCEL_CHANNEL(Z), 655 ADIS16480_MAGN_CHANNEL(Z), 664 ADIS16480_GYRO_CHANNEL(Z), 667 ADIS16480_ACCEL_CHANNEL(Z),
|
D | kmx61.c | 276 KMX61_ACC_CHAN(Z), 282 KMX61_MAG_CHAN(Z),
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | ti,tas5086.txt | 24 If given, channel X will start with the Mid-Z start 25 sequence, otherwise the default Low-Z scheme is used. 29 power stages are compatible to Mid-Z - please refer
|
/linux-4.1.27/firmware/matrox/ |
D | g200_warp.H16 | 7 * - Z stands for computation of Z buffer interpolation
|
D | g400_warp.H16 | 7 * - Z stands for computation of Z buffer interpolation
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-iio-light-lm3533-als | 50 out_currentY_currentZ_raw, where Z is the current zone. 58 Z (0..255), where Y in 0..2 and Z in 0..4.
|
D | sysfs-driver-toshiba_acpi | 7 * 0x1 -> FN-Z 12 parameters, kernel 3.15 only accepts the first two (FN-Z and 54 * 0x1 -> FN-Z 68 * 1 -> Type 1, supporting modes FN-Z and AUTO
|
D | sysfs-ata | 50 The name of the directory is devX[.Y].Z where: 53 - Z the device id: for PATA, there is usually 2 devices [0,1],
|
D | sysfs-bus-iio | 89 channel Y - channel Z where these channel numbers apply to the 119 channel Y - channel Z where these channel numbers apply to the 441 channel Y, channel Z, etc. This interface is available in cases
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | trace.c | 464 int Z = ((opcode >> LDST_Z_bits) & LDST_Z_mask); in decode_LDST_0() local 472 pr_cont("%s%i = ", (sz == 0 && Z == 1) ? "P" : "R", reg); in decode_LDST_0() 496 pr_cont(" = %s%i ", (sz == 0 && Z == 1) ? "P" : "R", reg); in decode_LDST_0() 499 if (Z) in decode_LDST_0() 559 int Z = ((opcode >> LDSTidxI_Z_bits) & LDSTidxI_Z_mask); in decode_LDSTidxI_0() local 567 pr_cont("%s%i = ", sz == 0 && Z == 1 ? "P" : "R", reg); in decode_LDSTidxI_0() 578 if (Z) in decode_LDSTidxI_0() 585 pr_cont("= %s%i", (sz == 0 && Z == 1) ? "P" : "R", reg); in decode_LDSTidxI_0()
|
/linux-4.1.27/Documentation/input/ |
D | cma3000_d0x.txt | 21 Measurement Mode: This mode is used to read the acceleration data on X,Y,Z 45 fuzz_z: Noise on Z Axis 75 Event code 2 (Z)
|
D | gamepad.txt | 56 Left- and Right-Triggers, the lower buttons Z-Left and Z-Right.
|
D | atarikbd.txt | 649 2C Z
|
/linux-4.1.27/Documentation/m68k/ |
D | README.buddha | 18 product number: 0 (42 for Catweasel Z-II) 22 The card should be a Z-II board, size 64K, not for freemem 37 $0-$7e Autokonfig-space, see Z-II docs. 58 $e00-$eff local expansion port, on Catweasel Z-II the 200 compatible with both the Buddha and the Catweasel Z-II, The 201 Buddha acts just like a Catweasel Z-II with no device
|
/linux-4.1.27/Documentation/serial/ |
D | README.cycladesZ | 2 The Cyclades-Z must have firmware loaded onto the card before it will
|
D | 00-INDEX | 4 - info on Cyclades-Z firmware loading.
|
/linux-4.1.27/arch/arm/mach-orion5x/include/mach/ |
D | entry-macro.S | 22 ands \irqstat, \irqstat, \tmp @ clear Z flag if any
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | uaccess.h | 139 __get_user_asm(_val, _p, B, (Z)); \ 142 __get_user_asm(_val, _p, W, (Z)); \
|
D | context.S | 192 fp = 0(Z);
|
/linux-4.1.27/arch/mn10300/lib/ |
D | __ucmpdi2.S | 31 subc a1,d1 # may clear Z, never sets it
|
/linux-4.1.27/Documentation/scsi/ |
D | aacraid.txt | 63 9005:0285:9005:02d8 Adaptec 5405Z (Voodoo40 BLBU) 64 9005:0285:9005:02d9 Adaptec 5445Z (Voodoo44 BLBU) 65 9005:0285:9005:02da Adaptec 5805Z (Voodoo80 BLBU)
|
/linux-4.1.27/Documentation/filesystems/ |
D | sharedsubtree.txt | 382 3. 'A' is a slave mount of mount 'Z' and 'B' is a shared mount. A new 389 is made the slave of mount 'Z'. In other words, mount 'C' is in the 404 7. 'A' is a slave mount of mount 'Z' and 'B' is a non-shared mount. A 407 slave mount of 'Z'. In other words 'A' and 'C' are both slave mounts of 408 'Z'. All mount/unmount events on 'Z' propagates to 'A' and 'C'. But 436 If this tree is rbound to say Z 440 Z 494 3. 'A' is a slave mount of mount 'Z' and 'B' is a shared mount. The 501 'A'. Mount 'A' continues to be the slave mount of 'Z' but it also 517 7. 'A' is a slave mount of mount 'Z' and 'B' is a non-shared mount. [all …]
|
D | coda.txt | 1501 55..44.. ZZAAPPFFIILLEE 1522 55..55.. ZZAAPPDDIIRR 1538 55..66.. ZZAAPPVVNNOODDEE
|
D | proc.txt | 214 in an uninterruptible wait, Z is zombie, 281 uninterruptible wait, Z is zombie, T is traced or stopped)
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | ea3250.dts | 156 /* 3-axis accelerometer X,Y,Z (or AD-IN instead of Z) */
|
D | tegra20-seaboard.dts | 351 interrupts = <TEGRA_GPIO(Z, 2) IRQ_TYPE_LEVEL_HIGH>; 358 interrupts = <TEGRA_GPIO(Z, 4) IRQ_TYPE_LEVEL_HIGH>;
|
D | tegra20-ventana.dts | 348 interrupts = <TEGRA_GPIO(Z, 2) IRQ_TYPE_LEVEL_HIGH>;
|
/linux-4.1.27/Documentation/video4linux/ |
D | zr364xx.txt | 65 0x06d6 0x003b Trust Powerc@m 970Z 69 0x06d6 0x003d Trust Powerc@m 910Z
|
D | gspca.txt | 288 zc3xx 0ac8:0302 Z-star Vimicro zc0302 292 zc3xx 0ac8:301b Z-Star zc301b 294 zc3xx 0ac8:305b Z-star Vimicro zc0305b
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | dpmc_modes.S | 128 R2 = 0x0404(Z); 280 R0 = W[P0] (Z);
|
D | entry.S | 780 r2 = LO(~0x37) (Z); 891 r1 = LO(~0x8000) (Z); 975 r1 = 0x17(Z);
|
/linux-4.1.27/net/rxrpc/ |
D | rxkad.c | 866 #define Z(size) \ in rxkad_decrypt_ticket() macro 885 name = Z(ANAME_SZ); in rxkad_decrypt_ticket() 889 name = Z(INST_SZ); in rxkad_decrypt_ticket() 893 name = Z(REALM_SZ); in rxkad_decrypt_ticket() 944 name = Z(SNAME_SZ); in rxkad_decrypt_ticket() 948 name = Z(INST_SZ); in rxkad_decrypt_ticket()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | sun3xflop.h | 31 #define request_region(X, Y, Z) (1) argument
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | mvebu-gated-clock.txt | 68 14 crypto0z Cryptographic 0 Z 70 16 crypto1z Cryptographic 1 Z
|
D | silabs,si5351.txt | 51 2 = clock output is FLOATING (HIGH-Z) when disabled
|
/linux-4.1.27/Documentation/misc-devices/ |
D | lis3lv02d | 73 and a positive value for Z 77 * If the laptop is put upside-down, Z becomes negative
|
/linux-4.1.27/Documentation/DocBook/media/ |
D | pipeline.png.b64 | 61 Z+RMnBg4CVt6z+YqW+CHmzrRNr6x39PpUJQBPQjF10anY37HNek+nYkXm42Dp6N5O5MHy9eQs8Lt 208 g9d5jKjoJ8A6Qw9fEBX9eqfg1g0XYBx/hjLv6xpE5v1n1CP8iqhua1RTZmeeMffyknOZsW2VI/2Z
|
D | crop.gif.b64 | 97 T++sjigYz/Jfn/AYsPBC7/Rkj/JJ//Ri//Qr//FKz/JU/+omnPV0X/dbT/FdXyco//ZCbwEHH/Z/
|
D | fieldseq_tb.gif.b64 | 66 lrUolmupX2XplgOGlmp5l+iVlXo5YHAZl9Q3l3T5fnbpl+uVl4FZYg6RCTUZmZI5mfZ4aAcxAz+Z 411 Dnzwwj822e68G4l78srDxaTZvDMEOez2Zc036qkTunronUuPk+zPCxQ99ziZ7rj117+Z/ebbi1+T
|
D | fieldseq_bt.gif.b64 | 247 nP4BIJ9VCrUMYPBFHLvM1ptgHvIxn/ykX/Npn+nlXu4xXrAh2+/+NN3/4Z/8ZAzWgZ/3zV8HOiAK 298 vuJng+GDB/EOPud3vud//uD7AtlbvY0n/NLKu8WvOMHbe+Z/R4ibftqOPt2XPuwjLerTvOqvPk0b
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 741 # save the zero result to the register file and set the 'Z' ccode bit. 749 mov.w %d4,%cc # set 'Z' ccode bit 905 # (1) save 'Z' bit from (Rn - lo) 906 # (2) save 'Z' and 'N' bits from ((hi - lo) - (Rn - hi)) 913 andi.b &0x4, %d3 # keep 'Z' bit 919 andi.b &0x5, %d3 # keep 'Z' and 'N'
|
D | fplsp.S | 472 set nzi_mask, 0x01ffffff #clears N, Z, and I 6413 #--X'+X'*Y*( [C1+Z*(C3+Z*C5)] + [Y*(C2+Z*C4)] ), Z = Y*Y. 6427 fmul.x %fp1,%fp1 # FP1 IS Z = Y*Y 6432 fmul.x %fp1,%fp3 # Z*C5 6433 fmul.x %fp1,%fp2 # Z*B4 6435 fadd.d ATANC3(%pc),%fp3 # C3+Z*C5 6436 fadd.d ATANC2(%pc),%fp2 # C2+Z*C4 6438 fmul.x %fp3,%fp1 # Z*(C3+Z*C5), FP3 RELEASED 6439 fmul.x %fp0,%fp2 # Y*(C2+Z*C4) 6441 fadd.d ATANC1(%pc),%fp1 # C1+Z*(C3+Z*C5) [all …]
|
D | fpsp.S | 6459 #--WHICH IS X + X*Y*( [B1+Z*(B3+Z*B5)] + [Y*(B2+Z*(B4+Z*B6)] ) 6460 #--WHERE Y = X*X, AND Z = Y*Y. 6471 fmul.x %fp1,%fp1 # FP1 IS Z = Y*Y 6476 fmul.x %fp1,%fp2 # Z*B6 6477 fmul.x %fp1,%fp3 # Z*B5 6479 fadd.d ATANB4(%pc),%fp2 # B4+Z*B6 6480 fadd.d ATANB3(%pc),%fp3 # B3+Z*B5 6482 fmul.x %fp1,%fp2 # Z*(B4+Z*B6) 6483 fmul.x %fp3,%fp1 # Z*(B3+Z*B5) 6485 fadd.d ATANB2(%pc),%fp2 # B2+Z*(B4+Z*B6) [all …]
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 215 This driver supports Cyclades Z and Y multiserial boards. 219 For information about the Cyclades-Z card, read 228 bool "Cyclades-Z interrupt mode operation" 231 The Cyclades-Z family of multiport cards allows 2 (two) driver op 233 the status of the Cyclades-Z ports every certain amount of time 236 status of the Cyclades-Z ports. The default op mode is polling. If
|
/linux-4.1.27/Documentation/networking/ |
D | cdc_mbim.txt | 170 subdevices of the master wwanY device, mapping MBIM IP session Z to 171 VLAN ID Z for all values of Z greater than 0. 173 The device maximum Z is given in the MBIM_DEVICE_CAPS_INFO structure
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | fsmc-nand.txt | 20 kept in Hi-Z (tristate) after the start of a write access.
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | cros-ec-keyb.txt | 54 /* L ENTER Z C */
|
/linux-4.1.27/scripts/ |
D | patch-kernel | 127 elif [ -r ${filebase}.Z ]; then
|
/linux-4.1.27/drivers/staging/iio/magnetometer/ |
D | hmc5843_core.c | 467 HMC5843_CHANNEL(Z, 2), 474 HMC5843_CHANNEL(Z, 1),
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 15 Y and 2 for Z (always). This utilises 12
|
/linux-4.1.27/drivers/iio/accel/ |
D | kxsd9.c | 187 KXSD9_ACCEL_CHAN(X), KXSD9_ACCEL_CHAN(Y), KXSD9_ACCEL_CHAN(Z),
|
D | bma180.c | 608 BMA180_ACC_CHANNEL(Z, 14), 616 BMA180_ACC_CHANNEL(Z, 10),
|
D | mma8452.c | 315 MMA8452_CHANNEL(Z, 2),
|
D | kxcjk-1013.c | 934 KXCJK1013_CHANNEL(Z),
|
D | bmc150-accel.c | 1099 BMC150_ACCEL_CHANNEL(Z, bits), \
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | floppy_32.h | 24 #define request_region(X, Y, Z) (1) argument
|
/linux-4.1.27/drivers/staging/iio/accel/ |
D | adis16240_core.c | 184 ADIS_ACCEL_CHAN(Z, ADIS16240_ZACCL_OUT, ADIS16240_SCAN_ACC_Z,
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-xsc3.S | 479 orr r0, r0, r6 @ ..VI Z..S .... .C.M (mmu) 480 @ ...I Z..S .... .... (uc)
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-probe.txt | 64 classes(e.g. [a-z], [!A-Z]). 172 … pattern and target. So this accepts wildcards('*', '?') and character classes(e.g. [a-z], [!A-Z]).
|
/linux-4.1.27/drivers/iio/gyro/ |
D | itg3200_core.c | 274 ITG3200_GYRO_CHAN(Z),
|
D | bmg160.c | 801 BMG160_CHANNEL(Z),
|
/linux-4.1.27/scripts/genksyms/ |
D | keywords.hash.c_shipped | 18 && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
|
/linux-4.1.27/Documentation/hwmon/ |
D | k10temp | 13 * AMD Family 14h processors: "Brazos" (C/E/G/Z-Series)
|
/linux-4.1.27/drivers/s390/char/ |
D | defkeymap.map | 109 keycode 105 = Ntilde Z
|
/linux-4.1.27/drivers/iio/magnetometer/ |
D | mag3110.c | 291 MAG3110_CHANNEL(Z, 2),
|
D | ak8975.c | 696 AK8975_CHANNEL(X, 0), AK8975_CHANNEL(Y, 1), AK8975_CHANNEL(Z, 2),
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,pmic-mpp.txt | 104 Definition: The specified pins will put in high-Z mode and disabled.
|
D | qcom,pmic-gpio.txt | 129 Definition: The specified pins will put in high-Z mode and disabled.
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram34xx.S | 158 bic r10, r8, #0x800 @ clear Z-bit, disable branch prediction
|
/linux-4.1.27/Documentation/acpi/ |
D | namespace.txt | 84 2. The first byte of a name must be one of 'A' - 'Z', '_'. 85 3. Each of the remaining bytes of a name must be one of 'A' - 'Z', '0'
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.hash.c_shipped | 18 && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
|
/linux-4.1.27/Documentation/x86/ |
D | earlyprintk.txt | 126 …ow-all-timers(Q) unRaw Sync show-task-states(T) Unmount show-blocked-tasks(W) dump-ftrace-buffer(Z)
|
/linux-4.1.27/Documentation/ |
D | memory-barriers.txt | 240 X = *A; Y = *B; *D = Z; 244 X = LOAD *A, Y = LOAD *B, STORE *D = Z 245 X = LOAD *A, STORE *D = Z, Y = LOAD *B 246 Y = LOAD *B, X = LOAD *A, STORE *D = Z 247 Y = LOAD *B, STORE *D = Z, X = LOAD *A 248 STORE *D = Z, X = LOAD *A, Y = LOAD *B 249 STORE *D = Z, Y = LOAD *B, X = LOAD *A 2930 Z = ACCESS_ONCE(*A); 2937 Z == Y 2943 U=LOAD *A, STORE *A=V, STORE *A=W, X=LOAD *A, STORE *A=Y, Z=LOAD *A [all …]
|
D | DMA-API-HOWTO.txt | 58 X +-------+ --------> Y +------+ <---------- +------+ Z 81 addresses to physical addresses, e.g., it translates Z to Y. This is part 84 mapping and returns the DMA address Z. The driver then tells the device to 85 do DMA to Z, and the IOMMU maps it to the buffer at address Y in system
|
D | edac.txt | 85 as is located in /sys/devices/pci<XXX>/0000:XX:YY.Z directories for
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Models.txt | 60 no-primary-hp VAIO Z/VGC-LN51JGB workaround (for fixed speaker DAC)
|
/linux-4.1.27/Documentation/hid/ |
D | hid-sensor.txt | 47 for different sensors. For example an accelerometer can send X,Y and Z data, whereas
|
/linux-4.1.27/Documentation/vm/ |
D | slub.txt | 40 Z Red zoning
|
/linux-4.1.27/drivers/zorro/ |
D | zorro.ids | 71 0400 8-Up (Rev Z) [RAM Expansion]
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 544 For example, assume CPU Z is relatively far from CPU X. Even if CPU Z 546 woken task B from X to Z since it is out of its searching range.
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 229 job suspension by typing "^Z" and hitting ENTER. You may wish to
|
/linux-4.1.27/arch/x86/lib/ |
D | x86-opcode-map.txt | 401 44: CMOVE/Z Gv,Ev 488 94: SETE/Z Eb
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 195 'Z' 14-15 drivers/message/fusion/mptctl.h
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 164 Z = c0 * x0 + c1 + x1 + ... + c(n-1) * x(n-1) + cn.
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | ppc-opc.c | 1665 #define Z(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 1)) macro 1671 #define ZRC(op, xop, rc) (Z ((op), (xop)) | ((rc) & 1)) 4684 { "dtstdc", Z(59,194), Z_MASK, POWER6, { BF, FRA, DCM } }, 4685 { "dtstdg", Z(59,226), Z_MASK, POWER6, { BF, FRA, DGM } }, 4868 { "dtstdcq", Z(63,194), Z_MASK, POWER6, { BF, FRA, DCM } }, 4869 { "dtstdgq", Z(63,226), Z_MASK, POWER6, { BF, FRA, DGM } },
|
/linux-4.1.27/lib/ |
D | locking-selftest.c | 128 INIT_CLASS_FUNC(Z) in INIT_CLASS_FUNC()
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 50 EAZ is the abbreviation of (E)ndgeraete(A)uswahl(Z)iffer and
|
/linux-4.1.27/drivers/usb/serial/ |
D | Kconfig | 556 commonly found in some Z-Wave USB devices.
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 820 allow uppercase characters 'A' to 'Z' (property names should be 823 begin with a character in the range 'a' to 'z' (or 'A' to 'Z' for node
|
/linux-4.1.27/ |
D | CREDITS | 323 D: Author of driver for Cyclom-Y and Cyclades-Z async mux 2761 D: Maintainer of the Cyclom-Y/Cyclades-Z asynchronous card driver
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1147 to work on later R, T, X and Z series ThinkPads but may show a bogus
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 37 Packages "snd-util-3.8.tar.gz" and "snd-data-0.1.tar.Z"
|