Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c2711 s16 nphy_currtemp = 0; in wlc_phy_cal_perical() local
2757 nphy_currtemp = 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()
2838 s16 nphy_currtemp; in wlc_phy_stf_chain_active_get() local
2849 nphy_currtemp = wlc_phy_tempsense_nphy(pi); in wlc_phy_stf_chain_active_get()
2853 if (nphy_currtemp >= pi->phy_txcore_disable_temp) { in wlc_phy_stf_chain_active_get()
2858 if (nphy_currtemp <= pi->phy_txcore_enable_temp) { in wlc_phy_stf_chain_active_get()