Home
last modified time | relevance | path

Searched refs:EMU_MAX_IRQ_CONSUMERS (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Demu10kx.c251 #define EMU_MAX_IRQ_CONSUMERS 32 macro
334 struct emu_intr_handler ihandler[EMU_MAX_IRQ_CONSUMERS];
364 uint32_t irq_mask[EMU_MAX_IRQ_CONSUMERS]; /* IRQ manager data */
365 int timer[EMU_MAX_IRQ_CONSUMERS]; /* timer */
814 for (i = 0; i < EMU_MAX_IRQ_CONSUMERS; i++) in emu_timer_create()
835 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1); in emu_timer_set()
839 for (i = 0; i < EMU_MAX_IRQ_CONSUMERS; i++) in emu_timer_set()
860 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1); in emu_timer_enable()
870 for (i = 0; i < EMU_MAX_IRQ_CONSUMERS; i++) { in emu_timer_enable()
898 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1); in emu_timer_clear()
[all …]