Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/mwave/
Dtp3780i.c109 unsigned short usIPCSource = 0, usIsolationMask, usPCNum; in DspInterrupt() local
114 if (dsp3780I_GetIPCSource(usDspBaseIO, &usIPCSource) == 0) { in DspInterrupt()
117 usIPCSource); in DspInterrupt()
120 if (usIPCSource & usIsolationMask) { in DspInterrupt()
121 usIPCSource &= ~usIsolationMask; in DspInterrupt()
124 usPCNum, usIPCSource); in DspInterrupt()
142 if (usIPCSource == 0) in DspInterrupt()