Home
last modified time | relevance | path

Searched refs:dsp (Results 126 – 150 of 342) sorted by relevance

12345678910>>...14

/openbmc/openbmc/poky/meta/conf/machine/include/mips/
H A Dtune-mips-24k.inc18 # big endian: kc, kc+dsp=kec, kc+dsp+mips16e=kec-m16
36 # little endian: kc, kc+dsp=kec, kc+dsp+mips16e=kec-m16
/openbmc/linux/sound/soc/intel/common/
H A DMakefile2 snd-soc-sst-dsp-objs := sst-dsp.o
18 obj-$(CONFIG_SND_SOC_INTEL_SST) += snd-soc-sst-dsp.o snd-soc-sst-ipc.o
/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst_pvt.c315 void sst_fill_header_dsp(struct ipc_dsp_hdr *dsp, int msg, in sst_fill_header_dsp() argument
318 dsp->cmd_id = msg; in sst_fill_header_dsp()
319 dsp->mod_index_id = 0xff; in sst_fill_header_dsp()
320 dsp->pipe_id = pipe_id; in sst_fill_header_dsp()
321 dsp->length = len; in sst_fill_header_dsp()
322 dsp->mod_id = 0; in sst_fill_header_dsp()
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dti,omap-remoteproc.yaml42 - ti,omap4-dsp
43 - ti,omap5-dsp
44 - ti,dra7-dsp
177 - ti,dra7-dsp
233 dsp_memory_region: dsp-memory@98000000 {
242 dsp: dsp {
243 compatible = "ti,omap4-dsp";
252 firmware-name = "omap4-dsp-fw.xe64T";
315 dsp1: dsp@40800000 {
316 compatible = "ti,dra7-dsp";
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Darch-armv8m-main.inc7 require conf/machine/include/arm/feature-arm-dsp.inc
22 TUNE_FEATURES:tune-armv8m-maine = "${TUNE_FEATURES:tune-armv8m-main} dsp"
24 …NE_FEATURES:tune-armv8m-maine-vfpv5spd16 = "${TUNE_FEATURES:tune-armv8m-main-vfpv5spd16} dsp"
/openbmc/linux/sound/firewire/motu/
H A DMakefile7 motu-protocol-v1.o motu-register-dsp-message-parser.o \
8 motu-command-dsp-message-parser.o
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv5/
H A Dtune-arm926ejs.inc3 require conf/machine/include/arm/arch-armv5-dsp.inc
12 TUNE_FEATURES:tune-arm926ejs = "arm thumb dsp arm926ejs"
H A Dtune-xscale.inc3 require conf/machine/include/arm/arch-armv5-dsp.inc
12 TUNE_FEATURES:tune-xscale = "arm thumb dsp xscale"
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-sst-dsp.c448 void skl_dsp_free(struct sst_dsp *dsp) in skl_dsp_free() argument
450 skl_ipc_int_disable(dsp); in skl_dsp_free()
452 free_irq(dsp->irq, dsp); in skl_dsp_free()
453 skl_ipc_op_int_disable(dsp); in skl_dsp_free()
454 skl_dsp_disable_core(dsp, SKL_DSP_CORE0_MASK); in skl_dsp_free()
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 DMakefile3 skl-sst-ipc.o skl-sst-dsp.o cnl-sst-dsp.o skl-sst-cldma.o \
H A Dcnl-sst-dsp.h88 void cnl_dsp_free(struct sst_dsp *dsp);
99 struct skl_dev **dsp);
/openbmc/linux/Documentation/devicetree/bindings/misc/
H A Dqcom,fastrpc.yaml41 - const: fastrpcglink-apps-dsp
53 - const: fastrpcsmd-apps-dsp
71 Each subnode of the Fastrpc represents compute context banks available on the dsp.
120 qcom,glink-channels = "fastrpcglink-apps-dsp";
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/
H A Dcaps_0.9.26.bb2 HOMEPAGE = "http://quitte.de/dsp/caps.html"
6 SRC_URI = "http://quitte.de/dsp/${BPN}_${PV}.tar.bz2 \
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Dti,omap-iommu.txt7 "ti,dra7-dsp-iommu" for DRA7xx DSP IOMMU instances
44 compatible = "ti,dra7-dsp-iommu";
53 compatible = "ti,dra7-dsp-iommu";
/openbmc/linux/arch/mips/ar7/
H A Dclock.c65 struct tnetd7300_clock dsp; member
85 struct tnetd7200_clock dsp; member
259 tnetd7300_set_clock(DSP_PLL_SOURCE_SHIFT, &clocks->dsp, in tnetd7300_init_clocks()
353 tnetd7200_set_clock(dsp_base, &clocks->dsp, in tnetd7200_init_clocks()
383 tnetd7200_set_clock(dsp_base, &clocks->dsp, in tnetd7200_init_clocks()
394 tnetd7200_set_clock(dsp_base, &clocks->dsp, in tnetd7200_init_clocks()
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/davinci/
H A Dpsc.txt53 dsp: dsp@11800000 {
54 compatible = "ti,da850-dsp";
/openbmc/qemu/linux-user/mips/
H A Dsignal.c128 uint32_t dsp = cpu_rddsp(0x3ff, regs); in setup_sigcontext() local
129 __put_user(dsp, &sc->sc_dsp); in setup_sigcontext()
160 uint32_t dsp; in restore_sigcontext() local
161 __get_user(dsp, &sc->sc_dsp); in restore_sigcontext()
162 cpu_wrdsp(dsp, 0x3ff, regs); in restore_sigcontext()
/openbmc/linux/sound/soc/codecs/
H A Dcs35l41-lib.c1414 void cs35l41_configure_cs_dsp(struct device *dev, struct regmap *reg, struct cs_dsp *dsp) in cs35l41_configure_cs_dsp() argument
1416 dsp->num = 1; in cs35l41_configure_cs_dsp()
1417 dsp->type = WMFW_HALO; in cs35l41_configure_cs_dsp()
1418 dsp->rev = 0; in cs35l41_configure_cs_dsp()
1419 dsp->dev = dev; in cs35l41_configure_cs_dsp()
1420 dsp->regmap = reg; in cs35l41_configure_cs_dsp()
1421 dsp->base = CS35L41_DSP1_CTRL_BASE; in cs35l41_configure_cs_dsp()
1422 dsp->base_sysinfo = CS35L41_DSP1_SYS_ID; in cs35l41_configure_cs_dsp()
1423 dsp->mem = cs35l41_dsp1_regions; in cs35l41_configure_cs_dsp()
1424 dsp->num_mems = ARRAY_SIZE(cs35l41_dsp1_regions); in cs35l41_configure_cs_dsp()
[all …]
H A Dwm2200.c76 struct wm_adsp dsp[2]; member
2203 wm2200->dsp[i].cs_dsp.type = WMFW_ADSP1; in wm2200_i2c_probe()
2204 wm2200->dsp[i].part = "wm2200"; in wm2200_i2c_probe()
2205 wm2200->dsp[i].cs_dsp.num = i + 1; in wm2200_i2c_probe()
2206 wm2200->dsp[i].cs_dsp.dev = &i2c->dev; in wm2200_i2c_probe()
2207 wm2200->dsp[i].cs_dsp.regmap = wm2200->regmap; in wm2200_i2c_probe()
2213 wm2200->dsp[0].cs_dsp.base = WM2200_DSP1_CONTROL_1; in wm2200_i2c_probe()
2214 wm2200->dsp[0].cs_dsp.mem = wm2200_dsp1_regions; in wm2200_i2c_probe()
2218 wm2200->dsp[1].cs_dsp.mem = wm2200_dsp2_regions; in wm2200_i2c_probe()
2221 for (i = 0; i < ARRAY_SIZE(wm2200->dsp); i++) in wm2200_i2c_probe()
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddra74x.dtsi74 compatible = "ti,dra7-dsp-iommu";
104 compatible = "ti,dra7-dsp-iommu";
112 dsp2: dsp@41000000 {
113 compatible = "ti,dra7-dsp";
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dtas5805m.yaml33 ti,dsp-config-name:
52 ti,dsp-config-name = "mono_pbtl_48khz";
/openbmc/linux/arch/arc/include/asm/
H A Ddsp-impl.h100 long unsigned int *saveto = &prev->thread.dsp.ACC0_GLO;
101 long unsigned int *readfrom = &next->thread.dsp.ACC0_GLO;
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-dsp-keystone.txt17 - compatible: should be "ti,keystone-dsp-gpio"
29 compatible = "ti,keystone-dsp-gpio";
/openbmc/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2e.dtsi114 compatible = "ti,keystone-dsp-gpio";
122 dsp0: dsp@10800000 {
123 compatible = "ti,k2e-dsp";

12345678910>>...14