Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
H A Dwlan_cfg80211_wifi_pos.c111 #define NUM_BITS_IN_BYTE 8 macro
119 index = feature / NUM_BITS_IN_BYTE; in wlan_wifi_pos_set_feature_flags()
120 bit_mask = 1 << (feature % NUM_BITS_IN_BYTE); in wlan_wifi_pos_set_feature_flags()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c5109 #define NUM_BITS_IN_BYTE 8 macro
5126 index = feature / NUM_BITS_IN_BYTE; in wlan_hdd_cfg80211_set_feature()
5127 bit_mask = 1 << (feature % NUM_BITS_IN_BYTE); in wlan_hdd_cfg80211_set_feature()