Searched refs:dsp (Results 51 - 75 of 145) sorted by relevance

123456

/linux-master/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c136 /* stereo cards mute with reset of dsp */
138 /* reset pcxhr dsp */
235 /* allocate the pipes on the dsp */
264 /* start all the pipes on the dsp */
277 const struct firmware *dsp)
282 "loading dsp [%d] size = %zd\n", index, dsp->size);
287 return pcxhr_load_xilinx_binary(mgr, dsp, 0);
291 return pcxhr_load_xilinx_binary(mgr, dsp, 1);
295 return pcxhr_load_eeprom_binary(mgr, dsp);
276 pcxhr_dsp_load(struct pcxhr_mgr *mgr, int index, const struct firmware *dsp) argument
[all...]
H A Dpcxhr_core.c320 static int pcxhr_download_dsp(struct pcxhr_mgr *mgr, const struct firmware *dsp) argument
328 if (dsp->size <= 0)
330 if (dsp->size % 3)
332 if (snd_BUG_ON(!dsp->data))
335 for (i = 0; i < dsp->size; i += 3) {
336 data = dsp->data + i;
342 if (len && (dsp->size != (len + 2) * 3))
352 "dsp loading error at position %d\n", i);
430 * load the final dsp image
432 int pcxhr_load_dsp_binary(struct pcxhr_mgr *mgr, const struct firmware *dsp) argument
[all...]
H A Dpcxhr_core.h23 int pcxhr_load_dsp_binary(struct pcxhr_mgr *mgr, const struct firmware *dsp);
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst.c16 #include "../common/sst-dsp.h"
17 #include "../common/sst-dsp-priv.h"
103 dev_err(ctx->dev, "Boot dsp core failed ret: %d\n", ret);
203 dev_err(ctx->dev, "Failed to set dsp to D0:core id= %d\n",
519 struct skl_dev **dsp)
525 ret = skl_sst_ctx_init(dev, irq, fw_name, dsp_ops, dsp, &skl_dev);
531 skl = *dsp;
532 sst = skl->dsp;
558 struct sst_dsp *sst = skl->dsp;
585 if (skl->dsp
517 skl_sst_dsp_init(struct device *dev, void __iomem *mmio_base, int irq, const char *fw_name, struct skl_dsp_loader_ops dsp_ops, struct skl_dev **dsp) argument
[all...]
H A Dskl-sst-dsp.c3 * skl-sst-dsp.c - SKL SST library generic function
12 #include "../common/sst-dsp.h"
14 #include "../common/sst-dsp-priv.h"
238 dev_err(ctx->dev, "dsp core power up failed: core_mask %x\n",
252 dev_err(ctx->dev, "dsp core reset failed: core_mask %x\n",
260 dev_err(ctx->dev, "dsp core power down fail mask %x: %d\n",
266 dev_err(ctx->dev, "dsp core disable fail mask %x: %d\n",
281 dev_err(ctx->dev, "dsp core0 reset fail: %d\n", ret);
287 dev_err(ctx->dev, "dsp core0 start fail: %d\n", ret);
293 dev_err(ctx->dev, "dsp core
448 skl_dsp_free(struct sst_dsp *dsp) argument
[all...]
H A Dskl-sst-dsp.h219 void skl_dsp_free(struct sst_dsp *dsp);
227 struct skl_dev **dsp);
230 struct skl_dev **dsp);
249 struct skl_dsp_loader_ops dsp_ops, struct skl_dev **dsp,
H A Dbxt-sst.c15 #include "../common/sst-dsp.h"
16 #include "../common/sst-dsp-priv.h"
113 dev_err(ctx->dev, "dsp core0/1 power up failed\n");
124 dev_err(ctx->dev, "Start dsp core failed ret: %d\n", ret);
142 dev_err(ctx->dev, "dsp core1 power down failed\n");
290 struct sst_dsp *ctx = skl->dsp;
546 struct skl_dev **dsp)
552 ret = skl_sst_ctx_init(dev, irq, fw_name, dsp_ops, dsp, &skl_dev);
558 skl = *dsp;
559 sst = skl->dsp;
544 bxt_sst_dsp_init(struct device *dev, void __iomem *mmio_base, int irq, const char *fw_name, struct skl_dsp_loader_ops dsp_ops, struct skl_dev **dsp) argument
[all...]
/linux-master/sound/soc/codecs/
H A Dcs35l41.c192 if (cs35l41->dsp.cs_dsp.booted)
197 if (cs35l41->dsp.preloaded)
200 if (cs35l41->dsp.cs_dsp.running) {
222 if (!cs35l41->dsp.cs_dsp.running)
522 1, &cs35l41->dsp.cs_dsp);
526 0, &cs35l41->dsp.cs_dsp);
965 return wm_adsp2_component_probe(&cs35l41->dsp, component);
972 wm_adsp2_component_remove(&cs35l41->dsp, component);
1095 struct wm_adsp *dsp; local
1099 dsp
[all...]
H A Dcs35l56.h34 struct wm_adsp dsp; /* must be first member */ member in struct:cs35l56_private
H A Dcs35l41-lib.c1219 int enable, struct cs_dsp *dsp)
1314 if (dsp->running && dsp->fw_id_version > CS35L41_FIRMWARE_OLD_VERSION)
1417 void cs35l41_configure_cs_dsp(struct device *dev, struct regmap *reg, struct cs_dsp *dsp) argument
1419 dsp->num = 1;
1420 dsp->type = WMFW_HALO;
1421 dsp->rev = 0;
1422 dsp->dev = dev;
1423 dsp->regmap = reg;
1424 dsp
1218 cs35l41_global_enable(struct device *dev, struct regmap *regmap, enum cs35l41_boost_type b_type, int enable, struct cs_dsp *dsp) argument
[all...]
H A Dcs-amp-lib-test.c518 static int cs_amp_lib_test_write_cal_coeff(struct cs_dsp *dsp, argument
546 struct cs_dsp *dsp; local
549 dsp = kunit_kzalloc(test, sizeof(*dsp), GFP_KERNEL);
550 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, dsp);
551 dsp->dev = &priv->amp_pdev.dev;
560 ret = cs_amp_write_cal_coeffs(dsp, &cs_amp_lib_test_calibration_controls, &data);
H A Dwm2200.c76 struct wm_adsp dsp[2]; member in struct:wm2200_priv
2206 wm2200->dsp[i].cs_dsp.type = WMFW_ADSP1;
2207 wm2200->dsp[i].part = "wm2200";
2208 wm2200->dsp[i].cs_dsp.num = i + 1;
2209 wm2200->dsp[i].cs_dsp.dev = &i2c->dev;
2210 wm2200->dsp[i].cs_dsp.regmap = wm2200->regmap;
2211 wm2200->dsp[i].cs_dsp.sysclk_reg = WM2200_CLOCKING_3;
2212 wm2200->dsp[i].cs_dsp.sysclk_mask = WM2200_SYSCLK_FREQ_MASK;
2213 wm2200->dsp[i].cs_dsp.sysclk_shift = WM2200_SYSCLK_FREQ_SHIFT;
2216 wm2200->dsp[
[all...]
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_pvt.c315 void sst_fill_header_dsp(struct ipc_dsp_hdr *dsp, int msg, argument
318 dsp->cmd_id = msg;
319 dsp->mod_index_id = 0xff;
320 dsp->pipe_id = pipe_id;
321 dsp->length = len;
322 dsp->mod_id = 0;
/linux-master/sound/hda/
H A DMakefile17 snd-intel-dspcfg-y := intel-dsp-config.o
/linux-master/arch/mips/include/asm/
H A Dswitch_to.h17 #include <asm/dsp.h>
H A Dprocessor.h256 struct mips_dsp_state dsp; member in struct:thread_struct
329 .dsp = { \
/linux-master/arch/mips/kernel/
H A Dptrace32.c29 #include <asm/dsp.h>
157 tmp = child->thread.dsp.dspcontrol;
262 child->thread.dsp.dspcontrol = data;
H A Dptrace.c38 #include <asm/dsp.h>
713 dspregs[i] = target->thread.dsp.dspr[i];
714 dspregs[NUM_DSP_REGS] = target->thread.dsp.dspcontrol;
749 target->thread.dsp.dspr[i] = (s32)dspregs[i];
752 target->thread.dsp.dspcontrol = (s32)dspregs[i];
779 dspregs[i] = target->thread.dsp.dspr[i];
780 dspregs[NUM_DSP_REGS] = target->thread.dsp.dspcontrol;
815 target->thread.dsp.dspr[i] = dspregs[i];
818 target->thread.dsp.dspcontrol = dspregs[i];
1181 tmp = child->thread.dsp
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1093 * sym0 targ 0?: ERROR (ds:si) (so-si-sd) (sx/s3/s4) @ name (dsp:dbc).
1111 * dsp: script address (relative to start of script).
1120 u32 dsp; local
1127 dsp = INL(np, nc_dsp);
1129 if (dsp > np->scripta_ba &&
1130 dsp <= np->scripta_ba + np->scripta_sz) {
1131 script_ofs = dsp - np->scripta_ba;
1136 else if (np->scriptb_ba < dsp &&
1137 dsp <= np->scriptb_ba + np->scriptb_sz) {
1138 script_ofs = dsp
2175 u32 dsp = INL(np, nc_dsp); local
2226 u32 dsp = INL(np, nc_dsp); local
2300 u32 dsp = INL(np, nc_dsp); local
2390 u32 dsp; local
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dcm2xxx.c270 void omap2xxx_cm_set_mod_dividers(u32 mpu, u32 dsp, u32 gfx, u32 core, u32 mdm) argument
275 omap2_cm_write_mod_reg(dsp, OMAP24XX_DSP_MOD, CM_CLKSEL);
/linux-master/arch/sh/
H A DMakefile29 isa-$(CONFIG_SH_DSP) := $(isa-y)-dsp
60 # -Wa,-isa= tuning implies -Wa,-dsp for the versions of binutils that
61 # support it, while -Wa,-dsp by itself limits the range of usable opcodes
63 # fall back on -Wa,-dsp for the old binutils versions. Even without DSP
70 $(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
/linux-master/arch/arc/include/asm/
H A Darcregs.h243 unsigned int pad:8, x1616:8, dsp:4, cycles:2, type:2, ver:8; member in struct:bcr_mpy
245 unsigned int ver:8, type:2, cycles:2, dsp:4, x1616:8, pad:8;
/linux-master/drivers/isdn/mISDN/
H A Ddsp_pipeline.c17 #include "dsp.h"
180 dsp_hwec_disable(container_of(pipeline, struct dsp,
240 struct dsp, pipeline), args);
/linux-master/sound/pci/hda/
H A DMakefile39 snd-hda-cs-dsp-ctls-y := hda_cs_dsp_ctl.o
70 obj-$(CONFIG_SND_HDA_CS_DSP_CONTROLS) += snd-hda-cs-dsp-ctls.o
/linux-master/include/sound/
H A Dvx_core.h200 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp);
201 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *dsp);
202 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp);

Completed in 427 milliseconds

123456