Lines Matching refs:z1
606 uint32_t x, y, z1 = 0, z2 = 0, rt;
630 z1 = wzero3ssp_ic_send(WZERO3_SSP_IC_MAX1233,
632 DPRINTF(("%s: z1=%d\n", __func__, z1));
637 if (z1 >= 10) {
640 rt *= (z2 / z1) - 1;
699 int z0, z1;
731 /* Z1 */
734 z1 = ads7846_sync(1, 0, cmd);
735 DPRINTF(("%s: z0 = %d, z1 = %d\n", __func__, z0, z1));
738 if (z0 == 0 || (pos->x * (z1 - z0) / z0) >= 15000)
803 int z1, z2;
820 z1 = ak4184_sync(1, 1,
822 DPRINTF(("%s: z1=%d\n", __func__, z1));
827 if (z1 >= 10) {
830 rt *= (z2 / z1) - 1;
837 if (z1 == 0 || rt == 0)