Home
last modified time | relevance | path

Searched defs:tach (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpic16f819_reg.h54 #define PIC16F819_FAN_TACH_TO_RPM(tach) \ argument
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c580 uint8_t tach; in get_fan_speed() local
2069 uint8_t tach; in has_fan_failed() local
H A Denvd.h126 #define TACH_TO_RPM(tach) (((tach) == 0) ? 0 : (90000 * 60)/(tach)) argument
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c698 tach_to_rpm(int n, uint8_t tach) in tach_to_rpm()
730 uint8_t tach; in get_fan_speed() local
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c887 tach_to_rpm(int n, uint8_t tach) in tach_to_rpm()
922 uint8_t tach; in get_fan_speed() local