Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/firmware/cirrus/
H A Dcs_dsp.c1963 struct wmfw_halo_alg_hdr *halo_alg; in cs_dsp_halo_setup_algs() local
1992 len = (sizeof(*halo_alg) * n_algs) / sizeof(u32); in cs_dsp_halo_setup_algs()
1994 halo_alg = cs_dsp_read_algs(dsp, n_algs, mem, pos, len); in cs_dsp_halo_setup_algs()
1995 if (IS_ERR(halo_alg)) in cs_dsp_halo_setup_algs()
1996 return PTR_ERR(halo_alg); in cs_dsp_halo_setup_algs()
2001 i, be32_to_cpu(halo_alg[i].alg.id), in cs_dsp_halo_setup_algs()
2002 (be32_to_cpu(halo_alg[i].alg.ver) & 0xff0000) >> 16, in cs_dsp_halo_setup_algs()
2003 (be32_to_cpu(halo_alg[i].alg.ver) & 0xff00) >> 8, in cs_dsp_halo_setup_algs()
2004 be32_to_cpu(halo_alg[i].alg.ver) & 0xff, in cs_dsp_halo_setup_algs()
2005 be32_to_cpu(halo_alg[ in cs_dsp_halo_setup_algs()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm_adsp.c2510 struct wmfw_halo_alg_hdr *halo_alg; in wm_halo_setup_algs() local
2539 len = (sizeof(*halo_alg) * n_algs) / sizeof(u32); in wm_halo_setup_algs()
2541 halo_alg = wm_adsp_read_algs(dsp, n_algs, mem, pos, len); in wm_halo_setup_algs()
2542 if (IS_ERR(halo_alg)) in wm_halo_setup_algs()
2543 return PTR_ERR(halo_alg); in wm_halo_setup_algs()
2548 i, be32_to_cpu(halo_alg[i].alg.id), in wm_halo_setup_algs()
2549 (be32_to_cpu(halo_alg[i].alg.ver) & 0xff0000) >> 16, in wm_halo_setup_algs()
2550 (be32_to_cpu(halo_alg[i].alg.ver) & 0xff00) >> 8, in wm_halo_setup_algs()
2551 be32_to_cpu(halo_alg[i].alg.ver) & 0xff, in wm_halo_setup_algs()
2552 be32_to_cpu(halo_alg[ in wm_halo_setup_algs()
[all...]

Completed in 9 milliseconds