Home
last modified time | relevance | path

Searched refs:RFCFGCH_CHANNEL_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.h139 #define RFCFGCH_CHANNEL_MASK GENMASK(7, 0) macro
H A Drtw8723d.c450 rf_cfgch_a &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf()
451 rf_cfgch_b &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf()
452 rf_cfgch_a |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf()
453 rf_cfgch_b |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.h159 #define RFCFGCH_CHANNEL_MASK GENMASK(7, 0) macro
H A Drtw8723d.c469 rf_cfgch_a &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf()
470 rf_cfgch_b &= ~RFCFGCH_CHANNEL_MASK; in rtw8723d_set_channel_rf()
471 rf_cfgch_a |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf()
472 rf_cfgch_b |= (channel & RFCFGCH_CHANNEL_MASK); in rtw8723d_set_channel_rf()

Completed in 9 milliseconds