Searched refs:w (Results 1 – 3 of 3) sorted by relevance
718 unsigned int qdf_get_hweight8(unsigned int w) in qdf_get_hweight8() argument720 unsigned int res = w - ((w >> 1) & 0x55); in qdf_get_hweight8()734 unsigned int qdf_get_hweight16(unsigned int w) in qdf_get_hweight16() argument736 unsigned int res = (w & 0x5555) + ((w >> 1) & 0x5555); in qdf_get_hweight16()752 unsigned int qdf_get_hweight32(unsigned int w) in qdf_get_hweight32() argument754 unsigned int res = (w & 0x55555555) + ((w >> 1) & 0x55555555); in qdf_get_hweight32()
2519 uint32_t w = LE_READ_4(sel); in wlan_crypto_wpa_suite_to_cipher() local2522 switch (w) { in wlan_crypto_wpa_suite_to_cipher()2540 uint32_t w = LE_READ_4(sel); in wlan_crypto_wpa_suite_to_keymgmt() local2543 switch (w) { in wlan_crypto_wpa_suite_to_keymgmt()2563 uint32_t w = LE_READ_4(sel); in wlan_crypto_rsn_suite_to_cipher() local2566 switch (w) { in wlan_crypto_rsn_suite_to_cipher()2597 uint32_t w = LE_READ_4(sel); in wlan_crypto_rsn_suite_to_keymgmt() local2600 switch (w) { in wlan_crypto_rsn_suite_to_keymgmt()2656 int32_t w; in wlan_crypto_wpaie_check() local2671 w = LE_READ_2(frm); in wlan_crypto_wpaie_check()[all …]
1180 bool "Enable the WLAN 802.11w Protected Management Frames feature"