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

/linux-4.4.14/drivers/char/mwave/
H A Dtp3780i.c108 unsigned short usIPCSource = 0, usIsolationMask, usPCNum; DspInterrupt() local
113 if (dsp3780I_GetIPCSource(usDspBaseIO, &usIPCSource) == 0) { DspInterrupt()
115 "tp3780i::DspInterrupt, return from dsp3780i_GetIPCSource, usIPCSource %x\n", DspInterrupt()
116 usIPCSource); DspInterrupt()
119 if (usIPCSource & usIsolationMask) { DspInterrupt()
120 usIPCSource &= ~usIsolationMask; DspInterrupt()
122 "tp3780i::DspInterrupt usPCNum %x usIPCSource %x\n", DspInterrupt()
123 usPCNum, usIPCSource); DspInterrupt()
141 if (usIPCSource == 0) DspInterrupt()
H A D3780i.c723 "3780i::dsp3780I_GetIPCSource, usIPCSource %x ~ %x\n", dsp3780I_GetIPCSource()
734 "3780i::dsp3780I_GetIPCSource exit usIPCSource %x\n", dsp3780I_GetIPCSource()

Completed in 118 milliseconds