Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Drtw8723d.h139 #define RFCFGCH_CHANNEL_MASK GENMASK(7, 0) macro
Drtw8723d.c451 rf_cfgch_a &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf()
452 rf_cfgch_b &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf()
453 rf_cfgch_a |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf()
454 rf_cfgch_b |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf()