Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c715 pi->nphy_lastcal_temp = -50; in wlc_phy_attach()
3134 pi->nphy_lastcal_temp = wlc_phy_tempsense_nphy(pi); in wlc_phy_cal_perical()
3143 (nphy_currtemp > pi->nphy_lastcal_temp) ? in wlc_phy_cal_perical()
3144 nphy_currtemp - pi->nphy_lastcal_temp : in wlc_phy_cal_perical()
3145 pi->nphy_lastcal_temp - nphy_currtemp; in wlc_phy_cal_perical()
3152 pi->nphy_lastcal_temp = nphy_currtemp; in wlc_phy_cal_perical()
Dwlc_phy_int.h853 s16 nphy_lastcal_temp; member