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

/linux-master/sound/pci/emu10k1/
H A Dirq.c104 if (status & (IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY)) {
109 status &= ~(IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY);
H A Demumpu401.c348 midi->ipr_rx = IPR_MIDIRECVBUFEMPTY;
367 midi->ipr_rx = IPR_MIDIRECVBUFEMPTY;
H A Demu10k1x.c63 #define IPR_MIDIRECVBUFEMPTY 0x00000002 /* MIDI UART receive buffer empty */ macro
787 if (status & (IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY)) {
1489 midi->ipr_rx = IPR_MIDIRECVBUFEMPTY;
/linux-master/include/sound/
H A Demu10k1.h120 #define IPR_MIDIRECVBUFEMPTY 0x00000080 /* MIDI UART receive buffer empty */ macro

Completed in 216 milliseconds