Home
last modified time | relevance | path

Searched refs:Z (Results 1 – 132 of 132) sorted by relevance

/linux-4.4.14/crypto/
Dfcrypt.c75 #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.4.14/arch/m68k/fpsp040/
Dsatan.S350 |--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 …]
Dssinh.S86 |--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)
Dstanh.S95 |--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
Dsatanh.S76 |--Y = |X|, Z = 2Y/(1-Y), ATANH(X) = SIGN(X) * (1/2) * LOG1P(Z).
92 bsr slognp1 | ...LOG1P(Z)
Dkernel_ex.S68 fmovel #0,%FPSR |clr status bits (Z set)
73 fmovel #0,%FPSR |clr status bits (Z set)
Dget_op.S591 orl #neg_mask+z_mask,USER_FPSR(%a6) |set N and Z
597 orl #z_mask,USER_FPSR(%a6) |set Z
Dsetox.S88 | 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).
Ddo_func.S548 orl #z_mask,USER_FPSR(%a6) |set Z bit
555 orl #neg_mask+z_mask,USER_FPSR(%a6) |set N and Z bits
Dslogn.S477 |--ENTRY POINT FOR LOG(1+Z) FOR DENORMALIZED INPUT
Dfpsp.h270 .set nzi_mask,0x01ffffff | clears N, Z, and I
Dres_func.S1372 orl #z_mask,USER_FPSR(%a6) |if zero, set Z
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME.FPE8 {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 …]
DTODO4 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.4.14/arch/mn10300/proc-mn2ws0050/include/proc/
Dintctl-regs.h14 #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.4.14/arch/mn10300/proc-mn103e010/include/proc/
Dintctl-regs.h14 #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.4.14/arch/arc/include/asm/
Dentry-arcv2.h14 ; 2. STATUS32.Z flag set to U mode at time of interrupt (U:1, K:0)
26 ; Utilize the fact that Z bit is set if Intr taken in U mode
117 ; Set Z flag if this was from U mode (expected by INTERRUPT_PROLOGUE)
118 ; Although H/w exception micro-ops do set Z flag for U mode (just like
137 btst r0, STATUS_U_BIT ; Z flag set if K, used in INTERRUPT_EPILOGUE
/linux-4.4.14/Documentation/frv/
Dkernel-ABI.txt181 (*) 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 …]
Datomic-ops.txt36 (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.4.14/drivers/net/ethernet/sfc/
Dnic.c191 #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.4.14/arch/blackfin/lib/
Dmemmove.S69 .Lbyte2_s: R1 = B[P3++](Z);
79 R1 = B[P3--] (Z);
88 .Lol_e: R1 = B[P3--] (Z);
Dstrcmp.S31 R0 = B[P0++] (Z); /* get *s1 */
32 R1 = B[P1++] (Z); /* get *s2 */
Dudivsi3.S63 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);
Dmemchr.S24 R1 = R1.B(Z);
32 R3 = B[P0++](Z);
Dstrncmp.S31 R0 = B[P0++] (Z); /* get *s1 */
32 R1 = B[P1++] (Z); /* get *s2 */
Ddivsi3.S75 R0 = R0.L (Z);
101 R2 = R2.L (Z);
154 R2 = 1 (Z);
185 R1 = R1.L (Z);
Dmemcmp.S60 R1 = B[P3++](Z); /* *s2 */
61 R0 = B[P0++](Z); /* *s1 */
Dstrcpy.S29 R1 = B [P1++] (Z);
Dstrncpy.S36 R1 = B [P1++] (Z);
Dmemset.S32 R1 = R1.B (Z); /* R1 = fill char */
/linux-4.4.14/drivers/iio/imu/
Dadis16400_core.c615 ADIS16400_GYRO_CHAN(Z, ADIS16400_ZGYRO_OUT, 14),
618 ADIS16400_ACCEL_CHAN(Z, ADIS16400_ZACCL_OUT, 14),
621 ADIS16400_MAGN_CHAN(Z, ADIS16400_ZMAGN_OUT, 14),
630 ADIS16400_GYRO_CHAN(Z, ADIS16400_ZGYRO_OUT, 16),
633 ADIS16400_ACCEL_CHAN(Z, ADIS16400_ZACCL_OUT, 16),
641 ADIS16400_GYRO_CHAN(Z, ADIS16400_ZGYRO_OUT, 16),
644 ADIS16400_ACCEL_CHAN(Z, ADIS16400_ZACCL_OUT, 16),
647 ADIS16400_MAGN_CHAN(Z, ADIS16400_ZMAGN_OUT, 16),
670 ADIS16400_GYRO_CHAN(Z, ADIS16400_ZGYRO_OUT, 14),
673 ADIS16400_ACCEL_CHAN(Z, ADIS16400_ZACCL_OUT, 14),
[all …]
Dadis16480.c649 ADIS16480_GYRO_CHANNEL(Z),
652 ADIS16480_ACCEL_CHANNEL(Z),
655 ADIS16480_MAGN_CHANNEL(Z),
664 ADIS16480_GYRO_CHANNEL(Z),
667 ADIS16480_ACCEL_CHANNEL(Z),
Dkmx61.c275 KMX61_ACC_CHAN(Z),
281 KMX61_MAG_CHAN(Z),
/linux-4.4.14/drivers/media/dvb-frontends/
Dstv0367_priv.h45 #define INRANGE(X, Y, Z) \ argument
46 ((((X) <= (Y)) && ((Y) <= (Z))) || \
47 (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
Dstv0900_priv.h32 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ argument
33 || (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dti,tas5086.txt24 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.4.14/firmware/matrox/
Dg200_warp.H167 * - Z stands for computation of Z buffer interpolation
Dg400_warp.H167 * - Z stands for computation of Z buffer interpolation
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio-light-lm3533-als50 out_currentY_currentZ_raw, where Z is the current zone.
58 Z (0..255), where Y in 0..2 and Z in 0..4.
Dsysfs-driver-toshiba_acpi7 * 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
Dsysfs-ata50 The name of the directory is devX[.Y].Z where:
53 - Z the device id: for PATA, there is usually 2 devices [0,1],
Dsysfs-bus-iio96 channel Y - channel Z where these channel numbers apply to the
126 channel Y - channel Z where these channel numbers apply to the
483 channel Y, channel Z, etc. This interface is available in cases
/linux-4.4.14/arch/blackfin/kernel/
Dtrace.c464 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.4.14/Documentation/input/
Dcma3000_d0x.txt21 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)
Dgamepad.txt56 Left- and Right-Triggers, the lower buttons Z-Left and Z-Right.
Datarikbd.txt649 2C Z
/linux-4.4.14/Documentation/m68k/
DREADME.buddha18 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.4.14/Documentation/serial/
DREADME.cycladesZ2 The Cyclades-Z must have firmware loaded onto the card before it will
D00-INDEX4 - info on Cyclades-Z firmware loading.
/linux-4.4.14/arch/arm/mach-orion5x/include/mach/
Dentry-macro.S22 ands \irqstat, \irqstat, \tmp @ clear Z flag if any
/linux-4.4.14/arch/blackfin/include/asm/
Duaccess.h139 __get_user_asm(_val, _p, B, (Z)); \
142 __get_user_asm(_val, _p, W, (Z)); \
Dcontext.S192 fp = 0(Z);
/linux-4.4.14/arch/mn10300/lib/
D__ucmpdi2.S31 subc a1,d1 # may clear Z, never sets it
/linux-4.4.14/Documentation/scsi/
Daacraid.txt63 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.4.14/Documentation/filesystems/
Dsharedsubtree.txt382 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 …]
Dcoda.txt1501 55..44.. ZZAAPPFFIILLEE
1522 55..55.. ZZAAPPDDIIRR
1538 55..66.. ZZAAPPVVNNOODDEE
Dproc.txt215 in an uninterruptible wait, Z is zombie,
284 uninterruptible wait, Z is zombie, T is traced or stopped)
/linux-4.4.14/arch/arm/boot/dts/
Dea3250.dts156 /* 3-axis accelerometer X,Y,Z (or AD-IN instead of Z) */
Dtegra20-seaboard.dts352 interrupts = <TEGRA_GPIO(Z, 2) IRQ_TYPE_LEVEL_HIGH>;
359 interrupts = <TEGRA_GPIO(Z, 4) IRQ_TYPE_LEVEL_HIGH>;
Dtegra20-ventana.dts348 interrupts = <TEGRA_GPIO(Z, 2) IRQ_TYPE_LEVEL_HIGH>;
/linux-4.4.14/Documentation/video4linux/
Dzr364xx.txt65 0x06d6 0x003b Trust Powerc@m 970Z
69 0x06d6 0x003d Trust Powerc@m 910Z
Dgspca.txt288 zc3xx 0ac8:0302 Z-star Vimicro zc0302
292 zc3xx 0ac8:301b Z-Star zc301b
294 zc3xx 0ac8:305b Z-star Vimicro zc0305b
/linux-4.4.14/arch/blackfin/mach-common/
Ddpmc_modes.S128 R2 = 0x0404(Z);
280 R0 = W[P0] (Z);
Dentry.S780 r2 = LO(~0x37) (Z);
891 r1 = LO(~0x8000) (Z);
975 r1 = 0x17(Z);
/linux-4.4.14/net/rxrpc/
Drxkad.c866 #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.4.14/arch/arc/kernel/
Dentry-arcv2.S192 btst r0, STATUS_U_BIT ; Z flag set if K (Z clear for U)
/linux-4.4.14/arch/m68k/include/asm/
Dsun3xflop.h31 #define request_region(X, Y, Z) (1) argument
/linux-4.4.14/Documentation/DocBook/media/
Dpipeline.png.b6461 Z+RMnBg4CVt6z+YqW+CHmzrRNr6x39PpUJQBPQjF10anY37HNek+nYkXm42Dp6N5O5MHy9eQs8Lt
208 g9d5jKjoJ8A6Qw9fEBX9eqfg1g0XYBx/hjLv6xpE5v1n1CP8iqhua1RTZmeeMffyknOZsW2VI/2Z
Dcrop.gif.b6497 T++sjigYz/Jfn/AYsPBC7/Rkj/JJ//Ri//Qr//FKz/JU/+omnPV0X/dbT/FdXyco//ZCbwEHH/Z/
Dfieldseq_tb.gif.b6466 lrUolmupX2XplgOGlmp5l+iVlXo5YHAZl9Q3l3T5fnbpl+uVl4FZYg6RCTUZmZI5mfZ4aAcxAz+Z
411 Dnzwwj822e68G4l78srDxaTZvDMEOez2Zc036qkTunronUuPk+zPCxQ99ziZ7rj117+Z/ebbi1+T
Dfieldseq_bt.gif.b64247 nP4BIJ9VCrUMYPBFHLvM1ptgHvIxn/ykX/Npn+nlXu4xXrAh2+/+NN3/4Z/8ZAzWgZ/3zV8HOiAK
298 vuJng+GDB/EOPud3vud//uD7AtlbvY0n/NLKu8WvOMHbe+Z/R4ibftqOPt2XPuwjLerTvOqvPk0b
/linux-4.4.14/Documentation/misc-devices/
Dlis3lv02d73 and a positive value for Z
77 * If the laptop is put upside-down, Z becomes negative
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmvebu-gated-clock.txt69 14 crypto0z Cryptographic 0 Z
71 16 crypto1z Cryptographic 1 Z
Dsilabs,si5351.txt51 2 = clock output is FLOATING (HIGH-Z) when disabled
/linux-4.4.14/drivers/tty/
DKconfig215 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.4.14/arch/m68k/ifpsp060/src/
Dilsp.S741 # 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'
Dfplsp.S472 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 …]
Dfpsp.S6459 #--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.4.14/Documentation/networking/
Dcdc_mbim.txt170 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
Dswitchdev.txt111 is the port name or ID, and Z is the sub-port name or ID. For example, sw1p1s0
/linux-4.4.14/drivers/iio/accel/
Dmma8452.c821 MMA8452_CHANNEL(Z, 2, 12),
828 MMA8452_CHANNEL(Z, 2, 10),
835 MMA8652_CHANNEL(Z, 2, 12),
842 MMA8652_CHANNEL(Z, 2, 10),
Dkxsd9.c187 KXSD9_ACCEL_CHAN(X), KXSD9_ACCEL_CHAN(Y), KXSD9_ACCEL_CHAN(Z),
Dbma180.c608 BMA180_ACC_CHANNEL(Z, 14),
616 BMA180_ACC_CHANNEL(Z, 10),
Dmxc4005.c299 MXC4005_CHANNEL(Z, MXC4005_REG_ZOUT_UPPER),
Dstk8ba50.c127 STK8BA50_ACCEL_CHANNEL(2, STK8BA50_REG_ZOUT, Z),
Dstk8312.c98 STK8312_ACCEL_CHANNEL(2, STK8312_REG_ZOUT, Z),
Dkxcjk-1013.c934 KXCJK1013_CHANNEL(Z),
Dbmc150-accel-core.c1007 BMC150_ACCEL_CHANNEL(Z, bits), \
/linux-4.4.14/scripts/
Dpatch-kernel127 elif [ -r ${filebase}.Z ]; then
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dcros-ec-keyb.txt54 /* L ENTER Z C */
/linux-4.4.14/drivers/staging/iio/magnetometer/
Dhmc5843_core.c467 HMC5843_CHANNEL(Z, 2),
474 HMC5843_CHANNEL(Z, 1),
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dfsmc-nand.txt20 kept in Hi-Z (tristate) after the start of a write access.
/linux-4.4.14/arch/sparc/include/asm/
Dfloppy_32.h24 #define request_region(X, Y, Z) (1) argument
/linux-4.4.14/drivers/staging/iio/accel/
Dadis16240_core.c184 ADIS_ACCEL_CHAN(Z, ADIS16240_ZACCL_OUT, ADIS16240_SCAN_ACC_Z,
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt15 Y and 2 for Z (always). This utilises 12
/linux-4.4.14/arch/arm/mm/
Dproc-xsc3.S479 orr r0, r0, r6 @ ..VI Z..S .... .C.M (mmu)
480 @ ...I Z..S .... .... (uc)
/linux-4.4.14/drivers/iio/gyro/
Ditg3200_core.c274 ITG3200_GYRO_CHAN(Z),
Dbmg160_core.c752 BMG160_CHANNEL(Z),
/linux-4.4.14/drivers/s390/char/
Ddefkeymap.map109 keycode 105 = Ntilde Z
/linux-4.4.14/scripts/genksyms/
Dkeywords.hash.c_shipped18 && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
/linux-4.4.14/Documentation/hwmon/
Dk10temp13 * AMD Family 14h processors: "Brazos" (C/E/G/Z-Series)
/linux-4.4.14/tools/perf/Documentation/
Dperf-probe.txt66 classes(e.g. [a-z], [!A-Z]).
179 … pattern and target. So this accepts wildcards('*', '?') and character classes(e.g. [a-z], [!A-Z]).
/linux-4.4.14/drivers/iio/magnetometer/
Dmag3110.c291 MAG3110_CHANNEL(Z, 2),
Dmmc35240.c159 MMC35240_CHANNEL(Z),
Dak8975.c696 AK8975_CHANNEL(X, 0), AK8975_CHANNEL(Y, 1), AK8975_CHANNEL(Z, 2),
Dbmc150_magn.c643 BMC150_MAGN_CHANNEL(Z),
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-mpp.txt106 Definition: The specified pins will put in high-Z mode and disabled.
Dqcom,pmic-gpio.txt129 Definition: The specified pins will put in high-Z mode and disabled.
/linux-4.4.14/Documentation/acpi/
Dnamespace.txt84 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.4.14/scripts/kconfig/
Dzconf.hash.c_shipped18 && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
/linux-4.4.14/Documentation/x86/
Dearlyprintk.txt126 …ow-all-timers(Q) unRaw Sync show-task-states(T) Unmount show-blocked-tasks(W) dump-ftrace-buffer(Z)
/linux-4.4.14/Documentation/
Dmemory-barriers.txt240 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
2885 Z = READ_ONCE(*A);
2892 Z == Y
2898 U=LOAD *A, STORE *A=V, STORE *A=W, X=LOAD *A, STORE *A=Y, Z=LOAD *A
[all …]
DDMA-API-HOWTO.txt58 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
Dedac.txt66 and is located in /sys/devices/pci<XXX>/0000:XX:YY.Z directories for
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt47 for different sensors. For example an accelerometer can send X,Y and Z data, whereas
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio-Models.txt70 no-primary-hp VAIO Z/VGC-LN51JGB workaround (for fixed speaker DAC)
/linux-4.4.14/drivers/zorro/
Dzorro.ids71 0400 8-Up (Rev Z) [RAM Expansion]
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt544 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.4.14/Documentation/s390/
D3270.txt229 job suspension by typing "^Z" and hitting ENTER. You may wish to
/linux-4.4.14/Documentation/vm/
Dslub.txt40 Z Red zoning
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt201 'Z' 14-15 drivers/message/fusion/mptctl.h
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt405 44: CMOVE/Z Gv,Ev
492 94: SETE/Z Eb
/linux-4.4.14/arch/x86/lib/
Dx86-opcode-map.txt405 44: CMOVE/Z Gv,Ev
492 94: SETE/Z Eb
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dthermal.txt165 Z = c0 * x0 + c1 + x1 + ... + c(n-1) * x(n-1) + cn.
/linux-4.4.14/arch/powerpc/xmon/
Dppc-opc.c1665 #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.4.14/lib/
Dlocking-selftest.c128 INIT_CLASS_FUNC(Z) in INIT_CLASS_FUNC()
/linux-4.4.14/Documentation/isdn/
DREADME50 EAZ is the abbreviation of (E)ndgeraete(A)uswahl(Z)iffer and
/linux-4.4.14/drivers/usb/serial/
DKconfig556 commonly found in some Z-Wave USB devices.
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt820 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.4.14/
DCREDITS327 D: Author of driver for Cyclom-Y and Cyclades-Z async mux
2769 D: Maintainer of the Cyclom-Y/Cyclades-Z asynchronous card driver
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt1147 to work on later R, T, X and Z series ThinkPads but may show a bogus
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS37 Packages "snd-util-3.8.tar.gz" and "snd-data-0.1.tar.Z"