lsb_resol          42 drivers/hwmon/ads7828.c 	unsigned int lsb_resol;		/* Resolution of the ADC sample LSB */
lsb_resol          66 drivers/hwmon/ads7828.c 		       DIV_ROUND_CLOSEST(regval * data->lsb_resol, 1000));
lsb_resol         152 drivers/hwmon/ads7828.c 		data->lsb_resol = DIV_ROUND_CLOSEST(vref_mv * 1000, 4096);
lsb_resol         156 drivers/hwmon/ads7828.c 		data->lsb_resol = DIV_ROUND_CLOSEST(vref_mv * 1000, 256);