Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_mem_maps.c553 unsigned int alg_xm_last, alg_ym_last, alg_zm_last; in cs_dsp_mock_xm_header_add_adsp2_algs() local
579 alg_zm_last = be32_to_cpu(alg_info->zm) + algs->zm_size_words - 1; in cs_dsp_mock_xm_header_add_adsp2_algs()
580 if (alg_zm_last > next_free_zm_word) in cs_dsp_mock_xm_header_add_adsp2_algs()
581 next_free_zm_word = alg_zm_last; in cs_dsp_mock_xm_header_add_adsp2_algs()