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

/freebsd-current/sys/dev/rtwn/
H A Dif_rtwn_calib.c77 sc->thcal_temp, temp);
83 if (sc->thcal_temp == 0xff) {
87 sc->thcal_temp = temp;
88 } else if (abs(temp - sc->thcal_temp) > sc->temp_delta) {
91 __func__, sc->thcal_temp, temp);
97 sc->thcal_temp = temp;
H A Dif_rtwnvar.h203 uint8_t thcal_temp; member in struct:rtwn_softc
H A Dif_rtwn.c1323 sc->thcal_temp = sc->thermal_meter;
1942 sc->thcal_temp = 0;

Completed in 179 milliseconds