Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c1761 u8 l_bnd, u_bnd; in query_phy_status_page0() local
1771 u_bnd = dm_info->cck_gi_u_bnd; in query_phy_status_page0()
1776 else if (gain_a > u_bnd) in query_phy_status_page0()
1777 rx_power[RF_PATH_A] -= (gain_a - u_bnd) << 1; in query_phy_status_page0()
1780 else if (gain_b > u_bnd) in query_phy_status_page0()
1781 rx_power[RF_PATH_B] -= (gain_b - u_bnd) << 1; in query_phy_status_page0()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c2551 u8 l_bnd, u_bnd; in query_phy_status_page0() local
2562 u_bnd = dm_info->cck_gi_u_bnd; in query_phy_status_page0()
2567 else if (gain_a > u_bnd) in query_phy_status_page0()
2568 rx_power[RF_PATH_A] -= (gain_a - u_bnd) << 1; in query_phy_status_page0()
2571 else if (gain_b > u_bnd) in query_phy_status_page0()
2572 rx_power[RF_PATH_B] -= (gain_b - u_bnd) << 1; in query_phy_status_page0()

Completed in 13 milliseconds