Home
last modified time | relevance | path

Searched refs:auto_point1 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dasc7621.c463 long auto_point1; in show_ap2_temp() local
468 auto_point1 = ((s8) data->reg[param->msb[1]]) * 1000; in show_ap2_temp()
471 temp = auto_point1 + asc7621_range_map[clamp_val(regval, 0, 15)]; in show_ap2_temp()
483 long reqval, auto_point1; in store_ap2_temp() local
491 auto_point1 = data->reg[param->msb[1]] * 1000; in store_ap2_temp()
492 reqval = clamp_val(reqval, auto_point1 + 2000, auto_point1 + 80000); in store_ap2_temp()
495 if (reqval >= auto_point1 + asc7621_range_map[i]) { in store_ap2_temp()