Home
last modified time | relevance | path

Searched refs:usIntCount (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/char/mwave/
H A Dmwavedd.c299 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()
595 pDrvData->IPCs[i].usIntCount = 0; /* no ints received yet */ in mwave_init()
H A Dtp3780i.c124 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()
H A Dmwavedd.h127 unsigned short usIntCount; /* 0=none, 1=first, 2=greater than 1st */ member