Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Dirq.c33 snd_emu10k1_intr_disable(emu, INTE_PCIERRORENABLE); in snd_emu10k1_interrupt()
H A Demu10k1_main.c387 snd_emu10k1_intr_enable(emu, INTE_PCIERRORENABLE | INTE_A_GPIOENABLE); in snd_emu10k1_audio_enable()
389 snd_emu10k1_intr_enable(emu, INTE_PCIERRORENABLE); in snd_emu10k1_audio_enable()
/linux/include/sound/
H A Demu10k1.h170 #define INTE_PCIERRORENABLE 0x00000800 /* Enable PCI bus error interrupts */ macro