Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/intel/common/
Dsst-dsp.c76 void sst_memcpy_toio_32(struct sst_dsp *sst, in sst_memcpy_toio_32()
83 void sst_memcpy_fromio_32(struct sst_dsp *sst, void *dest, in sst_memcpy_fromio_32()
91 void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write()
101 u32 sst_dsp_shim_read(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read()
114 void sst_dsp_shim_write64(struct sst_dsp *sst, u32 offset, u64 value) in sst_dsp_shim_write64()
124 u64 sst_dsp_shim_read64(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read64()
137 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write_unlocked()
143 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read_unlocked()
149 void sst_dsp_shim_write64_unlocked(struct sst_dsp *sst, u32 offset, u64 value) in sst_dsp_shim_write64_unlocked()
155 u64 sst_dsp_shim_read64_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read64_unlocked()
[all …]
Dsst-firmware.c45 struct sst_dsp *sst; member
61 struct sst_dsp *sst = (struct sst_dsp *)arg; in sst_dma_transfer_complete() local
66 static int sst_dsp_dma_copy(struct sst_dsp *sst, dma_addr_t dest_addr, in sst_dsp_dma_copy()
97 int sst_dsp_dma_copyto(struct sst_dsp *sst, dma_addr_t dest_addr, in sst_dsp_dma_copyto()
106 int sst_dsp_dma_copyfrom(struct sst_dsp *sst, dma_addr_t dest_addr, in sst_dsp_dma_copyfrom()
264 int sst_dma_new(struct sst_dsp *sst) in sst_dma_new()
Dsst-dsp-priv.h305 static inline void sst_dsp_write(struct sst_dsp *sst, void *src, in sst_dsp_write()
311 static inline void sst_dsp_read(struct sst_dsp *sst, void *dest, in sst_dsp_read()
317 static inline void *sst_dsp_get_thread_context(struct sst_dsp *sst) in sst_dsp_get_thread_context()
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-dsp.c218 struct sst_dsp *sst = (struct sst_dsp *) context; in hsw_irq() local
250 static void hsw_set_dsp_D3(struct sst_dsp *sst) in hsw_set_dsp_D3()
291 static void hsw_reset(struct sst_dsp *sst) in hsw_reset()
306 static int hsw_set_dsp_D0(struct sst_dsp *sst) in hsw_set_dsp_D0()
400 static void hsw_boot(struct sst_dsp *sst) in hsw_boot()
410 static void hsw_stall(struct sst_dsp *sst) in hsw_stall()
418 static void hsw_sleep(struct sst_dsp *sst) in hsw_sleep()
431 static int hsw_wake(struct sst_dsp *sst) in hsw_wake()
466 static int hsw_acpi_resource_map(struct sst_dsp *sst, struct sst_pdata *pdata) in hsw_acpi_resource_map()
500 struct sst_dsp *sst = block->dsp; in hsw_block_get_bit() local
[all …]
Dsst-haswell-ipc.c722 struct sst_dsp *sst = hsw->dsp; in hsw_process_notification() local
773 struct sst_dsp *sst = (struct sst_dsp *) context; in hsw_irq_thread() local
979 struct sst_dsp *sst = hsw->dsp; in sst_hsw_stream_new() local
1005 struct sst_dsp *sst = hsw->dsp; in sst_hsw_stream_free() local
1501 struct sst_dsp *sst = hsw->dsp; in sst_hsw_dx_state_dump() local
1554 struct sst_dsp *sst = hsw->dsp; in sst_hsw_dx_state_restore() local
2073 struct sst_dsp *sst = ipc->dsp; in hsw_shim_dbg() local
/linux-4.1.27/sound/soc/intel/baytrail/
Dsst-baytrail-dsp.c159 static void sst_byt_dump_shim(struct sst_dsp *sst) in sst_byt_dump_shim()
181 struct sst_dsp *sst = (struct sst_dsp *) context; in sst_byt_irq() local
207 static void sst_byt_boot(struct sst_dsp *sst) in sst_byt_boot()
232 static void sst_byt_reset(struct sst_dsp *sst) in sst_byt_reset()
258 static int sst_byt_resource_map(struct sst_dsp *sst, struct sst_pdata *pdata) in sst_byt_resource_map()
293 static int sst_byt_init(struct sst_dsp *sst, struct sst_pdata *pdata) in sst_byt_init()
345 static void sst_byt_free(struct sst_dsp *sst) in sst_byt_free()
Dsst-baytrail-ipc.c284 struct sst_dsp *sst = byt->dsp; in sst_byt_process_notification() local
313 struct sst_dsp *sst = (struct sst_dsp *) context; in sst_byt_irq_thread() local
358 struct sst_dsp *sst = byt->dsp; in sst_byt_stream_new() local
451 struct sst_dsp *sst = byt->dsp; in sst_byt_stream_free() local
559 struct sst_dsp *sst = byt->dsp; in sst_byt_get_dsp_position() local
650 struct sst_dsp *sst = ipc->dsp; in byt_shim_dbg() local
/linux-4.1.27/sound/soc/intel/atom/sst/
Dsst.c150 static int sst_save_dsp_context_v2(struct intel_sst_drv *sst) in sst_save_dsp_context_v2()
180 int sst_driver_ops(struct intel_sst_drv *sst) in sst_driver_ops()
Dsst_loader.c294 static int sst_cache_and_parse_fw(struct intel_sst_drv *sst, in sst_cache_and_parse_fw()
351 static int sst_request_fw(struct intel_sst_drv *sst) in sst_request_fw()
Dsst_pvt.c229 int sst_prepare_and_post_msg(struct intel_sst_drv *sst, in sst_prepare_and_post_msg()
416 void sst_add_to_dispatch_list_and_post(struct intel_sst_drv *sst, in sst_add_to_dispatch_list_and_post()
/linux-4.1.27/crypto/
Dsha1_generic.c29 static void sha1_generic_block_fn(struct sha1_state *sst, u8 const *src, in sha1_generic_block_fn()
Dsha256_generic.c218 static void sha256_generic_block_fn(struct sha256_state *sst, u8 const *src, in sha256_generic_block_fn()
Dsha512_generic.c134 static void sha512_generic_block_fn(struct sha512_state *sst, u8 const *src, in sha512_generic_block_fn()
/linux-4.1.27/arch/arm64/crypto/
Dsha2-ce-glue.c28 struct sha256_state sst; member
Dsha1-ce-glue.c28 struct sha1_state sst; member
/linux-4.1.27/sound/soc/intel/atom/
Dsst-mfld-platform-pcm.c34 struct sst_device *sst; variable
375 struct sst_data *sst = snd_soc_dai_get_drvdata(dai); in get_current_pipe_id() local
/linux-4.1.27/drivers/hsi/controllers/
Domap_ssi.h107 struct omap_ssm_ctx sst; member
Domap_ssi_port.c445 void __iomem *sst = omap_port->sst_base; in ssi_setup() local
510 void __iomem *sst = omap_port->sst_base; in ssi_flush() local
/linux-4.1.27/arch/powerpc/kernel/
Dtime.c249 u64 sst, ust; in accumulate_stolen_time() local