Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/emu10k1/
Dirq.c106 if (status & (IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY)) { in snd_emu10k1_interrupt()
111 status &= ~(IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY); in snd_emu10k1_interrupt()
Demumpu401.c352 midi->ipr_rx = IPR_MIDIRECVBUFEMPTY; in snd_emu10k1_midi()
370 midi->ipr_rx = IPR_MIDIRECVBUFEMPTY; in snd_emu10k1_audigy_midi()
Demu10k1x.c64 #define IPR_MIDIRECVBUFEMPTY 0x00000002 /* MIDI UART receive buffer empty */ macro
810 if (status & (IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY)) { in snd_emu10k1x_interrupt()
1526 midi->ipr_rx = IPR_MIDIRECVBUFEMPTY; in snd_emu10k1x_midi()
/Linux-v5.4/include/sound/
Demu10k1.h96 #define IPR_MIDIRECVBUFEMPTY 0x00000080 /* MIDI UART receive buffer empty */ macro