Lines Matching defs:rSmapiInfo
188 SMAPI_DSP_SETTINGS rSmapiInfo;
194 if (smapi_query_DSP_cfg(&rSmapiInfo)) {
201 ( rSmapiInfo.usDspIRQ == 0 )
202 || ( rSmapiInfo.usDspBaseIO == 0 )
203 || ( rSmapiInfo.usUartIRQ == 0 )
204 || ( rSmapiInfo.usUartBaseIO == 0 )
210 pSettings->bDSPEnabled = (rSmapiInfo.bDSPEnabled && rSmapiInfo.bDSPPresent);
211 pSettings->bModemEnabled = rSmapiInfo.bModemEnabled;
212 pSettings->usDspIrq = rSmapiInfo.usDspIRQ;
213 pSettings->usDspDma = rSmapiInfo.usDspDMA;
214 pSettings->usDspBaseIO = rSmapiInfo.usDspBaseIO;
215 pSettings->usUartIrq = rSmapiInfo.usUartIRQ;
216 pSettings->usUartBaseIO = rSmapiInfo.usUartBaseIO;