Home
last modified time | relevance | path

Searched refs:BA0_MIDSR (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/sound/cs4281/
Dcs4281_hwdefs.h126 #define BA0_MIDSR 0x00000494L macro
Dcs4281m.c3847 while (!(readl(s->pBA0 + BA0_MIDSR) & 0x80)) { in cs4281_handle_midi()
3859 while (!(readl(s->pBA0 + BA0_MIDSR) & 0x40) && s->midi.ocnt > 0) { in cs4281_handle_midi()
/linux-2.4.37.9/drivers/sound/
Dcs461x.h111 #define BA0_MIDSR 0x00000494 macro
Dcs46xx.c1652 while (!(cs461x_peekBA0(card, BA0_MIDSR) & MIDSR_RBE)) { in cs_handle_midi()
1664 while (!(cs461x_peekBA0(card, BA0_MIDSR) & MIDSR_TBF) && card->midi.ocnt > 0) { in cs_handle_midi()