Lines Matching full:adsp
1251 return wm_adsp_compr_open(&priv->adsp[n_adsp], stream); in cs47l15_open()
1261 ret = wm_adsp_compr_handle_irq(&priv->adsp[0]); in cs47l15_adsp2_irq()
1304 wm_adsp2_component_probe(&cs47l15->core.adsp[0], component); in cs47l15_component_probe()
1318 wm_adsp2_component_remove(&cs47l15->core.adsp[0], component); in cs47l15_component_remove()
1404 cs47l15->core.adsp[0].part = "cs47l15"; in cs47l15_probe()
1405 cs47l15->core.adsp[0].num = 1; in cs47l15_probe()
1406 cs47l15->core.adsp[0].type = WMFW_ADSP2; in cs47l15_probe()
1407 cs47l15->core.adsp[0].rev = 2; in cs47l15_probe()
1408 cs47l15->core.adsp[0].dev = madera->dev; in cs47l15_probe()
1409 cs47l15->core.adsp[0].regmap = madera->regmap_32bit; in cs47l15_probe()
1411 cs47l15->core.adsp[0].base = MADERA_DSP1_CONFIG_1; in cs47l15_probe()
1412 cs47l15->core.adsp[0].mem = cs47l15_dsp1_regions; in cs47l15_probe()
1413 cs47l15->core.adsp[0].num_mems = ARRAY_SIZE(cs47l15_dsp1_regions); in cs47l15_probe()
1415 cs47l15->core.adsp[0].lock_regions = in cs47l15_probe()
1418 ret = wm_adsp2_init(&cs47l15->core.adsp[0]); in cs47l15_probe()
1457 wm_adsp2_remove(&cs47l15->core.adsp[0]); in cs47l15_probe()
1477 wm_adsp2_remove(&cs47l15->core.adsp[0]); in cs47l15_remove()