Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme.c242 static int fme_thermal_get_threshold2(struct ifpga_fme_hw *fme, u64 *thres2) in fme_thermal_get_threshold2() argument
251 *thres2 = temp_threshold.tmp_thshold2; in fme_thermal_get_threshold2()
256 static int fme_thermal_set_threshold2(struct ifpga_fme_hw *fme, u64 thres2) in fme_thermal_set_threshold2() argument
274 } else if (thres2 > 100) { in fme_thermal_set_threshold2()
277 } else if (thres2 == 0) { in fme_thermal_set_threshold2()
279 tmp_threshold.tmp_thshold2 = thres2; in fme_thermal_set_threshold2()
282 tmp_threshold.tmp_thshold2 = thres2; in fme_thermal_set_threshold2()