/arch/mips/include/asm/ |
D | dsp.h | 47 tsk->thread.dsp.dspr[0] = mfhi1(); \ 48 tsk->thread.dsp.dspr[1] = mflo1(); \ 49 tsk->thread.dsp.dspr[2] = mfhi2(); \ 50 tsk->thread.dsp.dspr[3] = mflo2(); \ 51 tsk->thread.dsp.dspr[4] = mfhi3(); \ 52 tsk->thread.dsp.dspr[5] = mflo3(); \ 53 tsk->thread.dsp.dspcontrol = rddsp(DSP_MASK); \ 64 mthi1(tsk->thread.dsp.dspr[0]); \ 65 mtlo1(tsk->thread.dsp.dspr[1]); \ 66 mthi2(tsk->thread.dsp.dspr[2]); \ [all …]
|
D | processor.h | 267 struct mips_dsp_state dsp; member 332 .dsp = { \
|
/arch/um/drivers/ |
D | hostaudio_kern.c | 32 static char *dsp = HOSTAUDIO_DEV_DSP; variable 43 module_param(dsp, charp, 0644); 44 MODULE_PARM_DESC(dsp, DSP_HELP); 51 dsp = name; in set_dsp() 188 kparam_block_sysfs_write(dsp); in hostaudio_open() 189 printk(KERN_DEBUG "hostaudio: open called (host: %s)\n", dsp); in hostaudio_open() 190 kparam_unblock_sysfs_write(dsp); in hostaudio_open() 202 kparam_block_sysfs_write(dsp); in hostaudio_open() 204 ret = os_open_file(dsp, of_set_rw(OPENFLAGS(), r, w), 0); in hostaudio_open() 206 kparam_unblock_sysfs_write(dsp); in hostaudio_open() [all …]
|
/arch/arm/boot/dts/ |
D | omap2.dtsi | 113 ti,timer-dsp; 121 ti,timer-dsp; 129 ti,timer-dsp; 137 ti,timer-dsp;
|
D | omap3.dtsi | 50 dsp { 414 ti,timer-dsp; 422 ti,timer-dsp; 430 ti,timer-dsp; 439 ti,timer-dsp;
|
D | omap4.dtsi | 73 dsp { 75 ti,hwmods = "dsp"; 558 ti,timer-dsp; 567 ti,timer-dsp; 576 ti,timer-dsp; 586 ti,timer-dsp;
|
D | prima2.dtsi | 141 dsp-iobg { 160 dsp@a9000000 { 161 compatible = "sirf,prima2-dsp";
|
D | atlas6.dtsi | 123 dsp-iobg { 142 dsp@a9000000 { 143 compatible = "sirf,prima2-dsp";
|
D | omap5.dtsi | 540 ti,timer-dsp; 550 ti,timer-dsp; 560 ti,timer-dsp; 569 ti,timer-dsp;
|
D | marco.dtsi | 162 dsp-iobg { 180 dsp@cb000000 { 181 compatible = "sirf,marco-dsp";
|
/arch/mips/include/asm/mach-bcm63xx/ |
D | board_bcm963xx.h | 44 struct bcm63xx_dsp_platform_data dsp; member
|
/arch/mips/ar7/ |
D | clock.c | 76 struct tnetd7300_clock dsp; member 96 struct tnetd7200_clock dsp; member 267 tnetd7300_set_clock(DSP_PLL_SOURCE_SHIFT, &clocks->dsp, in tnetd7300_init_clocks() 355 tnetd7200_set_clock(dsp_base, &clocks->dsp, in tnetd7200_init_clocks() 385 tnetd7200_set_clock(dsp_base, &clocks->dsp, in tnetd7200_init_clocks() 396 tnetd7200_set_clock(dsp_base, &clocks->dsp, in tnetd7200_init_clocks()
|
/arch/mips/bcm63xx/ |
D | Makefile | 2 setup.o timer.o dev-dsp.o dev-enet.o dev-flash.o \
|
/arch/powerpc/boot/dts/ |
D | gamecube.dts | 74 dsp@0c005000 { 77 compatible = "nintendo,flipper-dsp";
|
D | wii.dts | 87 dsp@0c005000 { 90 compatible = "nintendo,hollywood-dsp", 91 "nintendo,flipper-dsp";
|
/arch/mips/kernel/ |
D | ptrace32.c | 168 tmp = child->thread.dsp.dspcontrol; in compat_arch_ptrace() 267 child->thread.dsp.dspcontrol = data; in compat_arch_ptrace()
|
D | genex.S | 524 BUILD_HANDLER dsp dsp sti silent /* #26 */
|
D | ptrace.c | 689 tmp = child->thread.dsp.dspcontrol; in arch_ptrace() 778 child->thread.dsp.dspcontrol = data; in arch_ptrace()
|
/arch/mips/bcm63xx/boards/ |
D | board_bcm963xx.c | 255 .dsp = { 367 .dsp = { 852 bcm63xx_dsp_register(&board.dsp); in board_register_devices()
|
/arch/sh/ |
D | Makefile | 29 isa-$(CONFIG_SH_DSP) := $(isa-y)-dsp 70 $(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
|
/arch/sh/kernel/cpu/ |
D | init.c | 56 onchip_setup(dsp);
|
/arch/um/ |
D | Kconfig.char | 112 between the host's dsp and mixer devices and the UML sound system.
|
/arch/arm/mach-omap2/ |
D | Makefile | 213 obj-y += dsp.o
|
/arch/arm/mach-davinci/ |
D | tnetv107x.c | 145 define_pll_div_clk(sys, dsp, 2);
|
/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore.c | 2167 DEFINE_UNCORE_FORMAT_ATTR(dsp, dsp, "config1:0-31");
|