Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c881 u8 txsb_idx = 0; in rtw89_phy_get_txsb() local
884 return txsb_idx; in rtw89_phy_get_txsb()
888 txsb_idx = pri_ch > central_ch ? 1 : 0; in rtw89_phy_get_txsb()
892 txsb_idx = (pri_ch - central_ch + 6) / 4; in rtw89_phy_get_txsb()
894 txsb_idx = pri_ch > central_ch ? 1 : 0; in rtw89_phy_get_txsb()
898 txsb_idx = (pri_ch - central_ch + 14) / 4; in rtw89_phy_get_txsb()
900 txsb_idx = (pri_ch - central_ch + 12) / 8; in rtw89_phy_get_txsb()
902 txsb_idx = pri_ch > central_ch ? 1 : 0; in rtw89_phy_get_txsb()
906 txsb_idx = (pri_ch - central_ch + 30) / 4; in rtw89_phy_get_txsb()
908 txsb_idx = (pri_ch - central_ch + 28) / 8; in rtw89_phy_get_txsb()
[all …]