Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dintel_powerclamp.c495 unsigned int compensated_ratio; in get_run_time() local
511 compensated_ratio = powerclamp_data.target_ratio + in get_run_time()
513 if (compensated_ratio <= 0) in get_run_time()
514 compensated_ratio = 1; in get_run_time()
516 runtime = duration * 100 / compensated_ratio - duration; in get_run_time()