Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dmac.h29 u8 primary_ch_idx);
Drtw8822b.c536 u8 primary_ch_idx) in rtw8822b_set_channel_bb() argument
595 if (primary_ch_idx == 1) in rtw8822b_set_channel_bb()
602 val32 |= (((primary_ch_idx & 0xf) << 2) | RTW_CHANNEL_WIDTH_40); in rtw8822b_set_channel_bb()
610 val32 |= (((primary_ch_idx & 0xf) << 2) | RTW_CHANNEL_WIDTH_80); in rtw8822b_set_channel_bb()
Dmac.c12 u8 primary_ch_idx) in rtw_set_channel_mac() argument
18 txsc20 = primary_ch_idx; in rtw_set_channel_mac()
Drtw8822c.c1339 u8 primary_ch_idx) in rtw8822c_set_channel_bb() argument
1458 (primary_ch_idx == 1 ? 1 : 0)); in rtw8822c_set_channel_bb()
1462 (primary_ch_idx | (primary_ch_idx << 4))); in rtw8822c_set_channel_bb()
1471 (primary_ch_idx | (primary_ch_idx << 4))); in rtw8822c_set_channel_bb()