Lines Matching refs:tcrit
431 limits->tcrit = limits->threshold = INT32_MAX;
444 limits->tcrit = 63 * 1000;
446 limits->tcrit = 70 * 1000;
452 limits->tcrit = 70 * 1000;
458 limits->tcrit = 70 * 1000;
485 limits->tcrit = 52000 + BITS(data, 22, 16) * 500; /* 52 + val/2 */
487 limits->threshold = limits->tcrit - BITS(data, 27, 24) * 500;
502 limits->tcrit = limits->threshold = INT32_MAX;
522 limits->tcrit = 52000 + val * 2000;
524 limits->threshold = limits->tcrit - (BITS(data, 27, 24) + 1) * 2000;
531 limits->tcrit = 52000 + val * 500;
533 limits->threshold = limits->tcrit
543 limits->tcrit = 52000 + BITS(data, 22, 16) * 500;
545 limits->threshold = limits->tcrit - BITS(data, 27, 24) * 500;
677 PRINT_VAL(buf, "HTC Limit [C]", v->limits[HTC].tcrit)
690 v->limits[STC].tcrit)