Searched refs:nominal_mv (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | emc6w201.c | 177 static const s16 nominal_mv[6] = { 2500, 1500, 3300, 5000, 1500, 1500 }; variable 187 (unsigned)data->in[sf][nr] * nominal_mv[nr] / 0xC0); in in_show() 205 val = clamp_val(val, 0, 255 * nominal_mv[nr] / 192); in in_store() 206 val = DIV_ROUND_CLOSEST(val * 192, nominal_mv[nr]); in in_store()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | emc6w201.c | 177 static const s16 nominal_mv[6] = { 2500, 1500, 3300, 5000, 1500, 1500 }; variable 187 (unsigned)data->in[sf][nr] * nominal_mv[nr] / 0xC0); in in_show() 205 val = clamp_val(val, 0, 255 * nominal_mv[nr] / 192); in in_store() 206 val = DIV_ROUND_CLOSEST(val * 192, nominal_mv[nr]); in in_store()
|
Completed in 3 milliseconds