Lines Matching full:adsp
2462 return wm_adsp_compr_open(&priv->adsp[n_adsp], stream); in cs47l85_open()
2475 ret = wm_adsp_compr_handle_irq(&priv->adsp[i]); in cs47l85_adsp2_irq()
2524 wm_adsp2_component_probe(&cs47l85->core.adsp[i], component); in cs47l85_component_probe()
2540 wm_adsp2_component_remove(&cs47l85->core.adsp[i], component); in cs47l85_component_remove()
2634 cs47l85->core.adsp[i].part = "cs47l85"; in cs47l85_probe()
2635 cs47l85->core.adsp[i].num = i + 1; in cs47l85_probe()
2636 cs47l85->core.adsp[i].type = WMFW_ADSP2; in cs47l85_probe()
2637 cs47l85->core.adsp[i].rev = 1; in cs47l85_probe()
2638 cs47l85->core.adsp[i].dev = madera->dev; in cs47l85_probe()
2639 cs47l85->core.adsp[i].regmap = madera->regmap_32bit; in cs47l85_probe()
2641 cs47l85->core.adsp[i].base = wm_adsp2_control_bases[i]; in cs47l85_probe()
2642 cs47l85->core.adsp[i].mem = cs47l85_dsp_regions[i]; in cs47l85_probe()
2643 cs47l85->core.adsp[i].num_mems = in cs47l85_probe()
2646 ret = wm_adsp2_init(&cs47l85->core.adsp[i]); in cs47l85_probe()
2649 wm_adsp2_remove(&cs47l85->core.adsp[i]); in cs47l85_probe()
2687 wm_adsp2_remove(&cs47l85->core.adsp[i]); in cs47l85_probe()
2707 wm_adsp2_remove(&cs47l85->core.adsp[i]); in cs47l85_remove()