Lines Matching full:adsp
2381 return wm_adsp_compr_open(&priv->adsp[n_adsp], stream); in cs47l90_open()
2394 ret = wm_adsp_compr_handle_irq(&priv->adsp[i]); in cs47l90_adsp2_irq()
2443 wm_adsp2_component_probe(&cs47l90->core.adsp[i], component); in cs47l90_component_probe()
2459 wm_adsp2_component_remove(&cs47l90->core.adsp[i], component); in cs47l90_component_remove()
2545 cs47l90->core.adsp[i].part = "cs47l90"; in cs47l90_probe()
2546 cs47l90->core.adsp[i].num = i + 1; in cs47l90_probe()
2547 cs47l90->core.adsp[i].type = WMFW_ADSP2; in cs47l90_probe()
2548 cs47l90->core.adsp[i].rev = 2; in cs47l90_probe()
2549 cs47l90->core.adsp[i].dev = madera->dev; in cs47l90_probe()
2550 cs47l90->core.adsp[i].regmap = madera->regmap_32bit; in cs47l90_probe()
2552 cs47l90->core.adsp[i].base = cs47l90_dsp_control_bases[i]; in cs47l90_probe()
2553 cs47l90->core.adsp[i].mem = cs47l90_dsp_regions[i]; in cs47l90_probe()
2554 cs47l90->core.adsp[i].num_mems = in cs47l90_probe()
2557 cs47l90->core.adsp[i].lock_regions = WM_ADSP2_REGION_1_9; in cs47l90_probe()
2559 ret = wm_adsp2_init(&cs47l90->core.adsp[i]); in cs47l90_probe()
2565 wm_adsp2_remove(&cs47l90->core.adsp[i]); in cs47l90_probe()
2571 wm_adsp2_remove(&cs47l90->core.adsp[i]); in cs47l90_probe()
2611 wm_adsp2_remove(&cs47l90->core.adsp[i]); in cs47l90_probe()
2631 wm_adsp2_remove(&cs47l90->core.adsp[i]); in cs47l90_remove()