Searched refs:dsp (Results 101 - 125 of 145) sorted by relevance

123456

/linux-master/sound/soc/intel/skylake/
H A Dskl-debug.c12 #include "skl-sst-dsp.h"
15 #include "../common/sst-dsp.h"
16 #include "../common/sst-dsp-priv.h"
177 struct sst_dsp *sst = d->skl->dsp;
227 d->fs = debugfs_create_dir("dsp", skl->component->debugfs_root);
H A Dskl-messages.c17 #include "skl-sst-dsp.h"
18 #include "cnl-sst-dsp.h"
21 #include "../common/sst-dsp.h"
22 #include "../common/sst-dsp-priv.h"
301 dev_dbg(bus->dev, "dsp registration status=%d\n", ret);
326 if (skl->dsp->addr.lpe)
327 iounmap(skl->dsp->addr.lpe);
367 ret = skl_dsp_sleep(skl->dsp);
402 ret = skl_dsp_wake(skl->dsp);
H A Dskl-topology.c21 #include "skl-sst-dsp.h"
25 #include "../common/sst-dsp.h"
26 #include "../common/sst-dsp-priv.h"
502 if (mconfig->module->loadable && skl->dsp->fw_ops.load_mod) {
503 ret = skl->dsp->fw_ops.load_mod(skl->dsp,
529 ret = skl_dsp_get_core(skl->dsp, mconfig->core_id);
549 skl_dsp_put_core(skl->dsp, mconfig->core_id);
565 if (mconfig->module->loadable && skl->dsp->fw_ops.unload_mod) {
566 ret = skl->dsp
[all...]
H A Dskl.c30 #include <sound/intel-dsp-config.h>
32 #include "skl-sst-dsp.h"
1024 /* create device for dsp clk */
1043 dev_dbg(bus->dev, "error failed to register dsp\n");
1100 skl_dsp_sleep(skl->dsp);
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_acpi.c23 #include <sound/intel-dsp-config.h>
H A Dsst.h516 void sst_fill_header_dsp(struct ipc_dsp_hdr *dsp, int msg,
/linux-master/arch/mips/kernel/
H A Dsignal_o32.c19 #include <asm/dsp.h>
H A Dprocess.c28 #include <asm/dsp.h>
/linux-master/sound/oss/dmasound/
H A Ddmasound_atari.c976 dmasound.dsp.format = format;
977 dmasound.dsp.size = 8;
1141 dmasound.dsp.format = format;
1142 dmasound.dsp.size = dmasound.soft.size;
/linux-master/sound/soc/intel/catpt/
H A Ddevice.c22 #include <sound/intel-dsp-config.h>
/linux-master/sound/soc/sof/intel/
H A Dbyt.c20 #include <sound/intel-dsp-config.h>
H A Datom.c20 #include <sound/intel-dsp-config.h>
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.h713 u8 dsp; /* DWORD 0 */ member in struct:amap_iscsi_wrb
775 u8 dsp; /* DWORD 11 */ member in struct:amap_iscsi_wrb_v2
869 u8 dsp; /* DWORD 0 */ member in struct:amap_iscsi_target_context_update_wrb
/linux-master/sound/soc/codecs/
H A Dwm0010.c352 u8 *out, dsp; local
367 dsp = inforec->dsp_target;
391 if (dsp != DEVICE_ID_WM0010) {
H A Dcs35l45.h488 struct wm_adsp dsp; /* needs to be first member */ member in struct:cs35l45_private
/linux-master/drivers/video/fbdev/aty/
H A Daty128fb.c1414 static void aty128_set_fifo(const struct aty128_ddafifo *dsp, argument
1417 aty_st_le32(DDA_CONFIG, dsp->dda_config);
1418 aty_st_le32(DDA_ON_OFF, dsp->dda_on_off);
1422 static int aty128_ddafifo(struct aty128_ddafifo *dsp, argument
1472 dsp->dda_config = p << 16 | m->Rloop << 20 | x;
1473 dsp->dda_on_off = ron << 16 | roff;
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h7 #include <asm/dsp-impl.h>
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.c1968 char *dsp; local
1993 dsp = "56301";
1995 dsp = "56361";
1998 card->shortname, pci_id->subdevice & 0x000f, dsp,
/linux-master/sound/hda/
H A Dintel-dsp-config.c12 #include <sound/intel-dsp-config.h>
/linux-master/sound/soc/sof/imx/
H A Dimx8m.c20 #include <linux/firmware/imx/dsp.h>
166 priv->ipc_dev = platform_device_register_data(sdev->dev, "imx-dsp",
237 priv->regmap = syscon_regmap_lookup_by_compatible("fsl,dsp-ctrl");
239 dev_err(sdev->dev, "cannot find dsp-ctrl registers");
500 { .compatible = "fsl,imx8mp-dsp", .data = &sof_of_imx8mp_desc},
H A Dimx8ulp.c12 #include <linux/firmware/imx/dsp.h>
177 /* System integration module(SIM) control dsp configuration */
178 priv->regmap = syscon_regmap_lookup_by_phandle(np, "fsl,dsp-ctrl");
182 priv->ipc_dev = platform_device_register_data(sdev->dev, "imx-dsp",
502 { .compatible = "fsl,imx8ulp-dsp", .data = &sof_of_imx8ulp_desc},
/linux-master/arch/mips/
H A DMakefile256 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
257 cflags-$(toolchain-dsp) += -DTOOLCHAIN_SUPPORTS_DSP
/linux-master/include/sound/
H A Dcs35l41.h902 void cs35l41_configure_cs_dsp(struct device *dev, struct regmap *reg, struct cs_dsp *dsp);
914 int enable, struct cs_dsp *dsp);
/linux-master/drivers/dma/
H A Dimx-sdma.c704 unsigned long evt, mcu, dsp; local
711 dsp = readl_relaxed(sdma->regs + SDMA_H_DSPOVR);
714 __clear_bit(channel, &dsp);
716 __set_bit(channel, &dsp);
730 writel_relaxed(dsp, sdma->regs + SDMA_H_DSPOVR);
/linux-master/drivers/gpu/drm/radeon/
H A Drv730_dpm.c371 table->initialState.levels[0].bSP = cpu_to_be32(pi->dsp);

Completed in 436 milliseconds

123456