Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/mwave/
Dtp3780i.c108 unsigned short usIPCSource = 0, usIsolationMask, usPCNum; in DspInterrupt() local
113 if (dsp3780I_GetIPCSource(usDspBaseIO, &usIPCSource) == 0) { in DspInterrupt()
116 usIPCSource); in DspInterrupt()
119 if (usIPCSource & usIsolationMask) { in DspInterrupt()
120 usIPCSource &= ~usIsolationMask; in DspInterrupt()
123 usPCNum, usIPCSource); in DspInterrupt()
141 if (usIPCSource == 0) in DspInterrupt()