Searched refs:ofdm_pwr (Results 1 – 2 of 2) sorted by relevance
4258 void wlc_lcnphy_get_tssi(struct brcms_phy *pi, s8 *ofdm_pwr, s8 *cck_pwr) in wlc_lcnphy_get_tssi() argument4265 *ofdm_pwr = (s8) (((read_phy_reg(pi, 0x4ab) & (0x1ff << 0)) in wlc_lcnphy_get_tssi()4273 *cck_pwr = *ofdm_pwr + cck_offset; in wlc_lcnphy_get_tssi()4276 *ofdm_pwr = 0; in wlc_lcnphy_get_tssi()
1049 extern void wlc_lcnphy_get_tssi(struct brcms_phy *pi, s8 *ofdm_pwr,