Home
last modified time | relevance | path

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

/drivers/firmware/cirrus/test/
A Dcs_dsp_mock_mem_maps.c556 unsigned int alg_xm_last, alg_ym_last, alg_zm_last; in cs_dsp_mock_xm_header_add_adsp2_algs() local
574 alg_xm_last = be32_to_cpu(alg_info->xm) + algs->xm_size_words - 1; in cs_dsp_mock_xm_header_add_adsp2_algs()
575 if (alg_xm_last > next_free_xm_word) in cs_dsp_mock_xm_header_add_adsp2_algs()
576 next_free_xm_word = alg_xm_last; in cs_dsp_mock_xm_header_add_adsp2_algs()
610 unsigned int alg_xm_last, alg_ym_last; in cs_dsp_mock_xm_header_add_halo_algs() local
626 alg_xm_last = be32_to_cpu(alg_info->xm_base) + be32_to_cpu(alg_info->xm_size) - 1; in cs_dsp_mock_xm_header_add_halo_algs()
627 if (alg_xm_last > next_free_xm_word) in cs_dsp_mock_xm_header_add_halo_algs()
628 next_free_xm_word = alg_xm_last; in cs_dsp_mock_xm_header_add_halo_algs()

Completed in 5 milliseconds