Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dmax31760.c69 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()