/u-boot/drivers/remoteproc/ |
A D | ti_k3_dsp_rproc.c | 139 dsp->tsp.proc_id); in k3_dsp_load() 255 size = dsp->mem[i].size; in k3_dsp_da_to_va() 324 dsp->mem = calloc(dsp->num_mems, sizeof(*dsp->mem)); in k3_dsp_of_get_memories() 325 if (!dsp->mem) in k3_dsp_of_get_memories() 335 dsp->mem[i].size = 0; in k3_dsp_of_get_memories() 345 dsp->mem[i].cpu_addr = map_physmem(dsp->mem[i].bus_addr, in k3_dsp_of_get_memories() 346 dsp->mem[i].size, in k3_dsp_of_get_memories() 348 dsp->mem[i].dev_addr = dsp->mem[i].bus_addr & in k3_dsp_of_get_memories() 353 dsp->mem[i].size, dsp->mem[i].cpu_addr, in k3_dsp_of_get_memories() 405 dsp = dev_get_priv(dev); in k3_dsp_probe() [all …]
|
/u-boot/arch/arc/lib/ |
A D | cpu.c | 64 const bool dsp; member 83 bool dsp = ARC_FEATURE_EXISTS(ARC_AUX_DSP_BUILD); in arc_em_version() local 89 em_versions[i].dsp == dsp && in arc_em_version() 122 const bool dsp; member 142 bool dsp = ARC_FEATURE_EXISTS(ARC_AUX_DSP_BUILD); in arc_hs_version() local 151 hs_versions[i].dsp == dsp) { in arc_hs_version()
|
/u-boot/arch/arm/dts/ |
A D | keystone-k2hk.dtsi | 47 compatible = "ti,keystone-dsp-gpio"; 54 compatible = "ti,keystone-dsp-gpio"; 61 compatible = "ti,keystone-dsp-gpio"; 68 compatible = "ti,keystone-dsp-gpio"; 75 compatible = "ti,keystone-dsp-gpio"; 82 compatible = "ti,keystone-dsp-gpio"; 89 compatible = "ti,keystone-dsp-gpio"; 96 compatible = "ti,keystone-dsp-gpio";
|
A D | keystone-k2l.dtsi | 55 compatible = "ti,keystone-dsp-gpio"; 62 compatible = "ti,keystone-dsp-gpio"; 69 compatible = "ti,keystone-dsp-gpio"; 76 compatible = "ti,keystone-dsp-gpio";
|
A D | dra74x.dtsi | 62 compatible = "ti,dra7-dsp-iommu"; 72 compatible = "ti,dra7-dsp-iommu";
|
A D | omap5-l4-abe.dtsi | 304 ti,timer-dsp; 335 ti,timer-dsp; 366 ti,timer-dsp; 396 ti,timer-dsp;
|
A D | omap3.dtsi | 69 dsp { 359 mbox_dsp: dsp { 625 ti,timer-dsp; 633 ti,timer-dsp; 641 ti,timer-dsp; 650 ti,timer-dsp;
|
A D | da850-lcdk.dts | 34 dsp_memory_region: dsp-memory@c3000000 { 345 &dsp {
|
A D | omap4-l4-abe.dtsi | 339 ti,timer-dsp; 369 ti,timer-dsp; 399 ti,timer-dsp; 430 ti,timer-dsp;
|
A D | keystone-k2e.dtsi | 83 compatible = "ti,keystone-dsp-gpio";
|
A D | da850.dtsi | 54 dsp: dsp@11800000 { label 55 compatible = "ti,da850-dsp";
|
A D | k3-j721e-main.dtsi | 1651 c66_0: dsp@4d80800000 { 1652 compatible = "ti,j721e-c66-dsp"; 1664 c66_1: dsp@4d81800000 { 1665 compatible = "ti,j721e-c66-dsp"; 1677 c71_0: dsp@64800000 { 1678 compatible = "ti,j721e-c71-dsp";
|
A D | sun8i-r16-parrot.dts | 312 regulator-name = "vcc-dsp";
|
A D | fsl-imx8dx.dtsi | 81 dsp_reserved: dsp@0x92400000 {
|
A D | omap4.dtsi | 109 dsp {
|
A D | dra7.dtsi | 1124 compatible = "ti,dra7-dsp-iommu"; 1134 compatible = "ti,dra7-dsp-iommu";
|
/u-boot/doc/device-tree-bindings/remoteproc/ |
A D | ti,k3-dsp-rproc.txt | 26 "ti,j721e-c66-dsp" for C66x DSPs on K3 J721E SoCs 27 "ti,j721e-c71-dsp" for C71x DSPs on K3 J721E SoCs 78 c66_0: dsp@4d80800000 { 79 compatible = "ti,j721e-c66-dsp"; 91 c71_0: dsp@64800000 { 92 compatible = "ti,j721e-c71-dsp";
|
/u-boot/arch/mips/include/asm/ |
A D | processor.h | 85 struct mips_dsp_state dsp; member
|
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/ |
A D | fsp-s.txt | 133 - fsps,dsp-enable: HD Audio DSP Support 162 - fsps,dsp-endpoint-dmic: HD-Audio Disp DMIC 166 - fsps,dsp-endpoint-bluetooth: HD-Audio Bluetooth 167 - fsps,dsp-endpoint-i2s-skp: HD-Audio I2S SHK 168 - fsps,dsp-endpoint-i2s-hp: HD-Audio I2S HP 170 - fsps,audio-dsp-pwr-gate: HD-Audio ADSP Power Gating (deprecated) 179 - fsps,dsp-feature-mask: Bitmask of DSP Feature 186 - fsps,dsp-pp-module-mask: Bitmask of supported DSP Post-Processing Modules 453 - fsps,hd-audio-dsp-uaa-compliance: Universal Audio Architecture
|
/u-boot/doc/ |
A D | README.Heterogeneous-SoCs | 44 Global structure updated for dsp cores and other components 61 CONFIG_DSP_CLUSTER_START - Start index of dsp clusters
|