Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dtc654.c371 static const int tc654_pwm_map[16] = { 77, 88, 102, 112, 124, 136, 148, 160, variable
386 pwm = tc654_pwm_map[data->duty_cycle]; in show_pwm()
411 data->duty_cycle = find_closest(val, tc654_pwm_map, in set_pwm()
412 ARRAY_SIZE(tc654_pwm_map)); in set_pwm()