Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/rtc/
A Drtc-zynqmp.c184 long offset_val; in xlnx_rtc_read_offset() local
188 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()
/linux-6.3-rc2/drivers/iio/
A Dinkern.c632 int offset_type, offset_val, offset_val2; in iio_convert_raw_to_processed_unlocked() local
635 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()
/linux-6.3-rc2/sound/soc/codecs/
A Dlpass-wsa-macro.c1585 int offset_val = 0; in wsa_macro_enable_interpolator() local
1624 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()
A Dwcd9335.c3036 int offset_val = 0; in wcd9335_codec_enable_mix_path() local
3076 val += offset_val; in wcd9335_codec_enable_mix_path()
3297 int offset_val = 0; in wcd9335_codec_enable_interpolator() local
3340 val += offset_val; in wcd9335_codec_enable_interpolator()
A Dwcd934x.c4348 int offset_val = 0; in wcd934x_codec_enable_mix_path() local
4367 val += offset_val; in wcd934x_codec_enable_mix_path()

Completed in 44 milliseconds