Searched refs:adsp2_id (Results 1 – 1 of 1) sorted by relevance
883 struct wmfw_adsp2_id_hdr adsp2_id; in wm_adsp_setup_algs() local952 ret = regmap_raw_read(regmap, mem->base, &adsp2_id, in wm_adsp_setup_algs()953 sizeof(adsp2_id)); in wm_adsp_setup_algs()960 buf = &adsp2_id; in wm_adsp_setup_algs()961 buf_size = sizeof(adsp2_id); in wm_adsp_setup_algs()963 algs = be32_to_cpu(adsp2_id.algs); in wm_adsp_setup_algs()964 dsp->fw_id = be32_to_cpu(adsp2_id.fw.id); in wm_adsp_setup_algs()967 (be32_to_cpu(adsp2_id.fw.ver) & 0xff0000) >> 16, in wm_adsp_setup_algs()968 (be32_to_cpu(adsp2_id.fw.ver) & 0xff00) >> 8, in wm_adsp_setup_algs()969 be32_to_cpu(adsp2_id.fw.ver) & 0xff, in wm_adsp_setup_algs()[all …]