Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dphy.c743 u8 txsb_idx = 0; in rtw89_phy_get_txsb() local
746 return txsb_idx; in rtw89_phy_get_txsb()
750 txsb_idx = pri_ch > central_ch ? 1 : 0; in rtw89_phy_get_txsb()
754 txsb_idx = (pri_ch - central_ch + 6) / 4; in rtw89_phy_get_txsb()
756 txsb_idx = pri_ch > central_ch ? 1 : 0; in rtw89_phy_get_txsb()
760 txsb_idx = (pri_ch - central_ch + 14) / 4; in rtw89_phy_get_txsb()
762 txsb_idx = (pri_ch - central_ch + 12) / 8; in rtw89_phy_get_txsb()
764 txsb_idx = pri_ch > central_ch ? 1 : 0; in rtw89_phy_get_txsb()
768 txsb_idx = (pri_ch - central_ch + 30) / 4; in rtw89_phy_get_txsb()
770 txsb_idx = (pri_ch - central_ch + 28) / 8; in rtw89_phy_get_txsb()
[all …]