Home
last modified time | relevance | path

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

/drivers/firmware/cirrus/test/
A Dcs_dsp_mock_mem_maps.c500 unsigned int num_algs; in cs_dsp_mock_xm_header_drop_from_regmap_cache() local
513 num_algs = be32_to_cpu(num_algs_be32); in cs_dsp_mock_xm_header_drop_from_regmap_cache()
524 &num_algs)); in cs_dsp_mock_xm_header_drop_from_regmap_cache()
526 (num_algs * sizeof(struct wmfw_halo_alg_hdr)) + in cs_dsp_mock_xm_header_drop_from_regmap_cache()
539 size_t num_algs) in cs_dsp_mock_xm_header_add_adsp2_algs() argument
549 hdr->n_algs = cpu_to_be32(num_algs); in cs_dsp_mock_xm_header_add_adsp2_algs()
555 for (; num_algs > 0; num_algs--, algs++, alg_info++) { in cs_dsp_mock_xm_header_add_adsp2_algs()
593 size_t num_algs) in cs_dsp_mock_xm_header_add_halo_algs() argument
603 hdr->n_algs = cpu_to_be32(num_algs); in cs_dsp_mock_xm_header_add_halo_algs()
609 for (; num_algs > 0; num_algs--, algs++, alg_info++) { in cs_dsp_mock_xm_header_add_halo_algs()
[all …]

Completed in 5 milliseconds