Searched refs:arithmetic_shift_right (Results 1 – 4 of 4) 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()
75 drv_data->sample = arithmetic_shift_right((int16_t)val, 2); in tmp007_sample_fetch()
391 static inline int64_t arithmetic_shift_right(int64_t value, uint8_t shift) in arithmetic_shift_right() function