Searched refs:adsp1_id (Results 1 – 1 of 1) sorted by relevance
882 struct wmfw_adsp1_id_hdr adsp1_id; in wm_adsp_setup_algs() local911 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()[all …]