Searched refs:uint_index (Results 1 – 1 of 1) sorted by relevance
218 A_UINT32 uint_index = (entry_index / entries_per_uint); in wmi_packed_arr_get_bits() local219 A_UINT32 num_entries_in_prev_uints = (uint_index * entries_per_uint); in wmi_packed_arr_get_bits()222 return (arr[uint_index] >> start_bit_in_uint) & in wmi_packed_arr_get_bits()230 A_UINT32 uint_index = (entry_index / entries_per_uint); in wmi_packed_arr_set_bits() local231 A_UINT32 num_entries_in_prev_uints = (uint_index * entries_per_uint); in wmi_packed_arr_set_bits()235 arr[uint_index] &= in wmi_packed_arr_set_bits()237 arr[uint_index] |= in wmi_packed_arr_set_bits()