Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c530 pi->nphy_lastcal_temp = -50; in wlc_phy_attach()
2739 pi->nphy_lastcal_temp = wlc_phy_tempsense_nphy(pi); in wlc_phy_cal_perical()
2748 (nphy_currtemp > pi->nphy_lastcal_temp) ? in wlc_phy_cal_perical()
2749 nphy_currtemp - pi->nphy_lastcal_temp : in wlc_phy_cal_perical()
2750 pi->nphy_lastcal_temp - nphy_currtemp; in wlc_phy_cal_perical()
2757 pi->nphy_lastcal_temp = nphy_currtemp; in wlc_phy_cal_perical()
Dphy_int.h779 s16 nphy_lastcal_temp; member