Searched refs:arithmetic_shift_right (Results 1 – 5 of 5) sorted by relevance
153 drv_data->sample = arithmetic_shift_right((int16_t)val, in tmp112_sample_fetch()156 drv_data->sample = arithmetic_shift_right((int16_t)val, in tmp112_sample_fetch()
212 data->sample = arithmetic_shift_right((int16_t)val, in max31875_sample_fetch()215 data->sample = arithmetic_shift_right((int16_t)val, in max31875_sample_fetch()
62 raw_value = arithmetic_shift_right(sys_be16_to_cpu(read_buffer), 4); in nct75_sample_fetch()
75 drv_data->sample = arithmetic_shift_right((int16_t)val, 2); in tmp007_sample_fetch()
465 static inline int64_t arithmetic_shift_right(int64_t value, uint8_t shift) in arithmetic_shift_right() function