Searched refs:BA0_MIDCR_RIE (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.c291 #define BA0_MIDCR_RIE (1<<2) /* MIDI Receive Interrupt Enable */ macro
1681 chip->midcr &= ~(BA0_MIDCR_RXE | BA0_MIDCR_RIE);
1734 if ((chip->midcr & BA0_MIDCR_RIE) == 0) {
1735 chip->midcr |= BA0_MIDCR_RIE;
1739 if (chip->midcr & BA0_MIDCR_RIE) {
1740 chip->midcr &= ~BA0_MIDCR_RIE;
1862 if ((chip->midcr & BA0_MIDCR_RIE) == 0)

Completed in 59 milliseconds