Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_util.h734 unsigned int qdf_get_hweight16(unsigned int w) in qdf_get_hweight16() function
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c29294 he_rates += qdf_get_hweight16(mask->control[band].he_mcs[i]); in hdd_check_he_bitmask_for_single_rate()
29308 if (qdf_get_hweight16(mask->control[band].he_mcs[i]) == 1) { in hdd_get_he_bitrate_params_for_band()
29346 num_rates += qdf_get_hweight16(mask->control[band].vht_mcs[i]); in hdd_check_bitmask_for_single_rate()
29419 if (qdf_get_hweight16(mask->control[band].vht_mcs[i]) in __wlan_hdd_cfg80211_set_bitrate_mask()