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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dcs4281.c290 #define BA0_MIDCR_TIE (1<<3) /* MIDI Transmuit Interrupt Enable */ macro
1715 chip->midcr &= ~(BA0_MIDCR_TXE | BA0_MIDCR_TIE);
1755 if ((chip->midcr & BA0_MIDCR_TIE) == 0) {
1756 chip->midcr |= BA0_MIDCR_TIE;
1758 while ((chip->midcr & BA0_MIDCR_TIE) &&
1761 chip->midcr &= ~BA0_MIDCR_TIE;
1769 if (chip->midcr & BA0_MIDCR_TIE) {
1770 chip->midcr &= ~BA0_MIDCR_TIE;
1867 if ((chip->midcr & BA0_MIDCR_TIE) == 0)
1870 chip->midcr &= ~BA0_MIDCR_TIE;
[all...]

Completed in 35 milliseconds