Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy.c803 u8 txsb_idx = 0; in rtw89_phy_get_txsb() local
806 return txsb_idx; in rtw89_phy_get_txsb()
810 txsb_idx = pri_ch > central_ch ? 1 : 0; in rtw89_phy_get_txsb()
814 txsb_idx = (pri_ch - central_ch + 6) / 4; in rtw89_phy_get_txsb()
816 txsb_idx = pri_ch > central_ch ? 1 : 0; in rtw89_phy_get_txsb()
820 txsb_idx = (pri_ch - central_ch + 14) / 4; in rtw89_phy_get_txsb()
822 txsb_idx = (pri_ch - central_ch + 12) / 8; in rtw89_phy_get_txsb()
824 txsb_idx = pri_ch > central_ch ? 1 : 0; in rtw89_phy_get_txsb()
828 txsb_idx = (pri_ch - central_ch + 30) / 4; in rtw89_phy_get_txsb()
834 txsb_idx = pri_ch > central_ch ? 1 : 0; in rtw89_phy_get_txsb()
[all …]