Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firmware/cirrus/
Dcs_dsp.c1920 struct wmfw_halo_alg_hdr *halo_alg; in cs_dsp_halo_setup_algs() local
1949 len = (sizeof(*halo_alg) * n_algs) / sizeof(u32); in cs_dsp_halo_setup_algs()
1951 halo_alg = cs_dsp_read_algs(dsp, n_algs, mem, pos, len); in cs_dsp_halo_setup_algs()
1952 if (IS_ERR(halo_alg)) in cs_dsp_halo_setup_algs()
1953 return PTR_ERR(halo_alg); in cs_dsp_halo_setup_algs()
1958 i, be32_to_cpu(halo_alg[i].alg.id), in cs_dsp_halo_setup_algs()
1959 (be32_to_cpu(halo_alg[i].alg.ver) & 0xff0000) >> 16, in cs_dsp_halo_setup_algs()
1960 (be32_to_cpu(halo_alg[i].alg.ver) & 0xff00) >> 8, in cs_dsp_halo_setup_algs()
1961 be32_to_cpu(halo_alg[i].alg.ver) & 0xff, in cs_dsp_halo_setup_algs()
1962 be32_to_cpu(halo_alg[i].xm_base), in cs_dsp_halo_setup_algs()
[all …]