Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c464 u32 rf_cfgch_a, rf_cfgch_b; in rtw8723d_set_channel_rf() local
467 rf_cfgch_b = rtw_read_rf(rtwdev, RF_PATH_B, RF_CFGCH, RFREG_MASK); in rtw8723d_set_channel_rf()
470 rf_cfgch_b &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf()
472 rf_cfgch_b |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf()
487 rtw_write_rf(rtwdev, RF_PATH_B, RF_CFGCH, RFREG_MASK, rf_cfgch_b); in rtw8723d_set_channel_rf()