Searched refs:BAND_CAP_6G (Results 1 – 20 of 20) sorted by relevance
330 #define BAND_CAP_6G BIT(BAND_ON_6G) macro
46 hal_spec->band_cap = BAND_CAP_2G | BAND_CAP_5G | BAND_CAP_6G; in init_hal_spec_8852b()
289 #define BAND_CAP_6G BIT2 macro
237 if(band_cap & BAND_CAP_6G) in rtw_hw_get_band_type()238 band_type |= BAND_CAP_6G; in rtw_hw_get_band_type()
688 [BAND_ON_6G] = BAND_CAP_6G,
930 if (is_supported_6g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_6G)) in init_channel_set_from_rtk_priv_6g()
31 int rtw_band_type = BAND_CAP_2G | BAND_CAP_5G | BAND_CAP_6G;
1186 if (is_supported_6g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_6G))
247 #define is_supported_6g(band_type) ((band_type) & BAND_CAP_6G ? _TRUE : _FALSE)
1177 if (is_supported_6g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_6G))
760 [BAND_ON_6G] = BAND_CAP_6G,