Searched refs:rssi_buf (Results 1 – 2 of 2) sorted by relevance
17407 s32 rssi_buf[4]; in wlc_phy_txpwrctrl_idle_tssi_nphy() local17430 wlc_phy_poll_rssi_nphy(pi, (u8) NPHY_RSSI_SEL_TSSI_2G, rssi_buf, in wlc_phy_txpwrctrl_idle_tssi_nphy()21852 wlc_phy_poll_rssi_nphy(struct brcms_phy *pi, u8 rssi_type, s32 *rssi_buf, in wlc_phy_poll_rssi_nphy() argument21897 rssi_buf[ctr] = 0; in wlc_phy_poll_rssi_nphy()21915 rssi_buf[ctr] += tmp_buf[ctr]; in wlc_phy_poll_rssi_nphy()21919 rssi_out_val = rssi_buf[3] & 0xff; in wlc_phy_poll_rssi_nphy()21920 rssi_out_val |= (rssi_buf[2] & 0xff) << 8; in wlc_phy_poll_rssi_nphy()21921 rssi_out_val |= (rssi_buf[1] & 0xff) << 16; in wlc_phy_poll_rssi_nphy()21922 rssi_out_val |= (rssi_buf[0] & 0xff) << 24; in wlc_phy_poll_rssi_nphy()24126 s32 rssi_buf[4]; in wlc_phy_est_tonepwr_nphy() local[all …]
1095 s32 *rssi_buf, u8 nsamps);