Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c541 pi->nphy_lastcal_temp = -50; in wlc_phy_attach()
2750 pi->nphy_lastcal_temp = wlc_phy_tempsense_nphy(pi); in wlc_phy_cal_perical()
2759 (nphy_currtemp > pi->nphy_lastcal_temp) ? in wlc_phy_cal_perical()
2760 nphy_currtemp - pi->nphy_lastcal_temp : in wlc_phy_cal_perical()
2761 pi->nphy_lastcal_temp - nphy_currtemp; in wlc_phy_cal_perical()
2768 pi->nphy_lastcal_temp = nphy_currtemp; in wlc_phy_cal_perical()
Dphy_int.h797 s16 nphy_lastcal_temp; member