Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dintel_powerclamp.c46 #define CONFIDENCE_OK (3) macro
408 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
409 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()
410 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()
415 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
416 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
417 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()
421 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
422 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
423 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()
[all …]