Home
last modified time | relevance | path

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

/drivers/firmware/cirrus/test/
A Dcs_dsp_mock_mem_maps.c542 unsigned int next_free_xm_word, next_free_ym_word, next_free_zm_word; in cs_dsp_mock_xm_header_add_adsp2_algs() local
546 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