Home
last modified time | relevance | path

Searched refs:l_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
2543 l_bnd = dm_info->cck_gi_l_bnd; in query_phy_status_page0()
2547 if (gain_a < l_bnd) in query_phy_status_page0()
2548 rx_power[RF_PATH_A] += (l_bnd - gain_a) << 1; in query_phy_status_page0()
2551 if (gain_b < l_bnd) in query_phy_status_page0()
2552 rx_power[RF_PATH_B] += (l_bnd - gain_b) << 1; in query_phy_status_page0()