Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_n.c21474 s16 rxpwr, rxpwr0, rxpwr1; in wlc_phy_rssi_compute_nphy() local
21478 rxpwr0 = le16_to_cpu(rxh->PhyRxStatus_1) & PRXS1_nphy_PWR0_MASK; in wlc_phy_rssi_compute_nphy()
21481 if (rxpwr0 > 127) in wlc_phy_rssi_compute_nphy()
21482 rxpwr0 -= 256; in wlc_phy_rssi_compute_nphy()
21491 if (((rxpwr0 == 16) || (rxpwr0 == 32))) { in wlc_phy_rssi_compute_nphy()
21492 rxpwr0 = rxpwr1; in wlc_phy_rssi_compute_nphy()
21496 wlc_rxh->rxpwr[0] = (s8) rxpwr0; in wlc_phy_rssi_compute_nphy()
21501 rxpwr = (rxpwr0 > rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
21503 rxpwr = (rxpwr0 < rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
21505 rxpwr = (rxpwr0 + rxpwr1) >> 1; in wlc_phy_rssi_compute_nphy()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dd11.h1331 s8 rxpwr0; /* obsoleted, place holder for legacy ROM code. use rxpwr[] */ member