Searched refs:tach_to_rpm (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/ | ||
H A D | max31760.c | 69 static int tach_to_rpm(u16 tach) in tach_to_rpm() function 149 *val = tach_to_rpm(reg[0] * 256 + reg[1]); in max31760_read() |
Completed in 2 milliseconds