Searched refs:nphy_currtemp (Results 1 – 1 of 1) sorted by relevance
3095 s16 nphy_currtemp = 0; in wlc_phy_cal_perical() local3141 nphy_currtemp = wlc_phy_tempsense_nphy(pi); in wlc_phy_cal_perical()3143 (nphy_currtemp > pi->nphy_lastcal_temp) ? in wlc_phy_cal_perical()3144 nphy_currtemp - pi->nphy_lastcal_temp : in wlc_phy_cal_perical()3145 pi->nphy_lastcal_temp - nphy_currtemp; in wlc_phy_cal_perical()3152 pi->nphy_lastcal_temp = nphy_currtemp; in wlc_phy_cal_perical()3247 s16 nphy_currtemp; in wlc_phy_stf_chain_active_get() local3258 nphy_currtemp = wlc_phy_tempsense_nphy(pi); in wlc_phy_stf_chain_active_get()3262 if (nphy_currtemp >= pi->phy_txcore_disable_temp) { in wlc_phy_stf_chain_active_get()3267 if (nphy_currtemp <= pi->phy_txcore_enable_temp) { in wlc_phy_stf_chain_active_get()