tag | line | file | source code |
---|---|---|---|
MIDI_FIFO_STATUS | 136 | drivers/sound/pas2_midi.c | fifo_space = ((x = pas_read (MIDI_FIFO_STATUS)) >> 4) & 0x0f; |
MIDI_FIFO_STATUS | 287 | drivers/sound/pas2_midi.c | incount = pas_read (MIDI_FIFO_STATUS) & 0x0f; /* |
MIDI_FIFO_STATUS | 330 | drivers/sound/pas2_midi.c | printk ("MIDI output overrun %x,%x,%d \n", pas_read (MIDI_FIFO_STATUS), stat, ofifo_bytes); |