Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dit87.c566 static int adc_lsb(const struct it87_data *data, int nr) in adc_lsb() function
583 val = DIV_ROUND_CLOSEST(val * 10, adc_lsb(data, nr)); in in_to_reg()
589 return DIV_ROUND_CLOSEST(val * adc_lsb(data, nr), 10); in in_from_reg()