Home
last modified time | relevance | path

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

/freebsd/sys/dev/aq/
H A Daq2_fw.c550 int temp_c; in aq2_fw_get_thermal_limit() local
553 temp_c = (v & AQ2_FW_INTERFACE_IN_THERMAL_SHUTDOWN_TEMP) >> in aq2_fw_get_thermal_limit()
555 if (temp_c == 0 || temp_c == 0xff) in aq2_fw_get_thermal_limit()
557 *limit_mc = temp_c * 1000; in aq2_fw_get_thermal_limit()