Searched refs:tc654_pwm_map (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | tc654.c | 363 static const int tc654_pwm_map[16] = { 77, 88, 102, 112, 124, 136, 148, 160, variable 378 pwm = tc654_pwm_map[data->duty_cycle]; in pwm_show() 422 val = find_closest(val, tc654_pwm_map, ARRAY_SIZE(tc654_pwm_map)) + 1; in pwm_store()
|