Searched defs:tach (Results 1 – 5 of 5) sorted by relevance
54 #define PIC16F819_FAN_TACH_TO_RPM(tach) \ argument
580 uint8_t tach; in get_fan_speed() local2069 uint8_t tach; in has_fan_failed() local
126 #define TACH_TO_RPM(tach) (((tach) == 0) ? 0 : (90000 * 60)/(tach)) argument
700 tach_to_rpm(int n, uint8_t tach) in tach_to_rpm()732 uint8_t tach; in get_fan_speed() local
889 tach_to_rpm(int n, uint8_t tach) in tach_to_rpm()924 uint8_t tach; in get_fan_speed() local