Home | History | Annotate | Download | only in sound

Lines Matching defs:interrupt

35 #include <linux/interrupt.h>
78 #define IPR 0x08 /* Global interrupt pending register */
82 to interrupt */
83 #define IPR_GPIOMSG 0x20000000 /* GPIO message interrupt (RE'd, still not sure
95 #define IPR_FORCEINT 0x00400000 /* Force Sound Blaster interrupt */
111 #define IPR_CHANNELLOOP 0x00000040 /* Channel (half) loop interrupt(s) pending */
118 #define INTE 0x0c /* Interrupt enable register */
298 #define TIMER_RATE_MASK 0x000003ff /* Timer interrupt rate in sample periods */
311 #define IPR2 0x28 /* P16V interrupt pending register */
319 #define INTE2 0x2c /* P16V Interrupt enable register. */
346 #define IPR3 0x38 /* Cdif interrupt pending register */
347 #define INTE3 0x3c /* Cdif interrupt enable register. */
762 #define CLIEL 0x58 /* Channel loop interrupt enable low register */
764 #define CLIEH 0x59 /* Channel loop interrupt enable high register */
766 #define CLIPL 0x5a /* Channel loop interrupt pending low register */
768 #define CLIPH 0x5b /* Channel loop interrupt pending high register */
828 #define HLIEL 0x66 /* Channel half loop interrupt enable low register */
830 #define HLIEH 0x67 /* Channel half loop interrupt enable high register */
832 #define HLIPL 0x68 /* Channel half loop interrupt pending low register */
834 #define HLIPH 0x69 /* Channel half loop interrupt pending high register */
842 /* Delayed Interrupt Counter & Enable */
1287 void (*interrupt)(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice);
1311 unsigned int capture_ipr; /* interrupt acknowledge mask */
1312 unsigned int capture_inte; /* interrupt enable mask */
1383 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */
1423 void (*interrupt)(struct snd_emu10k1 *emu, unsigned int status);
1980 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */