Searched refs:temp_threshold (Results 1 – 1 of 1) sorted by relevance
196 struct feature_fme_tmp_threshold temp_threshold; in fme_thermal_get_threshold1() local201 temp_threshold.csr = readq(&thermal->threshold); in fme_thermal_get_threshold1()202 *thres1 = temp_threshold.tmp_thshold1; in fme_thermal_get_threshold1()245 struct feature_fme_tmp_threshold temp_threshold; in fme_thermal_get_threshold2() local250 temp_threshold.csr = readq(&thermal->threshold); in fme_thermal_get_threshold2()251 *thres2 = temp_threshold.tmp_thshold2; in fme_thermal_get_threshold2()295 struct feature_fme_tmp_threshold temp_threshold; in fme_thermal_get_threshold_trip() local300 temp_threshold.csr = readq(&thermal->threshold); in fme_thermal_get_threshold_trip()301 *thres_trip = temp_threshold.therm_trip_thshold; in fme_thermal_get_threshold_trip()310 struct feature_fme_tmp_threshold temp_threshold; in fme_thermal_get_threshold1_reached() local[all …]