Searched refs:entry_index (Results 1 – 1 of 1) sorted by relevance
215 A_UINT32 entry_index, A_UINT32 bits_per_entry) in wmi_packed_arr_get_bits() argument218 A_UINT32 uint_index = (entry_index / entries_per_uint); in wmi_packed_arr_get_bits()220 A_UINT32 index_in_uint = (entry_index - num_entries_in_prev_uints); in wmi_packed_arr_get_bits()226 static INLINE void wmi_packed_arr_set_bits(A_UINT32 *arr, A_UINT32 entry_index, in wmi_packed_arr_set_bits() argument230 A_UINT32 uint_index = (entry_index / entries_per_uint); in wmi_packed_arr_set_bits()232 A_UINT32 index_in_uint = (entry_index - num_entries_in_prev_uints); in wmi_packed_arr_set_bits()