Searched refs:bRC (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/char/mwave/ |
H A D | smapi.c | 129 int bRC; in smapi_query_DSP_cfg() local 141 if (bRC) { in smapi_query_DSP_cfg() 143 return bRC; in smapi_query_DSP_cfg() 171 if (bRC) { in smapi_query_DSP_cfg() 173 return bRC; in smapi_query_DSP_cfg() 200 return bRC; in smapi_query_DSP_cfg() 232 return bRC; in smapi_set_DSP_cfg() 494 return bRC; in smapi_set_DSP_cfg() 500 int bRC; in smapi_set_DSP_power_state() local 513 return bRC; in smapi_set_DSP_power_state() [all …]
|
H A D | tp3780i.c | 513 bool bRC = 0; in tp3780I_ReadWriteDspDStore() local 522 bRC = dsp3780I_ReadDStore(usDspBaseIO, pvBuffer, uCount, ulDSPAddr); in tp3780I_ReadWriteDspDStore() 526 bRC = dsp3780I_ReadAndClearDStore(usDspBaseIO, pvBuffer, uCount, ulDSPAddr); in tp3780I_ReadWriteDspDStore() 530 bRC = dsp3780I_WriteDStore(usDspBaseIO, pvBuffer, uCount, ulDSPAddr); in tp3780I_ReadWriteDspDStore() 535 retval = (bRC) ? -EIO : 0; in tp3780I_ReadWriteDspDStore() 549 bool bRC = 0; in tp3780I_ReadWriteDspIStore() local 558 bRC = dsp3780I_ReadIStore(usDspBaseIO, pvBuffer, uCount, ulDSPAddr); in tp3780I_ReadWriteDspIStore() 562 bRC = dsp3780I_WriteIStore(usDspBaseIO, pvBuffer, uCount, ulDSPAddr); in tp3780I_ReadWriteDspIStore() 567 retval = (bRC) ? -EIO : 0; in tp3780I_ReadWriteDspIStore()
|