Home
last modified time | relevance | path

Searched refs:z1 (Results 1 – 25 of 27) 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/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/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 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()
72 z1, z2, rt); in pm860x_touch_handler()
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()
194 rz = z2 - z1; in bu21029_touch_report()
197 rz /= z1; in bu21029_touch_report()
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()
H A Dads7846.c91 u16 x, y, z1, z2; member
190 #define READ_Z1(vref) (READ_12BIT_DFR(z1, 1, vref))
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()
H A Dad7877.c323 u16 x, y, z1, z2; in ad7877_process_data() local
327 z1 = ts->conversion_data[AD7877_SEQ_Z1] & MAX_12BIT; in ad7877_process_data()
340 if (likely(x && z1)) { in ad7877_process_data()
342 Rt = (z2 - z1) * x * ts->x_plate_ohms; in ad7877_process_data()
343 Rt /= z1; in ad7877_process_data()
H A Dtsc2007.h58 u16 z1, z2; member
H A Dtsc2007_iio.c74 tc.z1 = tsc2007_xfer(tsc, READ_Z1); in tsc2007_read_raw()
/linux/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c343 bzr->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 1); in hfcpci_clear_fifo_rx()
345 le16_to_cpu(bzr->za[MAX_B_FRAMES].z1)); in hfcpci_clear_fifo_rx()
373 le16_to_cpu(bzt->za[MAX_B_FRAMES].z1), in hfcpci_clear_fifo_tx()
378 bzt->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 1); in hfcpci_clear_fifo_tx()
387 le16_to_cpu(bzt->za[MAX_B_FRAMES].z1), in hfcpci_clear_fifo_tx()
410 (*(bdata + (le16_to_cpu(zp->z1) - B_SUB_VAL)))) { in hfcpci_empty_bfifo()
467 rcnt = le16_to_cpu(zp->z1) - le16_to_cpu(zp->z2); in receive_dmsg()
475 le16_to_cpu(zp->z1), in receive_dmsg()
480 (df->data[le16_to_cpu(zp->z1)])) { in receive_dmsg()
486 df->data[le16_to_cpu(zp->z1)]); in receive_dmsg()
[all …]
H A Dhfc_pci.h172 __le16 z1; /* Z1 pointer 16 Bit */ member
H A Dhfcmulti.c1905 int Zspace, z1, z2; /* must be int for calculation */ in hfcmulti_tx() local
1989 z1 = HFC_inw_nodebug(hc, A_Z1) - hc->Zmin; in hfcmulti_tx()
1997 hc->chan[ch].Zfill = z1 - z2; in hfcmulti_tx()
2000 Zspace = z2 - z1; in hfcmulti_tx()
2012 if (z1 == z2) { /* empty */ in hfcmulti_tx()
2049 && !test_bit(FLG_HDLC, &bch->Flags) && z2 == z1) { in hfcmulti_tx()
2104 __func__, hc->id + 1, ch, Zspace, z1, z2, ii-i, len-i, in hfcmulti_tx()
2152 int Zsize, z1, z2 = 0; /* = 0, to make GCC happy */ in hfcmulti_rx() local
2201 z1 = HFC_inw_nodebug(hc, A_Z1) - hc->Zmin; in hfcmulti_rx()
2202 while (z1 != (temp = (HFC_inw_nodebug(hc, A_Z1) - hc->Zmin))) { in hfcmulti_rx()
[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/crypto/x86/
H A Dcurve25519.h1536 u64 *z1 = &tmp[4]; in curve25519_ever64_base() local
1555 z1[0] = 1, z1[1] = z1[2] = z1[3] = 0; in curve25519_ever64_base()
1567 fsub(b, x1, z1); in curve25519_ever64_base()
1568 fadd(a, x1, z1); in curve25519_ever64_base()
/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/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
290 byte 5: z7 z6 z5 z4 z3 z2 z1 z0
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-skov-cpu-revc.dtsi9 io-channel-names = "y", "z1", "z2", "x";
H A Dimx6dl-victgo.dts120 io-channel-names = "y", "z1", "z2", "x";
H A Dimx6dl-plym2m.dts159 io-channel-names = "y", "z1", "z2", "x";
H A Dimx6dl-prtvt7.dts292 io-channel-names = "y", "z1", "z2", "x";
/linux/drivers/iio/adc/
H A Dat91_adc.c310 unsigned int xscale, yscale, reg, z1, z2; in at91_ts_sample() local
343 z1 = reg & xyz_mask; in at91_ts_sample()
346 if (z1 != 0) in at91_ts_sample()
347 pres = rxp * (x * factor / 1024) * (z2 * factor / z1 - factor) in at91_ts_sample()
353 xpos, xscale, ypos, yscale, z1, z2, pres); in at91_ts_sample()
/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S156 ldr z1, [x2, #1, MUL VL]
288 str z1, [x2, #1, MUL VL]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c747 struct range z1, z2; in reg_state_cond() local
763 z1 = x->r[t]; in reg_state_cond()
766 range_cond(t, z1, z2, op, &z1, &z2); in reg_state_cond()
770 reg_state_refine(&xx, t, z1, buf); in reg_state_cond()
/linux/arch/arm64/boot/dts/rockchip/
H A Dpx30-evb.dts414 "0", /* z1 */

12