Lines Matching refs:cal5
164 u32 cal5;
236 &pvt->ts_coeff.cal5);
265 * T = G + H * (n / cal5 - 0.5) + J * F
270 div_s64(ts_coeff->h * (s64)nbs, ts_coeff->cal5) -
739 ts_coeff->cal5 = PVT_SERIES5_CAL5_CONST;
745 ts_coeff->cal5 = PVT_SERIES6_CAL5_CONST;
755 /* Override ts-coeff-h/g/j/cal5 if they are defined. */
759 device_property_read_u32(dev, "moortec,ts-coeff-cal5", &ts_coeff->cal5);
761 dev_dbg(dev, "ts-coeff: h = %u, g = %u, j = %d, cal5 = %u\n",
762 ts_coeff->h, ts_coeff->g, ts_coeff->j, ts_coeff->cal5);