Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c22985 s16 rxpwr, rxpwr0, rxpwr1; in wlc_phy_rssi_compute_nphy() local
22990 rxpwr1 = (rxh->PhyRxStatus_1 & PRXS1_nphy_PWR1_MASK) >> 8; in wlc_phy_rssi_compute_nphy()
22994 if (rxpwr1 > 127) in wlc_phy_rssi_compute_nphy()
22995 rxpwr1 -= 256; in wlc_phy_rssi_compute_nphy()
23003 rxpwr0 = rxpwr1; in wlc_phy_rssi_compute_nphy()
23004 rxpwr1 = phyRx2_l; in wlc_phy_rssi_compute_nphy()
23008 rxpwr = (rxpwr0 > rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
23010 rxpwr = (rxpwr0 < rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
23012 rxpwr = (rxpwr0 + rxpwr1) >> 1; in wlc_phy_rssi_compute_nphy()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.c60 s8 rxpwr1; member