Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c64 s8 rxpwr[4]; member
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c22981 s16 rxpwr, rxpwr0, rxpwr1; in wlc_phy_rssi_compute_nphy() local
22984 rxpwr = 0; in wlc_phy_rssi_compute_nphy()
23003 rxpwr = (rxpwr0 > rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
23005 rxpwr = (rxpwr0 < rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
23007 rxpwr = (rxpwr0 + rxpwr1) >> 1; in wlc_phy_rssi_compute_nphy()
23009 return rxpwr; in wlc_phy_rssi_compute_nphy()