Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/broadcom/b43/ !
Dphy_ht.c578 s32 rssi_buf[6]; in b43_phy_ht_tx_power_ctl_idle_tssi() local
594 b43_phy_ht_poll_rssi(dev, HT_RSSI_TSSI_2G, rssi_buf, 1); in b43_phy_ht_tx_power_ctl_idle_tssi()
598 phy_ht->idle_tssi[0] = rssi_buf[0] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
599 phy_ht->idle_tssi[1] = rssi_buf[2] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
600 phy_ht->idle_tssi[2] = rssi_buf[4] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ !
Dphy_n.c17412 s32 rssi_buf[4]; in wlc_phy_txpwrctrl_idle_tssi_nphy() local
17435 wlc_phy_poll_rssi_nphy(pi, (u8) NPHY_RSSI_SEL_TSSI_2G, rssi_buf, in wlc_phy_txpwrctrl_idle_tssi_nphy()
21861 wlc_phy_poll_rssi_nphy(struct brcms_phy *pi, u8 rssi_type, s32 *rssi_buf, in wlc_phy_poll_rssi_nphy() argument
21906 rssi_buf[ctr] = 0; in wlc_phy_poll_rssi_nphy()
21924 rssi_buf[ctr] += tmp_buf[ctr]; in wlc_phy_poll_rssi_nphy()
21928 rssi_out_val = rssi_buf[3] & 0xff; in wlc_phy_poll_rssi_nphy()
21929 rssi_out_val |= (rssi_buf[2] & 0xff) << 8; in wlc_phy_poll_rssi_nphy()
21930 rssi_out_val |= (rssi_buf[1] & 0xff) << 16; in wlc_phy_poll_rssi_nphy()
21931 rssi_out_val |= (rssi_buf[0] & 0xff) << 24; in wlc_phy_poll_rssi_nphy()
24132 s32 rssi_buf[4]; in wlc_phy_est_tonepwr_nphy() local
[all …]
Dphy_int.h1100 s32 *rssi_buf, u8 nsamps);