Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_regulation.c929 const struct chdef_2ghz *chdef2 = NULL; in rtw_phl_query_specific_chplan() local
954 chdef2 = &chdef2g[i]; in rtw_phl_query_specific_chplan()
968 chdef2 = NULL; in rtw_phl_query_specific_chplan()
974 if (chdef2) { in rtw_phl_query_specific_chplan()
975 ch = ((chdef2->support_ch[1] << 8) | in rtw_phl_query_specific_chplan()
976 (chdef2->support_ch[0])); in rtw_phl_query_specific_chplan()
977 passive = ((chdef2->passive[1] << 8) | in rtw_phl_query_specific_chplan()
978 (chdef2->passive[0])); in rtw_phl_query_specific_chplan()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_regulation.c929 const struct chdef_2ghz *chdef2 = NULL; in rtw_phl_query_specific_chplan() local
954 chdef2 = &chdef2g[i]; in rtw_phl_query_specific_chplan()
968 chdef2 = NULL; in rtw_phl_query_specific_chplan()
974 if (chdef2) { in rtw_phl_query_specific_chplan()
975 ch = ((chdef2->support_ch[1] << 8) | in rtw_phl_query_specific_chplan()
976 (chdef2->support_ch[0])); in rtw_phl_query_specific_chplan()
977 passive = ((chdef2->passive[1] << 8) | in rtw_phl_query_specific_chplan()
978 (chdef2->passive[0])); in rtw_phl_query_specific_chplan()