Lines Matching refs:dsp
438 struct skl_sst **dsp) in bxt_sst_dsp_init() argument
452 skl->dsp = skl_dsp_ctx_init(dev, &skl_dev, irq); in bxt_sst_dsp_init()
453 if (!skl->dsp) { in bxt_sst_dsp_init()
458 sst = skl->dsp; in bxt_sst_dsp_init()
478 if (dsp) in bxt_sst_dsp_init()
479 *dsp = skl; in bxt_sst_dsp_init()
488 struct sst_dsp *sst = ctx->dsp; in bxt_sst_init_fw()
515 ctx->dsp->cl_dev.ops.cl_cleanup_controller(ctx->dsp); in bxt_sst_dsp_cleanup()
517 if (ctx->dsp->addr.lpe) in bxt_sst_dsp_cleanup()
518 iounmap(ctx->dsp->addr.lpe); in bxt_sst_dsp_cleanup()
520 ctx->dsp->ops->free(ctx->dsp); in bxt_sst_dsp_cleanup()