Searched refs:txsc40 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | mac.c | 14 u8 txsc40 = 0, txsc20 = 0; in rtw_set_channel_mac() local 21 txsc40 = RTW_SC_40_UPPER; in rtw_set_channel_mac() 23 txsc40 = RTW_SC_40_LOWER; in rtw_set_channel_mac() 26 BIT_TXSC_20M(txsc20) | BIT_TXSC_40M(txsc40)); in rtw_set_channel_mac()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | mac.c | 15 u8 txsc40 = 0, txsc20 = 0; in rtw_set_channel_mac() local 22 txsc40 = RTW_SC_40_UPPER; in rtw_set_channel_mac() 24 txsc40 = RTW_SC_40_LOWER; in rtw_set_channel_mac() 27 BIT_TXSC_20M(txsc20) | BIT_TXSC_40M(txsc40)); in rtw_set_channel_mac()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852a.c | 714 u8 txsc20 = 0, txsc40 = 0; in rtw8852a_set_channel_mac() local 718 txsc40 = rtw89_phy_get_txsc(rtwdev, chan, in rtw8852a_set_channel_mac() 732 rtw89_write32(rtwdev, sub_carr, txsc20 | (txsc40 << 4)); in rtw8852a_set_channel_mac()
|
H A D | rtw8851b.c | 766 u8 txsc20 = 0, txsc40 = 0; in rtw8851b_set_channel_mac() local 770 txsc40 = rtw89_phy_get_txsc(rtwdev, chan, RTW89_CHANNEL_WIDTH_40); in rtw8851b_set_channel_mac() 782 rtw89_write32(rtwdev, sub_carr, txsc20 | (txsc40 << 4)); in rtw8851b_set_channel_mac()
|
H A D | rtw8852c.c | 616 u8 txsc20 = 0, txsc40 = 0, txsc80 = 0; in rtw8852c_set_channel_mac() local 626 txsc40 = rtw89_phy_get_txsc(rtwdev, chan, in rtw8852c_set_channel_mac() 641 FIELD_PREP(B_AX_TXSC_40M_MASK, txsc40) | in rtw8852c_set_channel_mac() 647 FIELD_PREP(B_AX_TXSC_40M_MASK, txsc40); in rtw8852c_set_channel_mac()
|
H A D | rtw8852b.c | 853 u8 txsc20 = 0, txsc40 = 0; in rtw8852b_set_channel_mac() local 857 txsc40 = rtw89_phy_get_txsc(rtwdev, chan, RTW89_CHANNEL_WIDTH_40); in rtw8852b_set_channel_mac() 869 rtw89_write32(rtwdev, sub_carr, txsc20 | (txsc40 << 4)); in rtw8852b_set_channel_mac()
|
Completed in 17 milliseconds