Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/adc/
H A Dad4030.c460 int gain_int, in ad4030_set_chan_calibscale() argument
466 if (gain_int < 0 || gain_frac < 0) in ad4030_set_chan_calibscale()
469 gain = mul_u32_u32(gain_int, MICRO) + gain_frac; in ad4030_set_chan_calibscale()