Home
last modified time | relevance | path

Searched defs:sst (Results 1 – 11 of 11) sorted by relevance

/sound/soc/intel/common/
Dsst-dsp.c48 void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write()
58 u32 sst_dsp_shim_read(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read()
71 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write_unlocked()
77 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read_unlocked()
83 int sst_dsp_shim_update_bits_unlocked(struct sst_dsp *sst, u32 offset, in sst_dsp_shim_update_bits_unlocked()
104 void sst_dsp_shim_update_bits_forced_unlocked(struct sst_dsp *sst, u32 offset, in sst_dsp_shim_update_bits_forced_unlocked()
119 int sst_dsp_shim_update_bits(struct sst_dsp *sst, u32 offset, in sst_dsp_shim_update_bits()
133 void sst_dsp_shim_update_bits_forced(struct sst_dsp *sst, u32 offset, in sst_dsp_shim_update_bits_forced()
184 int sst_dsp_mailbox_init(struct sst_dsp *sst, u32 inbox_offset, size_t inbox_size, in sst_dsp_mailbox_init()
195 void sst_dsp_outbox_write(struct sst_dsp *sst, void *message, size_t bytes) in sst_dsp_outbox_write()
[all …]
/sound/soc/intel/atom/sst/
Dsst_loader.c285 static int sst_cache_and_parse_fw(struct intel_sst_drv *sst, in sst_cache_and_parse_fw()
342 static int sst_request_fw(struct intel_sst_drv *sst) in sst_request_fw()
Dsst.c143 static int sst_save_dsp_context_v2(struct intel_sst_drv *sst) in sst_save_dsp_context_v2()
173 int sst_driver_ops(struct intel_sst_drv *sst) in sst_driver_ops()
Dsst_pvt.c220 int sst_prepare_and_post_msg(struct intel_sst_drv *sst, in sst_prepare_and_post_msg()
397 void sst_add_to_dispatch_list_and_post(struct intel_sst_drv *sst, in sst_add_to_dispatch_list_and_post()
/sound/soc/intel/skylake/
Dcnl-sst.c440 struct sst_dsp *sst; in cnl_sst_dsp_init() local
479 struct sst_dsp *sst = skl->dsp; in cnl_sst_init_fw() local
Dskl-sst-dsp.c409 struct sst_dsp *sst; in skl_dsp_ctx_init() local
433 int skl_dsp_acquire_irq(struct sst_dsp *sst) in skl_dsp_acquire_irq()
Dbxt-sst.c549 struct sst_dsp *sst; in bxt_sst_dsp_init() local
592 struct sst_dsp *sst = skl->dsp; in bxt_sst_init_fw() local
Dskl-sst.c522 struct sst_dsp *sst; in skl_sst_dsp_init() local
558 struct sst_dsp *sst = skl->dsp; in skl_sst_init_fw() local
Dskl-debug.c177 struct sst_dsp *sst = d->skl->dsp; in fw_softreg_read() local
Dskl-sst-utils.c362 struct sst_dsp *sst; in skl_sst_ctx_init() local
/sound/soc/intel/atom/
Dsst-mfld-platform-pcm.c26 struct sst_device *sst; variable