Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dads7828.c53 unsigned int lsb_resol; /* Resolution of the ADC sample LSB */ member
77 DIV_ROUND_CLOSEST(regval * data->lsb_resol, 1000)); in ads7828_show_in()
142 data->lsb_resol = DIV_ROUND_CLOSEST(vref_mv * 1000, 4096); in ads7828_probe()
146 data->lsb_resol = DIV_ROUND_CLOSEST(vref_mv * 1000, 256); in ads7828_probe()