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