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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Dirq.c119 if (status & (IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY)) {
124 status &= ~(IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY);
H A Demumpu401.c363 midi->ipr_tx = IPR_MIDITRANSBUFEMPTY;
381 midi->ipr_tx = IPR_MIDITRANSBUFEMPTY;
H A Demu10k1x.c77 #define IPR_MIDITRANSBUFEMPTY 0x00000001 /* MIDI UART transmit buffer empty */ macro
813 if (status & (IPR_MIDITRANSBUFEMPTY|IPR_MIDIRECVBUFEMPTY)) {
1518 midi->ipr_tx = IPR_MIDITRANSBUFEMPTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demu10k1.h111 #define IPR_MIDITRANSBUFEMPTY 0x00000100 /* MIDI UART transmit buffer empty */ macro

Completed in 114 milliseconds