tc654_pwm_map     362 drivers/hwmon/tc654.c static const int tc654_pwm_map[16] = { 77,  88, 102, 112, 124, 136, 148, 160,
tc654_pwm_map     377 drivers/hwmon/tc654.c 		pwm = tc654_pwm_map[data->duty_cycle];
tc654_pwm_map     402 drivers/hwmon/tc654.c 	data->duty_cycle = find_closest(val, tc654_pwm_map,
tc654_pwm_map     403 drivers/hwmon/tc654.c 					ARRAY_SIZE(tc654_pwm_map));