Searched refs:rxpwr0 (Results 1 – 2 of 2) sorted by relevance
22977 s16 rxpwr, rxpwr0, rxpwr1; in wlc_phy_rssi_compute_nphy() local22981 rxpwr0 = rxh->PhyRxStatus_1 & PRXS1_nphy_PWR0_MASK; in wlc_phy_rssi_compute_nphy()22984 if (rxpwr0 > 127) in wlc_phy_rssi_compute_nphy()22985 rxpwr0 -= 256; in wlc_phy_rssi_compute_nphy()22993 if (((rxpwr0 == 16) || (rxpwr0 == 32))) { in wlc_phy_rssi_compute_nphy()22994 rxpwr0 = rxpwr1; in wlc_phy_rssi_compute_nphy()22999 rxpwr = (rxpwr0 > rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()23001 rxpwr = (rxpwr0 < rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()23003 rxpwr = (rxpwr0 + rxpwr1) >> 1; in wlc_phy_rssi_compute_nphy()
61 s8 rxpwr0; member