Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c908 #define LCNPHY_TEMPSENSE(val) ((s16)((val > 255) ? (val - 512) : val)) macro
2332 meas_temp = LCNPHY_TEMPSENSE(temp); in wlc_lcnphy_tempcompensated_txpwrctrl()
2339 manp = LCNPHY_TEMPSENSE(pi_lcn->lcnphy_rawtempsense); in wlc_lcnphy_tempcompensated_txpwrctrl()
4209 temp1 = LCNPHY_TEMPSENSE(temp_new); in wlc_lcnphy_calib_modes()
4210 temp2 = LCNPHY_TEMPSENSE(pi_lcn->lcnphy_cal_temper); in wlc_lcnphy_calib_modes()