Home
last modified time | relevance | path

Searched refs:rf_mod_ag (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw88xxa.c1328 u32 fc_area, rf_mod_ag; in rtw88xxa_switch_channel() local
1354 rf_mod_ag = 0x101; in rtw88xxa_switch_channel()
1357 rf_mod_ag = 0x301; in rtw88xxa_switch_channel()
1361 rf_mod_ag = 0x501; in rtw88xxa_switch_channel()
1363 rf_mod_ag = 0x000; in rtw88xxa_switch_channel()
1368 RF18_RFSI_MASK | RF18_BAND_MASK, rf_mod_ag); in rtw88xxa_switch_channel()
H A Drtw8814a.c628 u32 fc_area, rf_mod_ag, cfgch; in rtw8814a_switch_channel() local
654 rf_mod_ag = 0x101; in rtw8814a_switch_channel()
657 rf_mod_ag = 0x301; in rtw8814a_switch_channel()
661 rf_mod_ag = 0x501; in rtw8814a_switch_channel()
663 rf_mod_ag = 0x000; in rtw8814a_switch_channel()
667 cfgch = (rf_mod_ag << 8) | channel; in rtw8814a_switch_channel()