Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-zynqmp.c182 long offset_val; in xlnx_rtc_read_offset() local
190 offset_val = max_tick - freq; in xlnx_rtc_read_offset()
192 offset_val *= tick_mult; in xlnx_rtc_read_offset()
198 offset_val += (fract_part * fract_data); in xlnx_rtc_read_offset()
201 *offset = offset_val; in xlnx_rtc_read_offset()
/linux/drivers/iio/
H A Dinkern.c643 int offset_type, offset_val, offset_val2; in iio_convert_raw_to_processed_unlocked() local
647 offset_type = iio_channel_read(chan, &offset_val, &offset_val2, in iio_convert_raw_to_processed_unlocked()
661 offset_val /= offset_val2; in iio_convert_raw_to_processed_unlocked()
664 offset_val >>= offset_val2; in iio_convert_raw_to_processed_unlocked()
670 raw64 += offset_val; in iio_convert_raw_to_processed_unlocked()