Searched refs:rf_cfgch_a (Results 1 – 1 of 1) sorted by relevance
445 u32 rf_cfgch_a, rf_cfgch_b; in rtw8723d_set_channel_rf() local447 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()