Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c530 pi->nphy_lastcal_temp = -50; in wlc_phy_attach()
2737 pi->nphy_lastcal_temp = wlc_phy_tempsense_nphy(pi); in wlc_phy_cal_perical()
2746 (nphy_currtemp > pi->nphy_lastcal_temp) ? in wlc_phy_cal_perical()
2747 nphy_currtemp - pi->nphy_lastcal_temp : in wlc_phy_cal_perical()
2748 pi->nphy_lastcal_temp - nphy_currtemp; in wlc_phy_cal_perical()
2755 pi->nphy_lastcal_temp = nphy_currtemp; in wlc_phy_cal_perical()
Dphy_int.h779 s16 nphy_lastcal_temp; member