Home
last modified time | relevance | path

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

123

/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/drivers/isdn/mISDN/
H A Ddsp_biquad.h22 int32_t z1; member
35 bq->z1 = 0; in biquad2_init()
44 z0 = sample * bq->gain + bq->z1 * bq->a1 + bq->z2 * bq->a2; in biquad2()
45 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
47 bq->z2 = bq->z1; in biquad2()
48 bq->z1 = z0 >> 15; in biquad2()
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dresistive-adc-touch.yaml30 - description: z1 (optional)
43 - enum: [x, y, z1, z2]
44 - enum: [x, y, z1, z2]
45 - enum: [x, y, z1, z2]
46 - enum: [x, y, z1, z2]
84 io-channel-names = "x", "z1", "z2", "y";
/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.c70 unsigned int z1 = touch_info[st->ch_map[GRTS_CH_Z1]]; in grts_cb() local
74 if (likely(x && z1)) { in grts_cb()
76 Rt -= z1; in grts_cb()
80 Rt /= z1; in grts_cb()
175 /* if no pressure is defined, try optional z1 + z2 */ in grts_get_properties()
176 error = grts_map_channel(st, dev, GRTS_CH_Z1, "z1", true); in grts_get_properties()
183 /* 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 Dtsc200x-core.c33 * 5) tsc200x_irq_thread() queues up a transfer to fetch the x, y, z1, z2
70 u16 z1; member
154 if (unlikely(tsdata.z1 == 0 || tsdata.z2 > MAX_12BIT)) in tsc200x_irq_thread()
156 if (unlikely(tsdata.z1 >= tsdata.z2)) in tsc200x_irq_thread()
165 ts->in_z1 == tsdata.z1 && ts->in_z2 == tsdata.z2) { in tsc200x_irq_thread()
175 ts->in_z1 = tsdata.z1; in tsc200x_irq_thread()
179 pressure = tsdata.x * (tsdata.z2 - tsdata.z1) / tsdata.z1; in tsc200x_irq_thread()
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
190 #define READ_Z1(vref) (READ_12BIT_DFR(z1, 1, vref))
208 * Measure: Z1; Vref: Y+, X-; IN: X+
718 packet->z1 = val; in ads7846_set_cmd_val()
854 u16 x, y, z1, z2; in ads7846_report_state() local
859 z1 = 0; in ads7846_report_state()
862 z1 = packet->z1; in ads7846_report_state()
872 } else if (likely(x && z1)) { in ads7846_report_state()
875 Rt -= z1; in ads7846_report_state()
879 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_iio.c28 TSC2007_CHAN_IIO(2, "z1", IIO_VOLTAGE, IIO_CHAN_INFO_RAW),
74 tc.z1 = tsc2007_xfer(tsc, READ_Z1); in tsc2007_read_raw()
H A Dtsc2007_core.c62 tc->z1 = tsc2007_xfer(tsc, READ_Z1); in tsc2007_read_values()
77 if (likely(tc->x && tc->z1)) { in tsc2007_calculate_resistance()
79 rt = tc->z2 - tc->z1; in tsc2007_calculate_resistance()
82 rt /= tc->z1; in tsc2007_calculate_resistance()
H A Dad7879.c169 u16 x, y, z1, z2; in ad7879_report() local
173 z1 = ts->conversion_data[AD7879_SEQ_Z1] & MAX_12BIT; in ad7879_report()
191 if (likely(x && z1)) { in ad7879_report()
193 Rt = (z2 - z1) * x * ts->x_plate_ohms; in ad7879_report()
194 Rt /= z1; in ad7879_report()
/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
H A Damplc_dio200_pci.c34 * 2 CTR-Z1 PPI-Y UNUSED
36 * 4 INTERRUPT CTR-Z1 CTR-Z1
49 * 4 CTR-Z1
178 * 4 CTR-Z1-OUT1 CTR-Z1-OUT1 CTR-Z1-OUT1
188 * 4 PPI-Z-C0 CTR-Z1-OUT1
/linux/crypto/
H A Decc.c1129 static void ecc_point_double_jacobian(u64 *x1, u64 *y1, u64 *z1, in ecc_point_double_jacobian() argument
1138 if (vli_is_zero(z1, ndigits)) in ecc_point_double_jacobian()
1147 /* t2 = y1*z1 = z3 */ in ecc_point_double_jacobian()
1148 vli_mod_mult_fast(y1, y1, z1, curve); in ecc_point_double_jacobian()
1149 /* t3 = z1^2 */ in ecc_point_double_jacobian()
1150 vli_mod_square_fast(z1, z1, curve); in ecc_point_double_jacobian()
1152 /* t1 = x1 + z1^2 */ in ecc_point_double_jacobian()
1153 vli_mod_add(x1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
1154 /* t3 = 2*z1^2 */ in ecc_point_double_jacobian()
1155 vli_mod_add(z1, z1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
[all …]
/linux/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c342 bzr->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 1); in hfcpci_clear_fifo_rx()
344 le16_to_cpu(bzr->za[MAX_B_FRAMES].z1)); in hfcpci_clear_fifo_rx()
370 "z1(%x) z2(%x) state(%x)\n", in hfcpci_clear_fifo_tx()
372 le16_to_cpu(bzt->za[MAX_B_FRAMES].z1), in hfcpci_clear_fifo_tx()
377 bzt->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 1); in hfcpci_clear_fifo_tx()
384 "hfcpci_clear_fifo_tx%d f1(%x) f2(%x) z1(%x) z2(%x)\n", in hfcpci_clear_fifo_tx()
386 le16_to_cpu(bzt->za[MAX_B_FRAMES].z1), in hfcpci_clear_fifo_tx()
409 (*(bdata + (le16_to_cpu(zp->z1) - B_SUB_VAL)))) { in hfcpci_empty_bfifo()
466 rcnt = le16_to_cpu(zp->z1) - le16_to_cpu(zp->z2); in receive_dmsg()
472 "hfcpci recd f1(%d) f2(%d) z1(%x) z2(%x) cnt(%d)\n", in receive_dmsg()
[all …]
H A Dhfc_pci.h172 __le16 z1; /* Z1 pointer 16 Bit */ member
/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/arch/arm/lib/
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/arm64/lib/
H A Dcrc-t10dif-core.S102 * { x0, x1, x2, x3, x4, x5, x6, x7 }, { z0, z1, z2, z3, z4, z5, z6, z7 }
114 * 1 (w0*x1 ^ w1*x0) << 8 ^ | (y0*z1 ^ y1*z0) << 8 ^
115 * 2 (w0*x2 ^ w1*x1) << 16 ^ | (y0*z2 ^ y1*z1) << 16 ^
126 * { x0, x2, x4, x6, z0, z2, z4, z6 }, { x1, x3, x5, x7, z1, z3, z5, z7 }
133 * b := { w0*x1, w0*x3, w0*x5, w0*x7 }, { y0*z1, y0*z3, y0*z5, y0*z7 }
135 * d := { w1*x1, w1*x3, w1*x5, w1*x7 }, { y1*z1, y1*z3, y1*z5, y1*z7 }
/linux/lib/
H A Dlocking-selftest.c1086 RL(Z1); \
1087 RU(Z1); \
1092 WL(Z1); \
1095 WU(Z1);
1118 RL(Z1); \
1119 RU(Z1); \
1124 WL(Z1); \
1127 WU(Z1);
1150 RL(Z1); \
1151 RU(Z1); \
[all …]
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974-sony-xperia-rhine-honami.dts5 model = "Sony Xperia Z1";

123