Searched refs:BA0_MIDCR_TIE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dcs4281.c289 #define BA0_MIDCR_TIE (1<<3) /* MIDI Transmuit Interrupt Enable */ macro
1705 chip->midcr &= ~(BA0_MIDCR_TXE | BA0_MIDCR_TIE);
1745 if ((chip->midcr & BA0_MIDCR_TIE) == 0) {
1746 chip->midcr |= BA0_MIDCR_TIE;
1748 while ((chip->midcr & BA0_MIDCR_TIE) &&
1751 chip->midcr &= ~BA0_MIDCR_TIE;
1759 if (chip->midcr & BA0_MIDCR_TIE) {
1760 chip->midcr &= ~BA0_MIDCR_TIE;
1857 if ((chip->midcr & BA0_MIDCR_TIE) == 0)
1860 chip->midcr &= ~BA0_MIDCR_TIE;
[all...]

Completed in 36 milliseconds