Home
last modified time | relevance | path

Searched refs:u_bnd (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Drtw8822c.c2533 u8 l_bnd, u_bnd; in query_phy_status_page0() local
2544 u_bnd = dm_info->cck_gi_u_bnd; in query_phy_status_page0()
2549 else if (gain_a > u_bnd) in query_phy_status_page0()
2550 rx_power[RF_PATH_A] -= (gain_a - u_bnd) << 1; in query_phy_status_page0()
2553 else if (gain_b > u_bnd) in query_phy_status_page0()
2554 rx_power[RF_PATH_B] -= (gain_b - u_bnd) << 1; in query_phy_status_page0()