Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme.c196 struct feature_fme_tmp_threshold temp_threshold; in fme_thermal_get_threshold1() local
201 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() local
250 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() local
300 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 …]