Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Dwmi_unified.h218 A_UINT32 uint_index = (entry_index / entries_per_uint); in wmi_packed_arr_get_bits() local
219 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() local
231 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()