Searched refs:next_free_zm_word (Results 1 – 1 of 1) sorted by relevance
542 unsigned int next_free_xm_word, next_free_ym_word, next_free_zm_word; in cs_dsp_mock_xm_header_add_adsp2_algs() local546 next_free_zm_word = be32_to_cpu(hdr->zm); in cs_dsp_mock_xm_header_add_adsp2_algs()572 alg_info->zm = cpu_to_be32(next_free_zm_word); in cs_dsp_mock_xm_header_add_adsp2_algs()583 if (alg_zm_last > next_free_zm_word) in cs_dsp_mock_xm_header_add_adsp2_algs()584 next_free_zm_word = alg_zm_last; in cs_dsp_mock_xm_header_add_adsp2_algs()
Completed in 4 milliseconds