Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c24129 s32 tssival[2]; in wlc_phy_est_tonepwr_nphy() local
24146 tssival[0] = rssi_buf[0] / ((s32) num_samps); in wlc_phy_est_tonepwr_nphy()
24147 tssival[1] = rssi_buf[2] / ((s32) num_samps); in wlc_phy_est_tonepwr_nphy()
24149 pwrindex[0] = idle_tssi[0] - tssival[0] + 64; in wlc_phy_est_tonepwr_nphy()
24150 pwrindex[1] = idle_tssi[1] - tssival[1] + 64; in wlc_phy_est_tonepwr_nphy()