Searched refs:xm_base (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_mock_mem_maps.c | 350 .xm_base = cpu_to_be32(((sizeof(struct wmfw_halo_id_hdr) + 406 unsigned int val, xm_base = 0, ym_base = 0, zm_base = 0; in cs_dsp_mock_xm_header_get_alg_base_in_words() local 420 xm_base = be32_to_cpu(alg.adsp2.xm); in cs_dsp_mock_xm_header_get_alg_base_in_words() 437 xm_base = be32_to_cpu(alg.halo.xm_base); in cs_dsp_mock_xm_header_get_alg_base_in_words() 451 return xm_base; in cs_dsp_mock_xm_header_get_alg_base_in_words() 596 next_free_xm_word = be32_to_cpu(hdr->xm_base) + be32_to_cpu(hdr->xm_size) - 1; in cs_dsp_mock_xm_header_add_halo_algs() 611 alg_info->xm_base = cpu_to_be32(algs->xm_base_words); in cs_dsp_mock_xm_header_add_halo_algs() 617 if (!alg_info->xm_base && alg_info->xm_size) in cs_dsp_mock_xm_header_add_halo_algs() 618 alg_info->xm_base = cpu_to_be32(next_free_xm_word); in cs_dsp_mock_xm_header_add_halo_algs() 623 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()
|
| /linux-6.15/include/linux/firmware/cirrus/ |
| H A D | wmfw.h | 101 __be32 xm_base; member 128 __be32 xm_base; member
|
| /linux-6.15/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 2086 __be32 xm_base, __be32 ym_base) in cs_dsp_halo_create_regions() argument 2092 __be32 bases[] = { xm_base, xm_base, ym_base, ym_base }; in cs_dsp_halo_create_regions() 2123 halo_id.xm_base, halo_id.ym_base); in cs_dsp_halo_setup_algs() 2142 be32_to_cpu(halo_alg[i].xm_base), in cs_dsp_halo_setup_algs() 2147 halo_alg[i].xm_base, in cs_dsp_halo_setup_algs()
|