Home
last modified time | relevance | path

Searched refs:offset_val (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/rtc/
H 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()
/kernel/linux/linux-5.10/drivers/iio/
H A Dinkern.c567 int offset_type, offset_val, offset_val2; in iio_convert_raw_to_processed_unlocked() local
570 offset_type = iio_channel_read(chan, &offset_val, &offset_val2, in iio_convert_raw_to_processed_unlocked()
584 offset_val /= offset_val2; in iio_convert_raw_to_processed_unlocked()
587 offset_val >>= offset_val2; in iio_convert_raw_to_processed_unlocked()
593 raw64 += offset_val; in iio_convert_raw_to_processed_unlocked()
/kernel/linux/linux-6.6/drivers/iio/
H A Dinkern.c633 int offset_type, offset_val, offset_val2; in iio_convert_raw_to_processed_unlocked() local
636 offset_type = iio_channel_read(chan, &offset_val, &offset_val2, in iio_convert_raw_to_processed_unlocked()
650 offset_val /= offset_val2; in iio_convert_raw_to_processed_unlocked()
653 offset_val >>= offset_val2; in iio_convert_raw_to_processed_unlocked()
659 raw64 += offset_val; in iio_convert_raw_to_processed_unlocked()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwcd9335.c3035 int offset_val = 0; in wcd9335_codec_enable_mix_path() local
3075 val += offset_val; in wcd9335_codec_enable_mix_path()
3296 int offset_val = 0; in wcd9335_codec_enable_interpolator() local
3339 val += offset_val; in wcd9335_codec_enable_interpolator()
H A Dwcd934x.c3564 int offset_val = 0; in wcd934x_codec_enable_mix_path() local
3583 val += offset_val; in wcd934x_codec_enable_mix_path()
/kernel/linux/linux-6.6/sound/soc/codecs/
H 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()
H A Dwcd934x.c4360 int offset_val = 0; in wcd934x_codec_enable_mix_path() local
4379 val += offset_val; in wcd934x_codec_enable_mix_path()

Completed in 29 milliseconds