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()
2754 pi->nphy_lastcal_temp = wlc_phy_tempsense_nphy(pi); in wlc_phy_cal_perical()
2763 (nphy_currtemp > pi->nphy_lastcal_temp) ? in wlc_phy_cal_perical()
2764 nphy_currtemp - pi->nphy_lastcal_temp : in wlc_phy_cal_perical()
2765 pi->nphy_lastcal_temp - nphy_currtemp; in wlc_phy_cal_perical()
2772 pi->nphy_lastcal_temp = nphy_currtemp; in wlc_phy_cal_perical()
Dphy_int.h797 s16 nphy_lastcal_temp; member