Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c24133 s32 tssival[2]; in wlc_phy_est_tonepwr_nphy() local
24150 tssival[0] = rssi_buf[0] / ((s32) num_samps); in wlc_phy_est_tonepwr_nphy()
24151 tssival[1] = rssi_buf[2] / ((s32) num_samps); in wlc_phy_est_tonepwr_nphy()
24153 pwrindex[0] = idle_tssi[0] - tssival[0] + 64; in wlc_phy_est_tonepwr_nphy()
24154 pwrindex[1] = idle_tssi[1] - tssival[1] + 64; in wlc_phy_est_tonepwr_nphy()