Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c2318 s16 manp, meas_temp, temp_diff; in wlc_lcnphy_tempcompensated_txpwrctrl() local
2340 temp_diff = manp - meas_temp; in wlc_lcnphy_tempcompensated_txpwrctrl()
2341 if (temp_diff < 0) { in wlc_lcnphy_tempcompensated_txpwrctrl()
2343 temp_diff = -temp_diff; in wlc_lcnphy_tempcompensated_txpwrctrl()
2346 delta_temp = (s8) wlc_lcnphy_qdiv_roundup((u32) (temp_diff * 192), in wlc_lcnphy_tempcompensated_txpwrctrl()
4194 int temp1, temp2, temp_diff; in wlc_lcnphy_calib_modes() local
4211 temp_diff = temp1 - temp2; in wlc_lcnphy_calib_modes()
4213 (temp_diff > 60) || (temp_diff < -60)) { in wlc_lcnphy_calib_modes()