Home
last modified time | relevance | path

Searched refs:IPR_A_MIDITRANSBUFEMPTY2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/pci/emu10k1/
H A Dirq.c111 if (status & (IPR_A_MIDITRANSBUFEMPTY2|IPR_A_MIDIRECVBUFEMPTY2)) { in snd_emu10k1_interrupt()
116 status &= ~(IPR_A_MIDITRANSBUFEMPTY2|IPR_A_MIDIRECVBUFEMPTY2); in snd_emu10k1_interrupt()
H A Demumpu401.c378 midi->ipr_tx = IPR_A_MIDITRANSBUFEMPTY2; in snd_emu10k1_audigy_midi()
/openbmc/linux/include/sound/
H A Demu10k1.h97 #define IPR_A_MIDITRANSBUFEMPTY2 0x10000000 /* MIDI UART transmit buffer empty */ macro