Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtachtool.c139 unsigned char fannum = 0, property_id = 0; in main() local
151 ret = process_arguments( argc , argv , &fannum, &rpmvalue, &dev_id ); in main()
168 Value = set_fan_speed (dev_id, fannum, rpmvalue); in main()
178 Value = get_fan_speed (dev_id, fannum, &rpmvalue); in main()
184 printf("Fan %d speed is %d \n", fannum, rpmvalue); in main()
189 Value = set_pwm_dutycycle (dev_id, fannum, rpmvalue); in main()
199 Value = set_pwm_dutycycle_value (dev_id, fannum, rpmvalue); in main()
209 Value = get_pwm_dutycycle (dev_id, fannum, &dutycycle); in main()
215 printf ( "PWM %d Dutycycle is %d\n",fannum, dutycycle); in main()
/openbmc/openbmc-tools/pwmtachtool/
H A DREADME7 Usage : pwmtachtool <device_id> <command-option> <fannum>