Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/b43/
Dphy_ht.c591 s32 rssi_buf[6]; in b43_phy_ht_tx_power_ctl_idle_tssi() local
607 b43_phy_ht_poll_rssi(dev, HT_RSSI_TSSI_2G, rssi_buf, 1); in b43_phy_ht_tx_power_ctl_idle_tssi()
611 phy_ht->idle_tssi[0] = rssi_buf[0] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
612 phy_ht->idle_tssi[1] = rssi_buf[2] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
613 phy_ht->idle_tssi[2] = rssi_buf[4] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c17510 s32 rssi_buf[4]; in wlc_phy_txpwrctrl_idle_tssi_nphy() local
17533 wlc_phy_poll_rssi_nphy(pi, (u8) NPHY_RSSI_SEL_TSSI_2G, rssi_buf, in wlc_phy_txpwrctrl_idle_tssi_nphy()
21963 wlc_phy_poll_rssi_nphy(struct brcms_phy *pi, u8 rssi_type, s32 *rssi_buf, in wlc_phy_poll_rssi_nphy() argument
22008 rssi_buf[ctr] = 0; in wlc_phy_poll_rssi_nphy()
22026 rssi_buf[ctr] += tmp_buf[ctr]; in wlc_phy_poll_rssi_nphy()
22030 rssi_out_val = rssi_buf[3] & 0xff; in wlc_phy_poll_rssi_nphy()
22031 rssi_out_val |= (rssi_buf[2] & 0xff) << 8; in wlc_phy_poll_rssi_nphy()
22032 rssi_out_val |= (rssi_buf[1] & 0xff) << 16; in wlc_phy_poll_rssi_nphy()
22033 rssi_out_val |= (rssi_buf[0] & 0xff) << 24; in wlc_phy_poll_rssi_nphy()
24247 s32 rssi_buf[4]; in wlc_phy_est_tonepwr_nphy() local
[all …]
Dphy_int.h1118 s32 *rssi_buf, u8 nsamps);