Home
last modified time | relevance | path

Searched refs:temp_threshold (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme.c217 struct feature_fme_tmp_threshold temp_threshold; in fme_thermal_get_threshold1() local
222 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() local
271 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() local
321 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 …]