Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/utils/src/
H A Dwlan_utility.c234 uint8_t tot_bits, in wlan_iecap_set() argument
247 fit_bits = (tot_bits > fit_bits) ? 8 - bit_pos : tot_bits; in wlan_iecap_set()
249 while ((bit_pos + tot_bits) > 8) { in wlan_iecap_set()
252 tot_bits = tot_bits - fit_bits; in wlan_iecap_set()
260 fit_bits = (tot_bits > fit_bits) ? 8 - bit_pos : tot_bits; in wlan_iecap_set()
263 if ((bit_pos + tot_bits) <= 8) { in wlan_iecap_set()
272 uint32_t tot_bits) in wlan_iecap_get() argument
286 fit_bits = (tot_bits > fit_bits) ? 8 - bit_pos : tot_bits; in wlan_iecap_get()
288 while ((tot_bits + bit_pos) > 8) { in wlan_iecap_get()
290 tot_bits = tot_bits - fit_bits; in wlan_iecap_get()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/utils/inc/
H A Dwlan_utility.h171 uint8_t tot_bits,
187 uint32_t tot_bits);