Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/mwave/
Dtp3780i.c192 SMAPI_DSP_SETTINGS rSmapiInfo; in tp3780I_CalcResources() local
198 if (smapi_query_DSP_cfg(&rSmapiInfo)) { in tp3780I_CalcResources()
205 ( rSmapiInfo.usDspIRQ == 0 ) in tp3780I_CalcResources()
206 || ( rSmapiInfo.usDspBaseIO == 0 ) in tp3780I_CalcResources()
207 || ( rSmapiInfo.usUartIRQ == 0 ) in tp3780I_CalcResources()
208 || ( rSmapiInfo.usUartBaseIO == 0 ) in tp3780I_CalcResources()
214 pSettings->bDSPEnabled = (rSmapiInfo.bDSPEnabled && rSmapiInfo.bDSPPresent); in tp3780I_CalcResources()
215 pSettings->bModemEnabled = rSmapiInfo.bModemEnabled; in tp3780I_CalcResources()
216 pSettings->usDspIrq = rSmapiInfo.usDspIRQ; in tp3780I_CalcResources()
217 pSettings->usDspDma = rSmapiInfo.usDspDMA; in tp3780I_CalcResources()
[all …]