Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad4030.c456 int gain_int, in ad4030_set_chan_calibscale() argument
462 if (gain_int < 0 || gain_frac < 0) in ad4030_set_chan_calibscale()
465 gain = mul_u32_u32(gain_int, MICRO) + gain_frac; in ad4030_set_chan_calibscale()