/Linux-v4.19/drivers/isdn/mISDN/ |
D | dsp_biquad.h | 37 int32_t z2; member 50 bq->z2 = 0; in biquad2_init() 58 z0 = sample * bq->gain + bq->z1 * bq->a1 + bq->z2 * bq->a2; in biquad2() 59 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2() 61 bq->z2 = bq->z1; in biquad2()
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | softfloat-macros | 240 bits64 z0, z1, z2; 244 z2 = a2; 250 z2 = a1<<negCount; 256 z2 = a1; 262 z2 = a0<<negCount; 266 z2 = ( count == 128 ) ? a0 : ( a0 != 0 ); 272 z2 |= ( a2 != 0 ); 274 *z2Ptr = z2; 319 bits64 z0, z1, z2; 322 z2 = a2<<count; [all …]
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | hfc_2bs0.c | 87 int rcnt, z1, z2; in hfc_clear_fifo() local 103 z2 = ReadZReg(bcs, HFC_Z2 | HFC_REC | HFC_CHANNEL(bcs->channel)); in hfc_clear_fifo() 105 while (((f1 != f2) || (z1 != z2)) && cnt--) { in hfc_clear_fifo() 109 rcnt = z1 - z2; in hfc_clear_fifo() 116 bcs->channel, z1, z2, rcnt); in hfc_clear_fifo() 136 z2 = ReadZReg(bcs, HFC_Z2 | HFC_REC | HFC_CHANNEL(bcs->channel)); in hfc_clear_fifo() 242 int z1, z2; in hfc_fill_fifo() local 279 z2 = ReadZReg(bcs, HFC_Z2 | HFC_REC | HFC_CHANNEL(bcs->channel)); in hfc_fill_fifo() 280 count = z1 - z2; in hfc_fill_fifo() 329 int z1, z2, rcnt; in main_irq_hfc() local [all …]
|
D | hfc_pci.c | 233 bzr->za[MAX_B_FRAMES].z2 = bzr->za[MAX_B_FRAMES].z1; in hfcpci_clear_fifo_rx() 259 bzt->za[MAX_B_FRAMES].z2 = bzt->za[MAX_B_FRAMES].z1; in hfcpci_clear_fifo_tx() 283 new_z2 = zp->z2 + count; /* new position in fifo */ in hfcpci_empty_fifo() 294 bz->za[new_f2].z2 = new_z2; in hfcpci_empty_fifo() 304 if (zp->z2 + count <= B_FIFO_SIZE + B_SUB_VAL) in hfcpci_empty_fifo() 307 maxlen = B_FIFO_SIZE + B_SUB_VAL - zp->z2; /* maximum */ in hfcpci_empty_fifo() 309 ptr1 = bdata + (zp->z2 - B_SUB_VAL); /* start of data */ in hfcpci_empty_fifo() 318 bz->za[new_f2].z2 = new_z2; in hfcpci_empty_fifo() 347 rcnt = zp->z1 - zp->z2; in receive_dmsg() 353 df->f1, df->f2, zp->z1, zp->z2, rcnt); in receive_dmsg() [all …]
|
D | hfc_sx.c | 120 int fifo_size, count, z1, z2; in write_fifo() local 142 z2 = Read_hfc(cs, HFCSX_FIF_Z2H); in write_fifo() 143 z2 = ((z2 << 8) | Read_hfc(cs, HFCSX_FIF_Z2L)); in write_fifo() 144 count = z2 - z1; in write_fifo() 208 { int fifo_size, count, z1, z2; in read_fifo() local 228 z2 = Read_hfc(cs, HFCSX_FIF_Z2H); in read_fifo() 229 z2 = ((z2 << 8) | Read_hfc(cs, HFCSX_FIF_Z2L)); in read_fifo() 231 count = z1 - z2; in read_fifo() 255 z2 = Read_hfc(cs, HFCSX_FIF_Z2H); in read_fifo() 256 z2 = ((z2 << 8) | Read_hfc(cs, HFCSX_FIF_Z2L)); in read_fifo() [all …]
|
D | hfc_2bds0.c | 354 int z1, z2, rcnt; in main_rec_2bds0() local 377 z2 = ReadZReg(cs, HFCB_FIFO | HFCB_Z2 | HFCB_REC | HFCB_CHANNEL(bcs->channel)); in main_rec_2bds0() 378 rcnt = z1 - z2; in main_rec_2bds0() 384 bcs->channel, z1, z2, rcnt); in main_rec_2bds0() 591 int rcnt, z1, z2; in receive_dmsg() local 610 z2 = ReadZReg(cs, HFCD_FIFO | HFCD_Z2 | HFCD_REC); in receive_dmsg() 611 rcnt = z1 - z2; in receive_dmsg() 617 f1, f2, z1, z2, rcnt); in receive_dmsg()
|
D | hfc_pci.h | 187 unsigned short z2; /* Z2 pointer 16 Bit */ member
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | ti_am335x_tsc.c | 216 u32 *x, u32 *y, u32 *z1, u32 *z2) in titsc_read_coordinates() argument 229 *z2 = titsc_readl(ts_dev, REG_FIFO0); in titsc_read_coordinates() 230 *z2 &= 0xfff; in titsc_read_coordinates() 273 unsigned int z1, z2, z; in titsc_irq() local 305 titsc_read_coordinates(ts_dev, &x, &y, &z1, &z2); in titsc_irq() 307 if (ts_dev->pen_down && z1 != 0 && z2 != 0) { in titsc_irq() 313 z = z1 - z2; in titsc_irq() 316 z /= z2; in titsc_irq()
|
D | tsc200x-core.c | 79 u16 z2; member 162 if (unlikely(tsdata.z1 == 0 || tsdata.z2 > MAX_12BIT)) in tsc200x_irq_thread() 164 if (unlikely(tsdata.z1 >= tsdata.z2)) in tsc200x_irq_thread() 173 ts->in_z1 == tsdata.z1 && ts->in_z2 == tsdata.z2) { in tsc200x_irq_thread() 184 ts->in_z2 = tsdata.z2; in tsc200x_irq_thread() 187 pressure = tsdata.x * (tsdata.z2 - tsdata.z1) / tsdata.z1; in tsc200x_irq_thread()
|
D | 88pm860x-ts.c | 57 int z1, z2, rt = 0; in pm860x_touch_handler() local 68 z2 = ((buf[6] & 0xFF) << 4) | (buf[7] & 0x0F); in pm860x_touch_handler() 72 rt = z2 / z1 - 1; in pm860x_touch_handler() 75 z1, z2, rt); in pm860x_touch_handler()
|
D | bu21029_ts.c | 167 u16 x, y, z1, z2; in bu21029_touch_report() local 184 z2 = (buf[6] << 4) | (buf[7] >> 4); in bu21029_touch_report() 186 if (z1 && z2) { in bu21029_touch_report() 194 rz = z2 - z1; in bu21029_touch_report()
|
D | ads7846.c | 76 u16 z1, z2; member 188 #define READ_Z2(vref) (READ_12BIT_DFR(z2, 1, vref)) 753 u16 x, y, z1, z2; in ads7846_report_state() local 764 z2 = 0; in ads7846_report_state() 769 z2 = packet->tc.z2; in ads7846_report_state() 786 Rt = z2; in ads7846_report_state() 1126 x->rx_buf = &packet->tc.z2; in ads7846_setup_spi_msg() 1140 x->rx_buf = &packet->tc.z2; in ads7846_setup_spi_msg()
|
D | tsc2007.h | 58 u16 z1, z2; member
|
D | ad7879.c | 171 u16 x, y, z1, z2; in ad7879_report() local 176 z2 = ts->conversion_data[AD7879_SEQ_Z2] & MAX_12BIT; in ad7879_report() 195 Rt = (z2 - z1) * x * ts->x_plate_ohms; in ad7879_report()
|
D | tsc2007_core.c | 65 tc->z2 = tsc2007_xfer(tsc, READ_Z2); in tsc2007_read_values() 81 rt = tc->z2 - tc->z1; in tsc2007_calculate_resistance()
|
D | tsc2007_iio.c | 78 tc.z2 = tsc2007_xfer(tsc, READ_Z2); in tsc2007_read_raw()
|
/Linux-v4.19/sound/soc/pxa/ |
D | Makefile | 31 snd-soc-z2-objs := z2.o 49 obj-$(CONFIG_SND_PXA2XX_SOC_Z2) += snd-soc-z2.o
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | renesas,r8a73a4-cpg-clocks.txt | 17 "pll0", "pll1", "pll2", "pll2s", "pll2h", "z", "z2", "i", "m3", "b", 30 "pll2s", "pll2h", "z", "z2",
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 355 bzr->za[MAX_B_FRAMES].z2 = cpu_to_le16( in hfcpci_clear_fifo_rx() 385 le16_to_cpu(bzt->za[MAX_B_FRAMES].z2), in hfcpci_clear_fifo_tx() 390 bzt->za[MAX_B_FRAMES].z2 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 2); in hfcpci_clear_fifo_tx() 399 le16_to_cpu(bzt->za[MAX_B_FRAMES].z2)); in hfcpci_clear_fifo_tx() 416 new_z2 = le16_to_cpu(zp->z2) + count; /* new position in fifo */ in hfcpci_empty_bfifo() 428 bz->za[new_f2].z2 = cpu_to_le16(new_z2); in hfcpci_empty_bfifo() 439 if (le16_to_cpu(zp->z2) + count <= B_FIFO_SIZE + B_SUB_VAL) in hfcpci_empty_bfifo() 443 le16_to_cpu(zp->z2); /* maximum */ in hfcpci_empty_bfifo() 445 ptr1 = bdata + (le16_to_cpu(zp->z2) - B_SUB_VAL); in hfcpci_empty_bfifo() 455 bz->za[new_f2].z2 = cpu_to_le16(new_z2); in hfcpci_empty_bfifo() [all …]
|
D | hfc_pci.h | 187 __le16 z2; /* Z2 pointer 16 Bit */ member
|
/Linux-v4.19/Documentation/input/devices/ |
D | alps.rst | 114 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-v4.19/Documentation/devicetree/bindings/iio/magnetometer/ |
D | ak8975.txt | 29 "0.984807753012208"; /* z2 */
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/imu/ |
D | inv_mpu6050.txt | 42 "0.984807753012208"; /* z2 */
|
/Linux-v4.19/drivers/iio/magnetometer/ |
D | bmc150_magn.c | 130 __le16 z2; member 417 s16 z2 = le16_to_cpu(tregs->z2); in bmc150_magn_compensate_z() local 425 ((s16)xyz1)))) >> 2)) / (z2 + ((s16)(((((s32)z1) * in bmc150_magn_compensate_z()
|
/Linux-v4.19/arch/x86/crypto/ |
D | poly1305-avx2-x86_64.S | 122 # combine r2,u2,w2,y2 and s2=r2*5,v2=u2*5,x2=w2*5,z2=y2*5 229 # t1 += [ hc3[3] * s2, hc3[2] * v2, hc3[1] * x2, hc3[0] * z2 ] 253 # t1 += [ hc4[3] * s2, hc4[2] * v2, hc4[1] * x2, hc4[0] * z2 ]
|