Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c22972 s16 rxpwr, rxpwr0, rxpwr1; in wlc_phy_rssi_compute_nphy() local
22976 rxpwr0 = rxh->PhyRxStatus_1 & PRXS1_nphy_PWR0_MASK; in wlc_phy_rssi_compute_nphy()
22979 if (rxpwr0 > 127) in wlc_phy_rssi_compute_nphy()
22980 rxpwr0 -= 256; in wlc_phy_rssi_compute_nphy()
22988 if (((rxpwr0 == 16) || (rxpwr0 == 32))) { in wlc_phy_rssi_compute_nphy()
22989 rxpwr0 = rxpwr1; in wlc_phy_rssi_compute_nphy()
22994 rxpwr = (rxpwr0 > rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
22996 rxpwr = (rxpwr0 < rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
22998 rxpwr = (rxpwr0 + rxpwr1) >> 1; in wlc_phy_rssi_compute_nphy()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c61 s8 rxpwr0; member