Searched refs:est_Pout (Results 1 – 2 of 2) sorted by relevance
1773 power->est_Pout[0] = (est_pout >> 8) & 0xff; in wlc_phy_txpower_get_current()1774 power->est_Pout[1] = est_pout & 0xff; in wlc_phy_txpower_get_current()1779 if (power->est_Pout[0] == 0x80) in wlc_phy_txpower_get_current()1780 power->est_Pout[0] = 0; in wlc_phy_txpower_get_current()1781 if (power->est_Pout[1] == 0x80) in wlc_phy_txpower_get_current()1782 power->est_Pout[1] = 0; in wlc_phy_txpower_get_current()1818 wlc_lcnphy_get_tssi(pi, (s8 *) &power->est_Pout[0], in wlc_phy_txpower_get_current()
127 u8 est_Pout[4]; /* Latest tx power out estimate per RF chain */ member