Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Dirq.c104 if (status & (IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY)) { in snd_emu10k1_interrupt()
109 status &= ~(IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY); in snd_emu10k1_interrupt()
H A Demu10k1x.c64 #define IPR_MIDIRECVBUFEMPTY 0x00000002 /* MIDI UART receive buffer empty */ macro
770 if (status & (IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY)) { in snd_emu10k1x_interrupt()
1445 midi->ipr_rx = IPR_MIDIRECVBUFEMPTY; in snd_emu10k1x_midi()