Home
last modified time | relevance | path

Searched refs:freq_plan (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_chnlplan.h115 struct freq_plan { struct
122 struct freq_plan freq_2g; argument
123 struct freq_plan freq_5g;
H A Dphl_regulation.c69 struct rtw_regulation *rg, const struct freq_plan *f) in _chnlplan_update_2g()
205 struct rtw_regulation *rg, const struct freq_plan *f) in _chnlplan_update_5g()
253 const struct freq_plan *plan_2g = NULL; in _regulatory_domain_update()
254 const struct freq_plan *plan_5g = NULL; in _regulatory_domain_update()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_chnlplan.h115 struct freq_plan { struct
122 struct freq_plan freq_2g; argument
123 struct freq_plan freq_5g;
H A Dphl_regulation.c69 struct rtw_regulation *rg, const struct freq_plan *f) in _chnlplan_update_2g()
205 struct rtw_regulation *rg, const struct freq_plan *f) in _chnlplan_update_5g()
253 const struct freq_plan *plan_2g = NULL; in _regulatory_domain_update()
254 const struct freq_plan *plan_5g = NULL; in _regulatory_domain_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c346 static const u8 freq_plan[14][FREQ_PLAN_REGS] = { in __mt7601u_phy_set_channel() local
407 channel_freq_plan[i].value = freq_plan[chan_idx][i]; in __mt7601u_phy_set_channel()