Home
last modified time | relevance | path

Searched refs:rf_cfgch_a (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
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()