Lines Matching refs:adsp_err
40 #define adsp_err(_dsp, fmt, ...) \ macro
615 adsp_err(dsp, "No codec debugfs root\n"); in wm_adsp2_init_debugfs()
648 adsp_err(dsp, "Failed to create debugfs\n"); in wm_adsp2_init_debugfs()
774 adsp_err(dsp, "Failed to read SCRATCH regs: %d\n", ret); in wm_adsp2_show_fw_status()
794 adsp_err(dsp, "Failed to read SCRATCH regs: %d\n", ret); in wm_adsp2v2_show_fw_status()
821 adsp_err(dsp, "No base for region %x\n", in wm_coeff_base_reg()
873 adsp_err(dsp, "Failed to write %x: %d\n", reg, ret); in wm_coeff_write_acked_control()
897 adsp_err(dsp, "Failed to read %x: %d\n", reg, ret); in wm_coeff_write_acked_control()
934 adsp_err(dsp, "Failed to write %zu bytes to %x: %d\n", in wm_coeff_write_control()
1038 adsp_err(dsp, "Failed to read %zu bytes from %x: %d\n", in wm_coeff_read_control()
1305 adsp_err(dsp, "Unknown region type: %d\n", alg_region->type); in wm_adsp_create_control()
1543 adsp_err(dsp, "Illegal flags 0x%x for control type 0x%x\n", in wm_adsp_check_coeff_flags()
1599 adsp_err(dsp, "Unknown control type: %d\n", in wm_adsp_parse_coeff()
1615 adsp_err(dsp, "Failed to create control: %.*s, %d\n", in wm_adsp_parse_coeff()
1651 adsp_err(dsp, "Failed to request '%s'\n", file); in wm_adsp_load()
1658 adsp_err(dsp, "%s: file too short, %zu bytes\n", in wm_adsp_load()
1666 adsp_err(dsp, "%s: invalid magic\n", file); in wm_adsp_load()
1679 adsp_err(dsp, "%s: unknown file format %d\n", in wm_adsp_load()
1688 adsp_err(dsp, "%s: invalid core %d != %d\n", in wm_adsp_load()
1726 adsp_err(dsp, "%s: unexpected header length %d\n", in wm_adsp_load()
1786 adsp_err(dsp, in wm_adsp_load()
1806 adsp_err(dsp, "Out of memory\n"); in wm_adsp_load()
1814 adsp_err(dsp, in wm_adsp_load()
1829 adsp_err(dsp, "Failed to complete async write: %d\n", ret); in wm_adsp_load()
1874 adsp_err(dsp, "No algorithms\n"); in wm_adsp_read_algs()
1879 adsp_err(dsp, "Algorithm count %zx excessive\n", n_algs); in wm_adsp_read_algs()
1888 adsp_err(dsp, "Failed to read algorithm list end: %d\n", in wm_adsp_read_algs()
1908 adsp_err(dsp, "Failed to read algorithm list: %d\n", ret); in wm_adsp_read_algs()
1981 adsp_err(dsp, "Failed to read algorithm info: %d\n", in wm_adsp1_setup_algs()
2087 adsp_err(dsp, "Failed to read algorithm info: %d\n", in wm_adsp2_setup_algs()
2236 adsp_err(dsp, "%s: file too short, %zu bytes\n", in wm_adsp_load_coeff()
2243 adsp_err(dsp, "%s: invalid magic\n", file); in wm_adsp_load_coeff()
2251 adsp_err(dsp, "%s: Unsupported coefficient file format %d\n", in wm_adsp_load_coeff()
2296 adsp_err(dsp, "No ZM\n"); in wm_adsp_load_coeff()
2317 adsp_err(dsp, "No base for region %x\n", type); in wm_adsp_load_coeff()
2328 adsp_err(dsp, "No %x for algorithm %x\n", in wm_adsp_load_coeff()
2334 adsp_err(dsp, "%s.%d: Unknown region type %x at %d\n", in wm_adsp_load_coeff()
2342 adsp_err(dsp, in wm_adsp_load_coeff()
2355 adsp_err(dsp, "Out of memory\n"); in wm_adsp_load_coeff()
2366 adsp_err(dsp, in wm_adsp_load_coeff()
2378 adsp_err(dsp, "Failed to complete async write: %d\n", ret); in wm_adsp_load_coeff()
2462 adsp_err(dsp, "Failed to read SYSCLK state: %d\n", in wm_adsp1_event()
2473 adsp_err(dsp, "Failed to set clock rate: %d\n", in wm_adsp1_event()
2580 adsp_err(dsp, "Failed to start DSP RAM\n"); in wm_adsp2_ena()
2663 adsp_err(dsp, "Failed to set clock rate: %d\n", ret); in wm_adsp2_set_dspclk()
2930 adsp_err(dsp, in wm_adsp2_init()
3005 adsp_err(dsp, "Firmware does not support compressed API\n"); in wm_adsp_compr_open()
3011 adsp_err(dsp, "Firmware does not support stream direction\n"); in wm_adsp_compr_open()
3018 adsp_err(dsp, "Only a single stream supported per DSP\n"); in wm_adsp_compr_open()
3076 adsp_err(dsp, "Invalid buffer fragsize=%d fragments=%d\n", in wm_adsp_compr_check_params()
3106 adsp_err(dsp, "Invalid params id=%u ch=%u,%u rate=%u fmt=%u\n", in wm_adsp_compr_check_params()
3378 adsp_err(dsp, "Failed to acquire host buffer: %d\n", ret); in wm_adsp_buffer_init()
3391 adsp_err(dsp, "Failed to populate host buffer: %d\n", ret); in wm_adsp_buffer_init()
3435 adsp_err(dsp, "Failed to link buffer and stream: %d\n", in wm_adsp_compr_trigger()
3448 adsp_err(dsp, "Failed to set high water mark: %d\n", in wm_adsp_compr_trigger()
3522 adsp_err(buf->dsp, "Failed to check buffer error: %d\n", ret); in wm_adsp_buffer_get_error()
3526 adsp_err(buf->dsp, "Buffer error occurred: %d\n", buf->error); in wm_adsp_buffer_get_error()
3558 adsp_err(dsp, "Failed to get irq_count: %d\n", ret); in wm_adsp_compr_handle_irq()
3564 adsp_err(dsp, "Error reading avail: %d\n", ret); in wm_adsp_compr_handle_irq()
3619 adsp_err(dsp, "Error reading avail: %d\n", ret); in wm_adsp_compr_pointer()
3638 adsp_err(dsp, in wm_adsp_compr_pointer()
3739 adsp_err(dsp, "Failed to capture block: %d\n", nwords); in wm_adsp_compr_read()
3748 adsp_err(dsp, "Failed to copy data to user: %d, %d\n", in wm_adsp_compr_read()
3821 adsp_err(dsp, in wm_adsp2_bus_error()
3827 adsp_err(dsp, "watchdog timeout error\n"); in wm_adsp2_bus_error()
3833 adsp_err(dsp, "bus error: slave error\n"); in wm_adsp2_bus_error()
3835 adsp_err(dsp, "bus error: region lock error\n"); in wm_adsp2_bus_error()
3839 adsp_err(dsp, in wm_adsp2_bus_error()
3845 adsp_err(dsp, "bus error address = 0x%x\n", in wm_adsp2_bus_error()
3852 adsp_err(dsp, in wm_adsp2_bus_error()
3858 adsp_err(dsp, "xmem error address = 0x%x\n", in wm_adsp2_bus_error()
3860 adsp_err(dsp, "pmem error address = 0x%x\n", in wm_adsp2_bus_error()