Lines Matching refs:rSmapiInfo
192 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()
218 pSettings->usDspBaseIO = rSmapiInfo.usDspBaseIO; in tp3780I_CalcResources()
219 pSettings->usUartIrq = rSmapiInfo.usUartIRQ; in tp3780I_CalcResources()
220 pSettings->usUartBaseIO = rSmapiInfo.usUartBaseIO; in tp3780I_CalcResources()