Searched refs:x1dist (Results 1 – 3 of 3) sorted by relevance
240 int x1dist = vref - LUT_VREF_LOW; //(x - x1) in calculate_voltage_lut() local252 …int voltage = (q11 * x2dist * y2dist) + (q21 * x1dist * y2dist) + (q12 * x2dist * y1dist) + (q22 *… in calculate_voltage_lut()
246 int x1dist = vref - LUT_VREF_LOW; //(x - x1) in calculate_voltage_lut() local258 …int voltage = (q11 * x2dist * y2dist) + (q21 * x1dist * y2dist) + (q12 * x2dist * y1dist) + (q22 *… in calculate_voltage_lut()
419 int x1dist = vref - LUT_VREF_LOW; //(x - x1) in calculate_voltage_lut() local431 …int voltage = (q11 * x2dist * y2dist) + (q21 * x1dist * y2dist) + (q12 * x2dist * y1dist) + (q22 *… in calculate_voltage_lut()