Searched refs:rxpwr1 (Results 1 – 2 of 2) sorted by relevance
22981 s16 rxpwr, rxpwr0, rxpwr1; in wlc_phy_rssi_compute_nphy() local22986 rxpwr1 = (rxh->PhyRxStatus_1 & PRXS1_nphy_PWR1_MASK) >> 8; in wlc_phy_rssi_compute_nphy()22990 if (rxpwr1 > 127) in wlc_phy_rssi_compute_nphy()22991 rxpwr1 -= 256; in wlc_phy_rssi_compute_nphy()22998 rxpwr0 = rxpwr1; in wlc_phy_rssi_compute_nphy()22999 rxpwr1 = phyRx2_l; 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()
62 s8 rxpwr1; member