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
698 tach_to_rpm(int n, uint8_t tach) in tach_to_rpm()730 uint8_t tach; in get_fan_speed() local
887 tach_to_rpm(int n, uint8_t tach) in tach_to_rpm()922 uint8_t tach; in get_fan_speed() local