Searched refs:tach_count (Results 1 – 1 of 1) sorted by relevance
26 uint16_t tach_count; in max31790_fan_speed_sample_fetch() local37 &tach_count, sizeof(tach_count)); in max31790_fan_speed_sample_fetch()38 tach_count = sys_be16_to_cpu(tach_count); in max31790_fan_speed_sample_fetch()49 tach_count = tach_count >> 5; in max31790_fan_speed_sample_fetch()80 if (tach_count == 0) { in max31790_fan_speed_sample_fetch()85 number_tach_periods_counted, tach_count); in max31790_fan_speed_sample_fetch()87 (tach_count * TACH_COUNTS_PER_REVOLUTION); in max31790_fan_speed_sample_fetch()