Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
Dwmi_unified.h217 A_UINT32 entries_per_uint = (32 / bits_per_entry); in wmi_packed_arr_get_bits() local
218 A_UINT32 uint_index = (entry_index / entries_per_uint); in wmi_packed_arr_get_bits()
219 A_UINT32 num_entries_in_prev_uints = (uint_index * entries_per_uint); in wmi_packed_arr_get_bits()
229 A_UINT32 entries_per_uint = (32 / bits_per_entry); in wmi_packed_arr_set_bits() local
230 A_UINT32 uint_index = (entry_index / entries_per_uint); in wmi_packed_arr_set_bits()
231 A_UINT32 num_entries_in_prev_uints = (uint_index * entries_per_uint); in wmi_packed_arr_set_bits()