HomeSort by: relevance | last modified time | path
    Searched refs:thcal_lctemp (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
if_rtwnreg.h 186 int thcal_lctemp; member in struct:rtwn_softc
if_rtwn.c 1546 sc->thcal_lctemp = 0;
3250 if (sc->thcal_lctemp == 0) {
3252 sc->thcal_lctemp = temp;
3253 } else if (abs(temp - sc->thcal_lctemp) > 1) {
3255 sc->thcal_lctemp, temp));
3259 sc->thcal_lctemp = temp;
  /src/sys/dev/usb/
if_urtwnvar.h 163 int thcal_lctemp; member in struct:urtwn_softc
if_urtwn.c 2227 sc->thcal_lctemp = 0;
4782 if (sc->thcal_lctemp == 0) {
4784 sc->thcal_lctemp = temp;
4785 } else if (abs(temp - sc->thcal_lctemp) > 1) {
4787 sc->thcal_lctemp, temp, 0, 0);
4790 sc->thcal_lctemp = temp;

Completed in 18 milliseconds