Searched refs:rf_cfgch_b (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/ |
D | rtw8703b.c | 854 u32 rf_cfgch_b; in rtw8703b_set_channel_rf() local 859 rf_cfgch_b = rtw_read_rf(rtwdev, RF_PATH_B, RF_CFGCH, RFREG_MASK); in rtw8703b_set_channel_rf() 862 rf_cfgch_b &= ~RFCFGCH_CHANNEL_MASK; in rtw8703b_set_channel_rf() 864 rf_cfgch_b |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8703b_set_channel_rf() 880 rtw_write_rf(rtwdev, RF_PATH_B, RF_CFGCH, RFREG_MASK, rf_cfgch_b); in rtw8703b_set_channel_rf()
|
D | rtw8723d.c | 352 u32 rf_cfgch_a, rf_cfgch_b; in rtw8723d_set_channel_rf() local 355 rf_cfgch_b = rtw_read_rf(rtwdev, RF_PATH_B, RF_CFGCH, RFREG_MASK); in rtw8723d_set_channel_rf() 358 rf_cfgch_b &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf() 360 rf_cfgch_b |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf() 375 rtw_write_rf(rtwdev, RF_PATH_B, RF_CFGCH, RFREG_MASK, rf_cfgch_b); in rtw8723d_set_channel_rf()
|