Searched refs:rtw_hw_chk_band_cap (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_phl.h | 51 bool rtw_hw_chk_band_cap(struct dvobj_priv *dvobj, u8 cap);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_phl.h | 51 bool rtw_hw_chk_band_cap(struct dvobj_priv *dvobj, u8 cap);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_phl.c | 122 inline bool rtw_hw_chk_band_cap(struct dvobj_priv *dvobj, u8 cap) in rtw_hw_chk_band_cap() function 157 if ((proto_cap & PROTO_CAP_11B) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in rtw_hw_is_wireless_mode_support() 161 if ((proto_cap & PROTO_CAP_11G) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in rtw_hw_is_wireless_mode_support() 165 if ((proto_cap & PROTO_CAP_11G) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_5G)) in rtw_hw_is_wireless_mode_support() 176 if ((proto_cap & PROTO_CAP_11AC) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_5G)) in rtw_hw_is_wireless_mode_support()
|
| H A D | rtw_rf.c | 1087 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in op_class_pref_init() 1089 if (is_supported_5g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_5G)) in op_class_pref_init()
|
| H A D | rtw_chplan.c | 823 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in init_channel_set_from_rtk_priv_2g_5g() 826 if (is_supported_5g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_5G)) in init_channel_set_from_rtk_priv_2g_5g() 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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_phl.c | 122 inline bool rtw_hw_chk_band_cap(struct dvobj_priv *dvobj, u8 cap) in rtw_hw_chk_band_cap() function 157 if ((proto_cap & PROTO_CAP_11B) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in rtw_hw_is_wireless_mode_support() 161 if ((proto_cap & PROTO_CAP_11G) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in rtw_hw_is_wireless_mode_support() 165 if ((proto_cap & PROTO_CAP_11G) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_5G)) in rtw_hw_is_wireless_mode_support() 176 if ((proto_cap & PROTO_CAP_11AC) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_5G)) in rtw_hw_is_wireless_mode_support()
|
| H A D | rtw_rf.c | 1087 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in op_class_pref_init() 1089 if (is_supported_5g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_5G)) in op_class_pref_init()
|
| H A D | rtw_chplan.c | 823 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in init_channel_set_from_rtk_priv_2g_5g() 826 if (is_supported_5g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_5G)) in init_channel_set_from_rtk_priv_2g_5g() 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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | os_intfs.c | 1177 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) 1181 if (is_supported_5g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_5G)) 1186 if (is_supported_6g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_6G))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | os_intfs.c | 1168 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) 1172 if (is_supported_5g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_5G)) 1177 if (is_supported_6g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_6G))
|