Searched refs:coprocessor (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dmpu401.c17 * Chris Rankin Update the module-usage counter for the coprocessor
473 struct coproc_operations *coprocessor; local
499 if ( (coprocessor = midi_devs[dev]->coproc) != NULL )
501 if (coprocessor->owner)
502 __MOD_INC_USE_COUNT(coprocessor->owner);
504 if ((err = coprocessor->open(coprocessor->devc, COPR_MIDI)) < 0)
506 printk(KERN_WARNING "MPU-401: Can't access coprocessor device\n");
527 struct coproc_operations *coprocessor; local
537 coprocessor
809 struct coproc_operations *coprocessor; local
868 struct coproc_operations *coprocessor; local
[all...]
H A Daudio.c24 * Chris Rankin : Update the module-usage counter for the coprocessor,
78 const struct coproc_operations *coprocessor; local
97 if ( (coprocessor = audio_devs[dev]->coproc) != NULL ) {
98 if (coprocessor->owner)
99 __MOD_INC_USE_COUNT(coprocessor->owner);
101 if ((ret = coprocessor->open(coprocessor->devc, COPR_PCM)) < 0) {
102 printk(KERN_WARNING "Sound: Can't access coprocessor device\n");
123 if (coprocessor->owner)
124 __MOD_DEC_USE_COUNT(coprocessor
180 const struct coproc_operations *coprocessor; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dperf_asm.S26 ; The coprocessor only needs to be enabled when
27 ; starting/stopping the coprocessor with the pmenb/pmdis.
39 mfctl ccr,%r26 ; get coprocessor register
41 mtctl %r26,ccr ; turn on performance coprocessor
46 mtctl %r26,ccr ; turn off performance coprocessor
65 mfctl ccr,%r26 ; get coprocessor register
67 mtctl %r26,ccr ; turn on performance coprocessor
72 mtctl %r26,ccr ; turn off performance coprocessor
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dx_fline.S60 bfextu %d0{#4:#3},%d1 |extract coprocessor id
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Dsleep.S44 @ save coprocessor registers
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/
H A Dsetup.S599 # make sure any possible coprocessor is properly reset..

Completed in 56 milliseconds