Searched refs:est_Pout (Results 1 – 2 of 2) sorted by relevance
2085 power->est_Pout[0] = (est_pout >> 8) & 0xff; in wlc_phy_txpower_get_current()2086 power->est_Pout[1] = est_pout & 0xff; in wlc_phy_txpower_get_current()2091 if (power->est_Pout[0] == 0x80) in wlc_phy_txpower_get_current()2092 power->est_Pout[0] = 0; in wlc_phy_txpower_get_current()2093 if (power->est_Pout[1] == 0x80) in wlc_phy_txpower_get_current()2094 power->est_Pout[1] = 0; in wlc_phy_txpower_get_current()2130 wlc_lcnphy_get_tssi(pi, (s8 *) &power->est_Pout[0], in wlc_phy_txpower_get_current()
138 u8 est_Pout[4]; /* Latest tx power out estimate per RF chain */ member