Lines Matching defs:rSmapiInfo
192 SMAPI_DSP_SETTINGS rSmapiInfo;
198 if (smapi_query_DSP_cfg(&rSmapiInfo)) {
205 ( rSmapiInfo.usDspIRQ == 0 )
206 || ( rSmapiInfo.usDspBaseIO == 0 )
207 || ( rSmapiInfo.usUartIRQ == 0 )
208 || ( rSmapiInfo.usUartBaseIO == 0 )
214 pSettings->bDSPEnabled = (rSmapiInfo.bDSPEnabled && rSmapiInfo.bDSPPresent);
215 pSettings->bModemEnabled = rSmapiInfo.bModemEnabled;
216 pSettings->usDspIrq = rSmapiInfo.usDspIRQ;
217 pSettings->usDspDma = rSmapiInfo.usDspDMA;
218 pSettings->usDspBaseIO = rSmapiInfo.usDspBaseIO;
219 pSettings->usUartIrq = rSmapiInfo.usUartIRQ;
220 pSettings->usUartBaseIO = rSmapiInfo.usUartBaseIO;