Lines Matching refs:fw
251 ucontrol->value.enumerated.item[0] = adsp[e->shift_l].fw; in wm_adsp_fw_get()
263 if (ucontrol->value.enumerated.item[0] == adsp[e->shift_l].fw) in wm_adsp_fw_put()
272 adsp[e->shift_l].fw = ucontrol->value.enumerated.item[0]; in wm_adsp_fw_put()
547 wm_adsp_fw[dsp->fw].file); in wm_adsp_load()
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()
943 region->alg = be32_to_cpu(adsp1_id.fw.id); 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()
976 region->alg = be32_to_cpu(adsp2_id.fw.id); in wm_adsp_setup_algs()
984 region->alg = be32_to_cpu(adsp2_id.fw.id); in wm_adsp_setup_algs()
992 region->alg = be32_to_cpu(adsp2_id.fw.id); in wm_adsp_setup_algs()
1193 wm_adsp_fw[dsp->fw].file); in wm_adsp_load_coeff()