Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/mwave/
H A Dtp3780i.c188 SMAPI_DSP_SETTINGS rSmapiInfo; in tp3780I_CalcResources() local
194 if (smapi_query_DSP_cfg(&rSmapiInfo)) { in tp3780I_CalcResources()
201 ( rSmapiInfo.usDspIRQ == 0 ) in tp3780I_CalcResources()
202 || ( rSmapiInfo.usDspBaseIO == 0 ) in tp3780I_CalcResources()
203 || ( rSmapiInfo.usUartIRQ == 0 ) in tp3780I_CalcResources()
204 || ( rSmapiInfo.usUartBaseIO == 0 ) in tp3780I_CalcResources()
210 pSettings->bDSPEnabled = (rSmapiInfo.bDSPEnabled && rSmapiInfo.bDSPPresent); in tp3780I_CalcResources()
212 pSettings->usDspIrq = rSmapiInfo.usDspIRQ; in tp3780I_CalcResources()
213 pSettings->usDspDma = rSmapiInfo.usDspDMA; in tp3780I_CalcResources()
214 pSettings->usDspBaseIO = rSmapiInfo.usDspBaseIO; in tp3780I_CalcResources()
[all …]