Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c445 u32 rf_cfgch_a, rf_cfgch_b; in rtw8723d_set_channel_rf() local
447 rf_cfgch_a = rtw_read_rf(rtwdev, RF_PATH_A, RF_CFGCH, RFREG_MASK); in rtw8723d_set_channel_rf()
450 rf_cfgch_a &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf()
452 rf_cfgch_a |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf()
455 rf_cfgch_a &= ~RFCFGCH_BW_MASK; in rtw8723d_set_channel_rf()
458 rf_cfgch_a |= RFCFGCH_BW_20M; in rtw8723d_set_channel_rf()
461 rf_cfgch_a |= RFCFGCH_BW_40M; in rtw8723d_set_channel_rf()
467 rtw_write_rf(rtwdev, RF_PATH_A, RF_CFGCH, RFREG_MASK, rf_cfgch_a); in rtw8723d_set_channel_rf()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c464 u32 rf_cfgch_a, rf_cfgch_b; in rtw8723d_set_channel_rf() local
466 rf_cfgch_a = rtw_read_rf(rtwdev, RF_PATH_A, RF_CFGCH, RFREG_MASK); in rtw8723d_set_channel_rf()
469 rf_cfgch_a &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf()
471 rf_cfgch_a |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf()
474 rf_cfgch_a &= ~RFCFGCH_BW_MASK; in rtw8723d_set_channel_rf()
477 rf_cfgch_a |= RFCFGCH_BW_20M; in rtw8723d_set_channel_rf()
480 rf_cfgch_a |= RFCFGCH_BW_40M; in rtw8723d_set_channel_rf()
486 rtw_write_rf(rtwdev, RF_PATH_A, RF_CFGCH, RFREG_MASK, rf_cfgch_a); in rtw8723d_set_channel_rf()

Completed in 7 milliseconds