Lines Matching refs:adsp1_id
882 struct wmfw_adsp1_id_hdr adsp1_id; in wm_adsp_setup_algs() local
911 ret = regmap_raw_read(regmap, mem->base, &adsp1_id, in wm_adsp_setup_algs()
912 sizeof(adsp1_id)); in wm_adsp_setup_algs()
919 buf = &adsp1_id; in wm_adsp_setup_algs()
920 buf_size = sizeof(adsp1_id); in wm_adsp_setup_algs()
922 algs = be32_to_cpu(adsp1_id.algs); in wm_adsp_setup_algs()
923 dsp->fw_id = be32_to_cpu(adsp1_id.fw.id); in wm_adsp_setup_algs()
926 (be32_to_cpu(adsp1_id.fw.ver) & 0xff0000) >> 16, in wm_adsp_setup_algs()
927 (be32_to_cpu(adsp1_id.fw.ver) & 0xff00) >> 8, in wm_adsp_setup_algs()
928 be32_to_cpu(adsp1_id.fw.ver) & 0xff, in wm_adsp_setup_algs()
935 region->alg = be32_to_cpu(adsp1_id.fw.id); in wm_adsp_setup_algs()
936 region->base = be32_to_cpu(adsp1_id.zm); in wm_adsp_setup_algs()
943 region->alg = be32_to_cpu(adsp1_id.fw.id); in wm_adsp_setup_algs()
944 region->base = be32_to_cpu(adsp1_id.dm); in wm_adsp_setup_algs()
947 pos = sizeof(adsp1_id) / 2; in wm_adsp_setup_algs()