Home
last modified time | relevance | path

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

/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_bin.c328 static const u8 word_offsets[] = { in bin_patch_multi_oneword_sparse_unordered() local
339 static_assert(ARRAY_SIZE(word_offsets) == ARRAY_SIZE(payload_data)); in bin_patch_multi_oneword_sparse_unordered()
348 for (i = 0; i < ARRAY_SIZE(word_offsets); ++i) { in bin_patch_multi_oneword_sparse_unordered()
353 word_offsets[i] * reg_inc_per_word, in bin_patch_multi_oneword_sparse_unordered()
364 for (i = 0; i < ARRAY_SIZE(word_offsets); ++i) { in bin_patch_multi_oneword_sparse_unordered()
366 ((alg_base_words + word_offsets[i]) * reg_inc_per_word); in bin_patch_multi_oneword_sparse_unordered()
1644 static const u8 word_offsets[] = { 60, 24, 76, 4, 40, 52, 48, 36, 12 }; in bin_patch_multi_onepacked_sparse_unordered() local
1652 static_assert(ARRAY_SIZE(word_offsets) == ARRAY_SIZE(packed_payloads)); in bin_patch_multi_onepacked_sparse_unordered()
1663 for (i = 0; i < ARRAY_SIZE(word_offsets); ++i) { in bin_patch_multi_onepacked_sparse_unordered()
1665 patch_pos_words = round_up(alg_base_words + word_offsets[i], 4); in bin_patch_multi_onepacked_sparse_unordered()
[all …]