Searched refs:rf_cfgch_b (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8723d.c | 445 u32 rf_cfgch_a, rf_cfgch_b; in rtw8723d_set_channel_rf() local 448 rf_cfgch_b = rtw_read_rf(rtwdev, RF_PATH_B, RF_CFGCH, RFREG_MASK); in rtw8723d_set_channel_rf() 451 rf_cfgch_b &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf() 453 rf_cfgch_b |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf() 468 rtw_write_rf(rtwdev, RF_PATH_B, RF_CFGCH, RFREG_MASK, rf_cfgch_b); in rtw8723d_set_channel_rf()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8723d.c | 464 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()
|
Completed in 7 milliseconds