Searched refs:adsp_dbg (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/sound/soc/codecs/ | 
| D | wm_adsp.c | 48 #define adsp_dbg(_dsp, fmt, ...) \  macro 519 	adsp_dbg(dsp, "FW SCRATCH 0:0x%x 1:0x%x 2:0x%x 3:0x%x\n",  in wm_adsp2_show_fw_status() 568 	adsp_dbg(dsp, "Wrote %zu bytes to %x\n", ctl->len, reg);  in wm_coeff_write_control() 621 	adsp_dbg(dsp, "Read %zu bytes from %x\n", ctl->len, reg);  in wm_coeff_read_control() 960 	adsp_dbg(dsp, "Algorithm ID: %#x\n", blk->id);  in wm_coeff_parse_alg() 961 	adsp_dbg(dsp, "Algorithm name: %.*s\n", blk->name_len, blk->name);  in wm_coeff_parse_alg() 962 	adsp_dbg(dsp, "# of coefficient descriptors: %#x\n", blk->ncoeff);  in wm_coeff_parse_alg() 1003 	adsp_dbg(dsp, "\tCoefficient type: %#x\n", blk->mem_type);  in wm_coeff_parse_coeff() 1004 	adsp_dbg(dsp, "\tCoefficient offset: %#x\n", blk->offset);  in wm_coeff_parse_coeff() 1005 	adsp_dbg(dsp, "\tCoefficient name: %.*s\n", blk->name_len, blk->name);  in wm_coeff_parse_coeff() [all …] 
 |