Searched refs:usIntCount (Results 1 – 3 of 3) sorted by relevance
299 pDrvData->IPCs[ipcnum].usIntCount); in mwave_ioctl()329 pDrvData->IPCs[ipcnum].usIntCount); in mwave_ioctl()344 if (pDrvData->IPCs[ipcnum].usIntCount == 1) { /* first int has occurred (race condition) */ in mwave_ioctl()345 pDrvData->IPCs[ipcnum].usIntCount = 2; /* first int has been handled */ in mwave_ioctl()353 if (pDrvData->IPCs[ipcnum].usIntCount == 1) { in mwave_ioctl()354 pDrvData->IPCs[ipcnum].usIntCount = 2; in mwave_ioctl()596 pDrvData->IPCs[i].usIntCount = 0; /* no ints received yet */ in mwave_init()
124 if (pDrvData->IPCs[usPCNum - 1].usIntCount == 0) { in DspInterrupt()125 pDrvData->IPCs[usPCNum - 1].usIntCount = 1; in DspInterrupt()129 pDrvData->IPCs[usPCNum - 1].usIntCount); in DspInterrupt()
127 unsigned short usIntCount; /* 0=none, 1=first, 2=greater than 1st */ member