Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dec.c686 MPI z1, z2, z3; in mpi_ec_get_affine() local
688 z1 = mpi_new(0); in mpi_ec_get_affine()
690 ec_invm(z1, point->z, ctx); /* z1 = z^(-1) mod p */ in mpi_ec_get_affine()
691 ec_mulm(z2, z1, z1, ctx); /* z2 = z^(-2) mod p */ in mpi_ec_get_affine()
698 ec_mulm(z3, z2, z1, ctx); /* z3 = z^(-3) mod p */ in mpi_ec_get_affine()
704 mpi_free(z1); in mpi_ec_get_affine()
847 #define Z1 (point->z) in dup_point_edwards() macro
880 ctx->pow2(H, Z1, ctx); in dup_point_edwards()
900 #undef Z1 in dup_point_edwards()
937 #define z1 (p1->z) in add_points_weierstrass() macro
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Decc.c947 static void ecc_point_double_jacobian(u64 *x1, u64 *y1, u64 *z1, in ecc_point_double_jacobian() argument
954 if (vli_is_zero(z1, ndigits)) in ecc_point_double_jacobian()
963 /* t2 = y1*z1 = z3 */ in ecc_point_double_jacobian()
964 vli_mod_mult_fast(y1, y1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
965 /* t3 = z1^2 */ in ecc_point_double_jacobian()
966 vli_mod_square_fast(z1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
968 /* t1 = x1 + z1^2 */ in ecc_point_double_jacobian()
969 vli_mod_add(x1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
970 /* t3 = 2*z1^2 */ in ecc_point_double_jacobian()
971 vli_mod_add(z1, z1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
[all …]
H A Decrdsa.c83 u64 z1[ECRDSA_MAX_DIGITS]; in ecrdsa_verify() local
133 vli_mod_mult_slow(z1, s, v, ctx->curve->n, ndigits); in ecrdsa_verify()
138 ecc_point_mult_shamir(&cc, z1, &ctx->curve->g, z2, &ctx->pub_key, in ecrdsa_verify()
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bc/bc/
H A Dlibmath.h2 "@iF1,5.6,7,8,9,10,11,12,13,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl5:C1,0:",
9 "@iF2,5.7,9,10,11,12,13,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl5:C2,0:",
16 "@iF3,5.7,9,11,12,13,16,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl5:C3,0:",
23 "@iF5,5.7,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl5:C5,0:s14:pl7:s0:pl14:",
26 "@iF4,5.6,7,9,10,11,12,13,16,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl5:",
39 "@iF6,13,5.6,7,8,9,10,11,12,16,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl13:",
/OK3568_Linux_fs/kernel/drivers/staging/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
/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c341 bzr->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 1); in hfcpci_clear_fifo_rx()
343 le16_to_cpu(bzr->za[MAX_B_FRAMES].z1)); in hfcpci_clear_fifo_rx()
369 "z1(%x) z2(%x) state(%x)\n", in hfcpci_clear_fifo_tx()
371 le16_to_cpu(bzt->za[MAX_B_FRAMES].z1), in hfcpci_clear_fifo_tx()
376 bzt->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 1); in hfcpci_clear_fifo_tx()
383 "hfcpci_clear_fifo_tx%d f1(%x) f2(%x) z1(%x) z2(%x)\n", in hfcpci_clear_fifo_tx()
385 le16_to_cpu(bzt->za[MAX_B_FRAMES].z1), in hfcpci_clear_fifo_tx()
408 (*(bdata + (le16_to_cpu(zp->z1) - B_SUB_VAL)))) { in hfcpci_empty_bfifo()
465 rcnt = le16_to_cpu(zp->z1) - le16_to_cpu(zp->z2); in receive_dmsg()
471 "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
/OK3568_Linux_fs/buildroot/package/bc/
H A D0004-no-gen-libmath.patch50 +"@iF1,5.6,7,8,9,10,11,12,13,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl5:C1,0:",
57 +"@iF2,5.7,9,10,11,12,13,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl5:C2,0:",
64 +"@iF3,5.7,9,11,12,13,16,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl5:C3,0:",
71 +"@iF5,5.7,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl5:C5,0:s14:pl7:s0:pl14:",
74 +"@iF4,5.6,7,9,10,11,12,13,16,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl5:",
87 +"@iF6,13,5.6,7,8,9,10,11,12,16,14,15[l0:KA:#Z1:l0:s7:pKA:s0:pl13:",
/OK3568_Linux_fs/kernel/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()
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.c218 u32 *x, u32 *y, u32 *z1, u32 *z2) in titsc_read_coordinates() argument
229 *z1 = titsc_readl(ts_dev, REG_FIFO0); in titsc_read_coordinates()
230 *z1 &= 0xfff; in titsc_read_coordinates()
275 unsigned int z1, z2, z; in titsc_irq() local
307 titsc_read_coordinates(ts_dev, &x, &y, &z1, &z2); in titsc_irq()
309 if (ts_dev->pen_down && z1 != 0 && z2 != 0) { in titsc_irq()
313 * x postion/4096 * ((z2 / z1) - 1) in titsc_irq()
315 z = z1 - z2; in titsc_irq()
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 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 Dads7846.c75 u16 z1, z2; member
188 #define READ_Z1(vref) (READ_12BIT_DFR(z1, 1, vref))
771 u16 x, y, z1, z2; in ads7846_report_state() local
781 z1 = 0; in ads7846_report_state()
786 z1 = packet->tc.z1; in ads7846_report_state()
802 } else if (likely(x && z1)) { in ads7846_report_state()
805 Rt -= z1; in ads7846_report_state()
809 Rt /= z1; in ads7846_report_state()
1104 x->rx_buf = &packet->tc.z1; in ads7846_setup_spi_msg()
1119 x->rx_buf = &packet->tc.z1; in ads7846_setup_spi_msg()
H A Dtsc2007_core.c61 tc->z1 = tsc2007_xfer(tsc, READ_Z1); in tsc2007_read_values()
76 if (likely(tc->x && tc->z1)) { in tsc2007_calculate_resistance()
78 rt = tc->z2 - tc->z1; in tsc2007_calculate_resistance()
81 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()
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()
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_axp_vars.h23 {"db_667-667", 0x9, 0x13, 0x0, Z1, ddr3_Z1_db_600, ddr3_db_667},
24 {"db_800-400", 0xA, 0x1, 0x0, Z1, ddr3_Z1_db_300, ddr3_db_400},
25 {"db_1066-533", 0x1, 0x1, 0x0, Z1, ddr3_Z1_db_300, ddr3_db_533},
26 {"db_1200-300", 0x2, 0xC, 0x0, Z1, ddr3_Z1_db_300, ddr3_db_667},
27 {"db_1200-600", 0x2, 0x5, 0x0, Z1, ddr3_Z1_db_600, NULL},
28 {"db_1333-333", 0x3, 0xC, 0x0, Z1, ddr3_Z1_db_300, ddr3_db_400},
29 {"db_1333-667", 0x3, 0x5, 0x0, Z1, ddr3_Z1_db_600, ddr3_db_667},
30 /* pcac board values (Z1 device): */
33 /* rd board values (Z1 device): */
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace-asm.S20 mov z1.d, z0.d
27 mov z1.d, z0.d
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/lib/
H A Dlocking-selftest.c1052 RL(Z1); \
1053 RU(Z1); \
1058 WL(Z1); \
1061 WU(Z1);
1084 RL(Z1); \
1085 RU(Z1); \
1090 WL(Z1); \
1093 WU(Z1);
1116 RL(Z1); \
1117 RU(Z1); \
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dhigh_speed_env_spec.h22 /* Serdes revision 1.2 (for A38x-Z1) */
24 /* Serdes revision 2.1 (for A39x-Z1, A38x-A0) */

1234567