Searched refs:amd (Results 1 - 25 of 239) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/sparc/
H A Damd7930.c346 /* Idle the AMD7930 chip. The amd->lock is not held. */
347 static __inline__ void amd7930_idle(struct snd_amd7930 *amd) argument
351 spin_lock_irqsave(&amd->lock, flags);
352 sbus_writeb(AMR_INIT, amd->regs + AMD7930_CR);
353 sbus_writeb(0, amd->regs + AMD7930_DR);
354 spin_unlock_irqrestore(&amd->lock, flags);
357 /* Enable chip interrupts. The amd->lock is not held. */
358 static __inline__ void amd7930_enable_ints(struct snd_amd7930 *amd) argument
362 spin_lock_irqsave(&amd->lock, flags);
363 sbus_writeb(AMR_INIT, amd
369 amd7930_disable_ints(struct snd_amd7930 *amd) argument
382 __amd7930_write_map(struct snd_amd7930 *amd) argument
476 __amd7930_update_map(struct snd_amd7930 *amd) argument
496 struct snd_amd7930 *amd = dev_id; local
537 snd_amd7930_trigger(struct snd_amd7930 *amd, unsigned int flag, int cmd) argument
570 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
577 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
583 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
615 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
647 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
658 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
691 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
701 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
711 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
719 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
758 snd_amd7930_pcm(struct snd_amd7930 *amd) argument
801 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); local
825 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); local
887 snd_amd7930_mixer(struct snd_amd7930 *amd) argument
907 snd_amd7930_free(struct snd_amd7930 *amd) argument
927 struct snd_amd7930 *amd = device->device_data; local
941 struct snd_amd7930 *amd; local
1010 struct snd_amd7930 *amd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/sparc/
H A Damd7930.c346 /* Idle the AMD7930 chip. The amd->lock is not held. */
347 static __inline__ void amd7930_idle(struct snd_amd7930 *amd) argument
351 spin_lock_irqsave(&amd->lock, flags);
352 sbus_writeb(AMR_INIT, amd->regs + AMD7930_CR);
353 sbus_writeb(0, amd->regs + AMD7930_DR);
354 spin_unlock_irqrestore(&amd->lock, flags);
357 /* Enable chip interrupts. The amd->lock is not held. */
358 static __inline__ void amd7930_enable_ints(struct snd_amd7930 *amd) argument
362 spin_lock_irqsave(&amd->lock, flags);
363 sbus_writeb(AMR_INIT, amd
369 amd7930_disable_ints(struct snd_amd7930 *amd) argument
382 __amd7930_write_map(struct snd_amd7930 *amd) argument
476 __amd7930_update_map(struct snd_amd7930 *amd) argument
496 struct snd_amd7930 *amd = dev_id; local
537 snd_amd7930_trigger(struct snd_amd7930 *amd, unsigned int flag, int cmd) argument
570 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
577 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
583 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
615 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
647 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
658 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
691 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
701 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
711 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
719 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); local
758 snd_amd7930_pcm(struct snd_amd7930 *amd) argument
801 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); local
825 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); local
887 snd_amd7930_mixer(struct snd_amd7930 *amd) argument
907 snd_amd7930_free(struct snd_amd7930 *amd) argument
927 struct snd_amd7930 *amd = device->device_data; local
941 struct snd_amd7930 *amd; local
1010 struct snd_amd7930 *amd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/mtrr/
H A DMakefile2 obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A DMakefile2 obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kvm/
H A DMakefile16 kvm-amd-y += svm.o
20 obj-$(CONFIG_KVM_AMD) += kvm-amd.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kvm/
H A DMakefile16 kvm-amd-y += svm.o
20 obj-$(CONFIG_KVM_AMD) += kvm-amd.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/sh64/misc/
H A Dfr-dr.s6 # (fr, dr, fp, fv amd mtrx provide different views of the same architecrual state).
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/sh64/misc/
H A Dfr-dr.s6 # (fr, dr, fp, fv amd mtrx provide different views of the same architecrual state).
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/sh64/misc/
H A Dfr-dr.s6 # (fr, dr, fp, fv amd mtrx provide different views of the same architecrual state).
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/tridge/
H A Dsmb.conf42 [amd]
43 comment = amd area
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/tridge/
H A Dsmb.conf42 [amd]
43 comment = amd area
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/
H A DMakefile23 obj-$(CONFIG_CPU_SUP_AMD) += amd.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/agp/
H A DMakefile8 obj-$(CONFIG_AGP_AMD) += amd-k7-agp.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/hw_random/
H A DMakefile9 obj-$(CONFIG_HW_RANDOM_AMD) += amd-rng.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A DMakefile23 obj-$(CONFIG_CPU_SUP_AMD) += amd.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/agp/
H A DMakefile8 obj-$(CONFIG_AGP_AMD) += amd-k7-agp.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/hw_random/
H A DMakefile9 obj-$(CONFIG_HW_RANDOM_AMD) += amd-rng.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/tridge/
H A Dsmb.conf42 [amd]
43 comment = amd area
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/tridge/
H A Dsmb.conf42 [amd]
43 comment = amd area
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/examples/tridge/
H A Dsmb.conf42 [amd]
43 comment = amd area
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/examples/tridge/
H A Dsmb.conf42 [amd]
43 comment = amd area
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/tridge/
H A Dsmb.conf42 [amd]
43 comment = amd area
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/tridge/
H A Dsmb.conf42 [amd]
43 comment = amd area
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/examples/tridge/
H A Dsmb.conf42 [amd]
43 comment = amd area
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/
H A Dconfig.sub194 basic_machine=a29k-amd
304 basic_machine=a29k-amd
557 basic_machine=i586-amd
592 basic_machine=a29k-amd
682 basic_machine=a29k-amd

Completed in 292 milliseconds

12345678910