Home
last modified time | relevance | path

Searched refs:BAND_CAP_6G (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Drtw_general_def.h330 #define BAND_CAP_6G BIT(BAND_ON_6G) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Drtw_general_def.h330 #define BAND_CAP_6G BIT(BAND_ON_6G) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/
H A Drtl8852b_halinit.c46 hal_spec->band_cap = BAND_CAP_2G | BAND_CAP_5G | BAND_CAP_6G; in init_hal_spec_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/
H A Drtl8852b_halinit.c46 hal_spec->band_cap = BAND_CAP_2G | BAND_CAP_5G | BAND_CAP_6G; in init_hal_spec_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dhal_com.h289 #define BAND_CAP_6G BIT2 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dhal_com.h289 #define BAND_CAP_6G BIT2 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_phl.c237 if(band_cap & BAND_CAP_6G) in rtw_hw_get_band_type()
238 band_type |= BAND_CAP_6G; in rtw_hw_get_band_type()
H A Drtw_rf.c688 [BAND_ON_6G] = BAND_CAP_6G,
H A Drtw_chplan.c930 if (is_supported_6g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_6G)) in init_channel_set_from_rtk_priv_6g()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_phl.c237 if(band_cap & BAND_CAP_6G) in rtw_hw_get_band_type()
238 band_type |= BAND_CAP_6G; in rtw_hw_get_band_type()
H A Drtw_rf.c688 [BAND_ON_6G] = BAND_CAP_6G,
H A Drtw_chplan.c930 if (is_supported_6g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_6G)) in init_channel_set_from_rtk_priv_6g()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfg.c31 int rtw_band_type = BAND_CAP_2G | BAND_CAP_5G | BAND_CAP_6G;
H A Dos_intfs.c1186 if (is_supported_6g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_6G))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dieee80211.h247 #define is_supported_6g(band_type) ((band_type) & BAND_CAP_6G ? _TRUE : _FALSE)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_cfg.c31 int rtw_band_type = BAND_CAP_2G | BAND_CAP_5G | BAND_CAP_6G;
H A Dos_intfs.c1177 if (is_supported_6g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_6G))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dieee80211.h247 #define is_supported_6g(band_type) ((band_type) & BAND_CAP_6G ? _TRUE : _FALSE)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_rf.c760 [BAND_ON_6G] = BAND_CAP_6G,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_rf.c760 [BAND_ON_6G] = BAND_CAP_6G,