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");
375 "load_dsp: Timeout waiting for CHI32_STATUS_REG_HF3\n");
413 "load_dsp: failed to write number of DSP words\n");
418 "load_dsp: failed to write DSP address\n");
423 "load_dsp: failed to write DSP memory type\n");
431 "load_dsp: failed to write DSP data\n");
439 "load_dsp: Failed to write final zero\n");
453 "load_dsp: Failed to write DSP_FNC_SET_COMMPAGE_ADDR\n");
459 "load_dsp: Failed to write comm page address\n");
469 "load_dsp: Failed to read serial number\n");
481 "load_dsp: DSP load timed out waiting for HF4\n");
507 err = load_dsp(chip, (u16 *)fw->data);