Searched refs:entries_per_uint (Results 1 – 1 of 1) sorted by relevance
217 A_UINT32 entries_per_uint = (32 / bits_per_entry); in wmi_packed_arr_get_bits() local218 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() local230 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()