Home
last modified time | relevance | path

Searched refs:rf_cfgch_b (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
449 rf_cfgch_b = rtw_read_rf(rtwdev, RF_PATH_B, RF_CFGCH, RFREG_MASK); in rtw8723d_set_channel_rf()
452 rf_cfgch_b &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf()
454 rf_cfgch_b |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf()
469 rtw_write_rf(rtwdev, RF_PATH_B, RF_CFGCH, RFREG_MASK, rf_cfgch_b); in rtw8723d_set_channel_rf()