Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/rtwn/
Dif_rtwn_calib.c79 sc->thcal_temp, temp); in rtwn_temp_calib()
85 if (sc->thcal_temp == 0xff) { in rtwn_temp_calib()
89 sc->thcal_temp = temp; in rtwn_temp_calib()
90 } else if (abs(temp - sc->thcal_temp) > sc->temp_delta) { in rtwn_temp_calib()
93 __func__, sc->thcal_temp, temp); in rtwn_temp_calib()
99 sc->thcal_temp = temp; in rtwn_temp_calib()
Dif_rtwnvar.h204 uint8_t thcal_temp; member
Dif_rtwn.c1323 sc->thcal_temp = sc->thermal_meter; in rtwn_run()
1942 sc->thcal_temp = 0; in rtwn_stop()