Home
last modified time | relevance | path

Searched full:z1 (Results 1 – 25 of 48) sorted by relevance

12

/linux/arch/arm/nwfpe/
H A Dsoftfloat-macros107 bits64 z0, z1;
111 z1 = a1;
115 z1 = ( a0<<negCount ) | ( a1 != 0 );
120 z1 = a0 | ( a1 != 0 );
123 z1 = ( ( a0 | a1 ) != 0 );
127 *z1Ptr = z1;
145 bits64 z0, z1;
149 z1 = a1;
153 z1 = ( a0<<negCount ) | ( a1>>count );
157 z1 = ( count < 64 ) ? ( a0>>( count & 63 ) ) : 0;
[all …]
/linux/tools/memory-model/litmus-tests/
H A Ddep+plain.litmus8 * The data stored to *z1 and *z2 by P0() originates from P0()'s
16 P0(int *x, int *y, int *z1, int *z2)
19 *z1 = a;
20 *z2 = *z1;
/linux/drivers/input/touchscreen/
H A Dresistive-adc-touch.c69 unsigned int z1 = touch_info[st->ch_map[GRTS_CH_Z1]]; in grts_cb() local
73 if (likely(x && z1)) { in grts_cb()
75 Rt -= z1; in grts_cb()
79 Rt /= z1; in grts_cb()
174 /* if no pressure is defined, try optional z1 + z2 */ in grts_get_properties()
175 error = grts_map_channel(st, dev, GRTS_CH_Z1, "z1", true); in grts_get_properties()
182 /* if z1 is provided z2 is not optional */ in grts_get_properties()
H A D88pm860x-ts.c54 int z1, z2, rt = 0; in pm860x_touch_handler() local
64 z1 = ((buf[4] & 0xFF) << 4) | (buf[5] & 0x0F); in pm860x_touch_handler()
68 if ((x != 0) && (z1 != 0) && (touch->res_x != 0)) { in pm860x_touch_handler()
69 rt = z2 / z1 - 1; in pm860x_touch_handler()
71 dev_dbg(chip->dev, "z1:%d, z2:%d, rt:%d\n", in pm860x_touch_handler()
72 z1, z2, rt); in pm860x_touch_handler()
H A Dti_am335x_tsc.c224 u32 *x, u32 *y, u32 *z1, u32 *z2) in titsc_read_coordinates() argument
235 *z1 = titsc_readl(ts_dev, REG_FIFO0); in titsc_read_coordinates()
236 *z1 &= 0xfff; in titsc_read_coordinates()
281 unsigned int z1, z2, z; in titsc_irq() local
313 titsc_read_coordinates(ts_dev, &x, &y, &z1, &z2); in titsc_irq()
315 if (ts_dev->pen_down && z1 != 0 && z2 != 0) { in titsc_irq()
319 * x position/4096 * ((z2 / z1) - 1) in titsc_irq()
321 z = z1 - z2; in titsc_irq()
H A Dads7846.c91 u16 x, y, z1, z2; member
193 #define READ_Z1(vref) (READ_12BIT_DFR(z1, 1, vref))
211 * Measure: Z1; Vref: Y+, X-; IN: X+
712 packet->z1 = val; in ads7846_set_cmd_val()
903 u16 x, y, z1, z2; in ads7846_report_state() local
908 z1 = 0; in ads7846_report_state()
911 z1 = packet->z1; in ads7846_report_state()
921 } else if (likely(x && z1)) { in ads7846_report_state()
924 Rt -= z1; in ads7846_report_state()
928 Rt /= z1; in ads7846_report_state()
[all …]
H A Dbu21029_ts.c167 u16 x, y, z1, z2; in bu21029_touch_report() local
183 z1 = (buf[4] << 4) | (buf[5] >> 4); in bu21029_touch_report()
186 if (z1 && z2) { in bu21029_touch_report()
189 * Rz = Rx * (x/Q) * ((z2/z1) - 1), where in bu21029_touch_report()
192 * x, z1, z2 are the measured positions. in bu21029_touch_report()
194 rz = z2 - z1; in bu21029_touch_report()
197 rz /= z1; in bu21029_touch_report()
H A Dtsc2007_core.c62 tc->z1 = tsc2007_xfer(tsc, READ_Z1); in tsc2007_read_values()
75 if (likely(tc->x && tc->z1)) { in tsc2007_calculate_resistance()
77 rt = tc->z2 - tc->z1; in tsc2007_calculate_resistance()
80 rt = div_u64(rt, tc->z1); in tsc2007_calculate_resistance()
H A Dtsc2007.h58 u16 z1, z2; member
/linux/Documentation/input/devices/
H A Dalps.rst114 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
126 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
147 byte 8: 0 z6 z5 z4 z3 z2 z1 z0
168 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
196 byte 4: 0 z6 z5 z4 z3 z2 z1 z0
212 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
260 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
280 byte 4: Z7 Z6 Z5 Z4 Z3 Z2 Z1 Z0
290 byte 5: z7 z6 z5 z4 z3 z2 z1 z0
304 byte 5: T&P 0 Z5 Z4 Z3 Z2 Z1 Z0
[all …]
/linux/drivers/comedi/drivers/
H A Damplc_dio200.c36 * 2 CTR-Y2 CTR-Z1* CTR-Z1
37 * 3 CTR-Z1 INTERRUPT* CTR-Z2
48 * 4 CTR-Z1
145 * 4 CTR-Z1-OUT1 CTR-Z1-OUT1
155 * 4 CTR-Z1-OUT1 PPI-Z-C0
/linux/tools/testing/selftests/arm64/abi/
H A Dhwcap.c214 /* LUTI6 Z0.H, { Z0.H, Z1.H }, Z0[0] */ in poe_sigill()
290 /* BFCLAMP { Z0.H - Z1.H }, Z0.H, Z0.H */ in sme_aes_sigill()
374 /* BFADD ZA.H[W0, 0], {Z0.H-Z1.H} */ in smef8f32_sigill()
386 /* FADD ZA.H[W0, 0], { Z0.H-Z1.H } */ in smelutv2_sigill()
398 /* FDOT ZA.H[W0, 0], Z0.B-Z1.B, Z0.B-Z1.B */ in smesf8dp2_sigill()
410 /* FDOT ZA.S[W0, 0], { Z0.B-Z1.B }, Z0.B[0] */ in smesf8dp4_sigill()
434 /* LUTI4 { Z0.B-Z3.B }, ZT0, { Z0-Z1 } */ in smesfexpa_sigill()
494 /* SMOP4A ZA0.S, Z0.B, { Z0.B - Z1.B } */
506 /* STMOPA ZA0.S, { Z0.H - Z1 in sveb16b16_sigill()
[all...]
H A Dsyscall-abi-asm.S156 ldr z1, [x2, #1, MUL VL]
288 str z1, [x2, #1, MUL VL]
/linux/arch/x86/crypto/
H A Daria-gfni-avx512-asm_64.S425 z0, z1, z2, z3, \ argument
436 z0, z1, z2, z3, \
439 aria_diff_m(x0, x1, x2, x3, z0, z1, z2, z3); \
440 aria_diff_m(x4, x5, x6, x7, z0, z1, z2, z3); \
441 aria_diff_m(y0, y1, y2, y3, z0, z1, z2, z3); \
442 aria_diff_m(y4, y5, y6, y7, z0, z1, z2, z3); \
465 z0, z1, z2, z3, \ argument
476 z0, z1, z2, z3, \
479 aria_diff_m(x0, x1, x2, x3, z0, z1, z2, z3); \
480 aria_diff_m(x4, x5, x6, x7, z0, z1, z2, z3); \
[all …]
/linux/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c641 bits64 z1; in add128() local
643 z1 = a1 + b1; in add128()
644 *z1Ptr = z1; in add128()
645 *z0Ptr = a0 + b0 + (z1 < a1); in add128()
685 bits64 z0, zMiddleA, zMiddleB, z1; in mul64To128() local
691 z1 = ((bits64) aLow) * bLow; in mul64To128()
698 z1 += zMiddleA; in mul64To128()
699 z0 += (z1 < zMiddleA); in mul64To128()
700 *z1Ptr = z1; in mul64To128()
/linux/lib/crc/arm/
H A Dcrc-t10dif-core.S122 * { x0, x1, x2, x3, x4, x5, x6, x7 }, { z0, z1, z2, z3, z4, z5, z6, z7 }
134 * 1 (w0*x1 ^ w1*x0) << 8 ^ | (y0*z1 ^ y1*z0) << 8 ^
135 * 2 (w0*x2 ^ w1*x1) << 16 ^ | (y0*z2 ^ y1*z1) << 16 ^
146 * { x0, x2, x4, x6, z0, z2, z4, z6 }, { x1, x3, x5, x7, z1, z3, z5, z7 }
153 * b := { w0*x1, w0*x3, w0*x5, w0*x7 }, { y0*z1, y0*z3, y0*z5, y0*z7 }
155 * d := { w1*x1, w1*x3, w1*x5, w1*x7 }, { y1*z1, y1*z3, y1*z5, y1*z7 }
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974-sony-xperia-rhine-honami.dts5 model = "Sony Xperia Z1";
H A Dqcom-msm8974-sony-xperia-rhine-amami.dts5 model = "Sony Xperia Z1 Compact";
/linux/include/linux/soc/mmp/
H A Dcputype.h21 * MMP2 Z1 0x560f5811 0x00E00410
/linux/arch/powerpc/math-emu/
H A Dmath_efp.c828 if (!s_lo) fgpr.wp[1]++; /* Z > 0, choose Z1 */ in speround_handler()
843 fgpr.dp[0]++; /* Z > 0, choose Z1 */ in speround_handler()
845 fgpr.wp[1]++; /* Z > 0, choose Z1 */ in speround_handler()
860 fgpr.wp[1]++; /* Z_low > 0, choose Z1 */ in speround_handler()
862 fgpr.wp[0]++; /* Z_high word > 0, choose Z1 */ in speround_handler()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-skov-cpu-revc.dtsi9 io-channel-names = "y", "z1", "z2", "x";
/linux/Documentation/devicetree/bindings/iio/magnetometer/
H A Dasahi-kasei,ak8975.yaml91 "0", /* z1 */
/linux/Documentation/devicetree/bindings/iio/imu/
H A Dinvensense,mpu6050.yaml107 "0", /* z1 */
/linux/drivers/soc/nuvoton/
H A Dwpcm450-soc.c25 { 0x00, "Z1" },
/linux/drivers/iio/magnetometer/
H A Dbmc150_magn.c121 __le16 z1; member
412 u16 z1 = le16_to_cpu(tregs->z1); in bmc150_magn_compensate_z() local
421 ((s16)xyz1)))) >> 2)) / (z2 + ((s16)(((((s32)z1) * in bmc150_magn_compensate_z()

12