Searched refs:txsc40 (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/wireless/realtek/rtw88/ |
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()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/ |
D | rtw8852a.c | 696 u8 txsc20 = 0, txsc40 = 0; in rtw8852a_set_channel_mac() local 700 txsc40 = rtw89_phy_get_txsc(rtwdev, chan, in rtw8852a_set_channel_mac() 714 rtw89_write32(rtwdev, sub_carr, txsc20 | (txsc40 << 4)); in rtw8852a_set_channel_mac()
|
D | rtw8852c.c | 605 u8 txsc20 = 0, txsc40 = 0, txsc80 = 0; in rtw8852c_set_channel_mac() local 615 txsc40 = rtw89_phy_get_txsc(rtwdev, chan, in rtw8852c_set_channel_mac() 630 FIELD_PREP(B_AX_TXSC_40M_MASK, txsc40) | in rtw8852c_set_channel_mac() 636 FIELD_PREP(B_AX_TXSC_40M_MASK, txsc40); in rtw8852c_set_channel_mac()
|