Lines Matching refs:max
534 int min, int max) in set_temp_threshold() argument
546 if (max <= 0) in set_temp_threshold()
549 data = (max << 8) / 1800; in set_temp_threshold()
551 dev_dbg(info->dev, "TEMP_LOWTH:max : %d, 0x%x\n", max, data); in set_temp_threshold()
559 int max; in measure_temp() local
575 max = TBAT_NEG_10D * GPBIAS2_GPADC1_UA / 1000; in measure_temp()
576 set_temp_threshold(info, 0, max); in measure_temp()
579 max = TBAT_NEG_10D * GPBIAS2_GPADC1_UA / 1000; in measure_temp()
580 set_temp_threshold(info, 0, max); in measure_temp()
584 max = TBAT_40D * GPBIAS2_GPADC1_UA / 1000; in measure_temp()
585 set_temp_threshold(info, min, max); in measure_temp()
589 max = TBAT_40D * GPBIAS2_GPADC1_UA / 1000; in measure_temp()
590 set_temp_threshold(info, min, max); in measure_temp()
594 max = TBAT_40D * GPBIAS2_GPADC1_UA / 1000; in measure_temp()
595 set_temp_threshold(info, min, max); in measure_temp()
599 max = TBAT_40D * GPBIAS2_GPADC1_UA / 1000; in measure_temp()
600 set_temp_threshold(info, min, max); in measure_temp()
604 max = TBAT_40D * GPBIAS2_GPADC1_UA / 1000; in measure_temp()
605 set_temp_threshold(info, min, max); in measure_temp()