tempmax           620 drivers/thermal/mtk_thermal.c 	int tempmax = INT_MIN;
tempmax           627 drivers/thermal/mtk_thermal.c 		tempmax = max(tempmax, mtk_thermal_bank_temperature(bank));
tempmax           632 drivers/thermal/mtk_thermal.c 	*temperature = tempmax;