Lines Matching defs:load_dsp
335 static int load_dsp(struct echoaudio *chip, u16 *code)
348 dev_dbg(chip->card->dev, "load_dsp: Set bad_board to true\n");
376 "load_dsp: Timeout waiting for CHI32_STATUS_REG_HF3\n");
414 "load_dsp: failed to write number of DSP words\n");
419 "load_dsp: failed to write DSP address\n");
424 "load_dsp: failed to write DSP memory type\n");
432 "load_dsp: failed to write DSP data\n");
440 "load_dsp: Failed to write final zero\n");
454 "load_dsp: Failed to write DSP_FNC_SET_COMMPAGE_ADDR\n");
460 "load_dsp: Failed to write comm page address\n");
470 "load_dsp: Failed to read serial number\n");
482 "load_dsp: DSP load timed out waiting for HF4\n");
509 err = load_dsp(chip, (u16 *)fw->data);