Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme.c193 static int fme_thermal_get_threshold1(struct ifpga_fme_hw *fme, u64 *thres1) in fme_thermal_get_threshold1() argument
202 *thres1 = temp_threshold.tmp_thshold1; in fme_thermal_get_threshold1()
207 static int fme_thermal_set_threshold1(struct ifpga_fme_hw *fme, u64 thres1) in fme_thermal_set_threshold1() argument
225 } else if (thres1 > 100) { in fme_thermal_set_threshold1()
228 } else if (thres1 == 0) { in fme_thermal_set_threshold1()
230 tmp_threshold.tmp_thshold1 = thres1; in fme_thermal_set_threshold1()
233 tmp_threshold.tmp_thshold1 = thres1; in fme_thermal_set_threshold1()