Searched refs:temp_threshold (Results 1 – 1 of 1) sorted by relevance
217 struct feature_fme_tmp_threshold temp_threshold; in fme_thermal_get_threshold1() local222 temp_threshold.csr = readq(&thermal->threshold); in fme_thermal_get_threshold1()223 *thres1 = temp_threshold.tmp_thshold1; in fme_thermal_get_threshold1()266 struct feature_fme_tmp_threshold temp_threshold; in fme_thermal_get_threshold2() local271 temp_threshold.csr = readq(&thermal->threshold); in fme_thermal_get_threshold2()272 *thres2 = temp_threshold.tmp_thshold2; in fme_thermal_get_threshold2()316 struct feature_fme_tmp_threshold temp_threshold; in fme_thermal_get_threshold_trip() local321 temp_threshold.csr = readq(&thermal->threshold); in fme_thermal_get_threshold_trip()322 *thres_trip = temp_threshold.therm_trip_thshold; in fme_thermal_get_threshold_trip()331 struct feature_fme_tmp_threshold temp_threshold; in fme_thermal_get_threshold1_reached() local[all …]