Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_calib.c77 sc->thcal_temp, temp); in rtwn_temp_calib()
83 if (sc->thcal_temp == 0xff) { in rtwn_temp_calib()
87 sc->thcal_temp = temp; in rtwn_temp_calib()
88 } else if (abs(temp - sc->thcal_temp) > sc->temp_delta) { in rtwn_temp_calib()
91 __func__, sc->thcal_temp, temp); in rtwn_temp_calib()
97 sc->thcal_temp = temp; in rtwn_temp_calib()
H A Dif_rtwnvar.h203 uint8_t thcal_temp; member
H A Dif_rtwn.c1323 sc->thcal_temp = sc->thermal_meter; in rtwn_run()
1942 sc->thcal_temp = 0; in rtwn_stop()