Searched refs:offset_val (Results 1 – 5 of 5) sorted by relevance
184 long offset_val; in xlnx_rtc_read_offset() local188 offset_val = calibval & RTC_TICK_MASK; in xlnx_rtc_read_offset()189 offset_val = offset_val - RTC_CALIB_DEF; in xlnx_rtc_read_offset()190 offset_val = offset_val * tick_mult; in xlnx_rtc_read_offset()194 offset_val += ((calibval & RTC_FR_MASK) >> RTC_FR_DATSHIFT) in xlnx_rtc_read_offset()196 *offset = offset_val; in xlnx_rtc_read_offset()
632 int offset_type, offset_val, offset_val2; in iio_convert_raw_to_processed_unlocked() local635 offset_type = iio_channel_read(chan, &offset_val, &offset_val2, in iio_convert_raw_to_processed_unlocked()649 offset_val /= offset_val2; in iio_convert_raw_to_processed_unlocked()652 offset_val >>= offset_val2; in iio_convert_raw_to_processed_unlocked()658 raw64 += offset_val; in iio_convert_raw_to_processed_unlocked()
1585 int offset_val = 0; in wsa_macro_enable_interpolator() local1624 offset_val = -2; in wsa_macro_enable_interpolator()1627 val += offset_val; in wsa_macro_enable_interpolator()1655 offset_val = 2; in wsa_macro_enable_interpolator()1657 val += offset_val; in wsa_macro_enable_interpolator()
3036 int offset_val = 0; in wcd9335_codec_enable_mix_path() local3076 val += offset_val; in wcd9335_codec_enable_mix_path()3297 int offset_val = 0; in wcd9335_codec_enable_interpolator() local3340 val += offset_val; in wcd9335_codec_enable_interpolator()
4348 int offset_val = 0; in wcd934x_codec_enable_mix_path() local4367 val += offset_val; in wcd934x_codec_enable_mix_path()
Completed in 48 milliseconds