Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.h59 u8 lcnphy_tempcorrx; member
Dphy_lcn.c2427 if (pi_lcn->lcnphy_tempcorrx > 31) in wlc_lcnphy_tempcompensated_txpwrctrl()
2428 tempcorrx = (s8) (pi_lcn->lcnphy_tempcorrx - 64); in wlc_lcnphy_tempcompensated_txpwrctrl()
2430 tempcorrx = (s8) pi_lcn->lcnphy_tempcorrx; in wlc_lcnphy_tempcompensated_txpwrctrl()
4972 pi_lcn->lcnphy_tempcorrx = sprom->tempcorrx; in wlc_phy_txpwr_srom_read_lcnphy()