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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Dcs46xx_lib.c1220 if ((chip->midcr & MIDCR_TIE) == 0)
1223 chip->midcr &= ~MIDCR_TIE;
2514 chip->midcr &= ~(MIDCR_TXE | MIDCR_TIE);
2555 if ((chip->midcr & MIDCR_TIE) == 0) {
2556 chip->midcr |= MIDCR_TIE;
2558 while ((chip->midcr & MIDCR_TIE) &&
2561 chip->midcr &= ~MIDCR_TIE;
2569 if (chip->midcr & MIDCR_TIE) {
2570 chip->midcr &= ~MIDCR_TIE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx.h753 #define MIDCR_TIE 0x00000008 /* Interrupt upon rx ready. */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dcs461x.h759 #define MIDCR_TIE 0x00000008 /* Interrupt upon rx ready. */ macro

Completed in 125 milliseconds