Lines Matching refs:dsp
57 static int sst_byt_parse_module(struct sst_dsp *dsp, struct sst_fw *fw, in sst_byt_parse_module() argument
78 dev_err(dsp->dev, "block %d size invalid\n", count); in sst_byt_parse_module()
85 dsp->addr.iram_offset; in sst_byt_parse_module()
90 dsp->addr.dram_offset; in sst_byt_parse_module()
95 (dsp->addr.fw_ext - dsp->addr.lpe); in sst_byt_parse_module()
99 dev_err(dsp->dev, "wrong ram type 0x%x in block0x%x\n", in sst_byt_parse_module()
118 struct sst_dsp *dsp = sst_fw->dsp; in sst_byt_parse_fw_image() local
128 dev_err(dsp->dev, "Invalid FW sign/filesize mismatch\n"); in sst_byt_parse_fw_image()
132 dev_dbg(dsp->dev, in sst_byt_parse_fw_image()
140 ret = sst_byt_parse_module(dsp, sst_fw, module); in sst_byt_parse_fw_image()
142 dev_err(dsp->dev, "invalid module %d\n", count); in sst_byt_parse_fw_image()