Home
last modified time | relevance | path

Searched refs:reg_find_chwidth_from_bw (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ !
H A Dreg_opclass.c1764 ch_width = reg_find_chwidth_from_bw(bw); in reg_is_cfi_supported()
1914 ch_width = reg_find_chwidth_from_bw(opcls_bw); in reg_get_cfis_from_opclassmap_for_non6g()
H A Dreg_services_common.h2715 enum phy_ch_width reg_find_chwidth_from_bw(uint16_t bw);
H A Dreg_services_common.c9365 enum phy_ch_width reg_find_chwidth_from_bw(uint16_t bw) in reg_find_chwidth_from_bw() function
9387 enum phy_ch_width reg_find_chwidth_from_bw(uint16_t bw) in reg_find_chwidth_from_bw() function
9656 enum phy_ch_width ch_width = reg_find_chwidth_from_bw(bw); in reg_is_chan_punc()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/ !
H A Dwlan_reg_services_api.c1884 return reg_find_chwidth_from_bw(bw); in wlan_reg_find_chwidth_from_bw()