Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c22996 s16 rxpwr, rxpwr0, rxpwr1; in wlc_phy_rssi_compute_nphy() local
23000 rxpwr0 = rxh->PhyRxStatus_1 & PRXS1_nphy_PWR0_MASK; in wlc_phy_rssi_compute_nphy()
23003 if (rxpwr0 > 127) in wlc_phy_rssi_compute_nphy()
23004 rxpwr0 -= 256; in wlc_phy_rssi_compute_nphy()
23013 if (((rxpwr0 == 16) || (rxpwr0 == 32))) { in wlc_phy_rssi_compute_nphy()
23014 rxpwr0 = rxpwr1; in wlc_phy_rssi_compute_nphy()
23019 rxpwr = (rxpwr0 > rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
23021 rxpwr = (rxpwr0 < rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
23023 rxpwr = (rxpwr0 + rxpwr1) >> 1; in wlc_phy_rssi_compute_nphy()