Home
last modified time | relevance | path

Searched refs:l_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
1770 l_bnd = dm_info->cck_gi_l_bnd; in query_phy_status_page0()
1774 if (gain_a < l_bnd) in query_phy_status_page0()
1775 rx_power[RF_PATH_A] += (l_bnd - gain_a) << 1; in query_phy_status_page0()
1778 if (gain_b < l_bnd) in query_phy_status_page0()
1779 rx_power[RF_PATH_B] += (l_bnd - gain_b) << 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
2561 l_bnd = dm_info->cck_gi_l_bnd; in query_phy_status_page0()
2565 if (gain_a < l_bnd) in query_phy_status_page0()
2566 rx_power[RF_PATH_A] += (l_bnd - gain_a) << 1; in query_phy_status_page0()
2569 if (gain_b < l_bnd) in query_phy_status_page0()
2570 rx_power[RF_PATH_B] += (l_bnd - gain_b) << 1; in query_phy_status_page0()

Completed in 13 milliseconds