Searched refs:gain_a (Results 1 – 1 of 1) sorted by relevance
2553 u8 gain_a, gain_b; in query_phy_status_page0() local2564 gain_a = GET_PHY_STAT_P0_GAIN_A(phy_status); in query_phy_status_page0()2566 if (gain_a < l_bnd) in query_phy_status_page0()2567 rx_power[RF_PATH_A] += (l_bnd - gain_a) << 1; in query_phy_status_page0()2568 else if (gain_a > u_bnd) in query_phy_status_page0()2569 rx_power[RF_PATH_A] -= (gain_a - u_bnd) << 1; in query_phy_status_page0()