Searched refs:IPR_A_MIDIRECVBUFEMPTY2 (Results 1 – 3 of 3) sorted by relevance
113 if (status & (IPR_A_MIDITRANSBUFEMPTY2|IPR_A_MIDIRECVBUFEMPTY2)) { in snd_emu10k1_interrupt()118 status &= ~(IPR_A_MIDITRANSBUFEMPTY2|IPR_A_MIDIRECVBUFEMPTY2); in snd_emu10k1_interrupt()
385 midi->ipr_rx = IPR_A_MIDIRECVBUFEMPTY2; in snd_emu10k1_audigy_midi()
74 #define IPR_A_MIDIRECVBUFEMPTY2 0x08000000 /* MIDI UART receive buffer empty */ macro