Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw88/
Drtw8723d.c446 u32 rf_cfgch_a, rf_cfgch_b; in rtw8723d_set_channel_rf() local
448 rf_cfgch_a = rtw_read_rf(rtwdev, RF_PATH_A, RF_CFGCH, RFREG_MASK); in rtw8723d_set_channel_rf()
451 rf_cfgch_a &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf()
453 rf_cfgch_a |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf()
456 rf_cfgch_a &= ~RFCFGCH_BW_MASK; in rtw8723d_set_channel_rf()
459 rf_cfgch_a |= RFCFGCH_BW_20M; in rtw8723d_set_channel_rf()
462 rf_cfgch_a |= RFCFGCH_BW_40M; in rtw8723d_set_channel_rf()
468 rtw_write_rf(rtwdev, RF_PATH_A, RF_CFGCH, RFREG_MASK, rf_cfgch_a); in rtw8723d_set_channel_rf()