Lines Matching refs:result
100 LRF_SetupResult result = SetupResult_Ok; in LRF_setupRadio() local
104 result = LRF_loadImage(lrfConfig->pbeImage, LRFD_PBERAM_BASE); in LRF_setupRadio()
107 if ((result == SetupResult_Ok) && in LRF_setupRadio()
110 result = LRF_loadImage(lrfConfig->mceImage, LRFD_MCERAM_BASE); in LRF_setupRadio()
113 if ((result == SetupResult_Ok) && in LRF_setupRadio()
116 result = LRF_loadImage(lrfConfig->rfeImage, LRFD_RFERAM_BASE); in LRF_setupRadio()
120 if ((result == SetupResult_Ok) && (lrfConfig->regConfigList != NULL)) in LRF_setupRadio()
149 result = LRF_applySettings(config, &settingsState, LRF_SETTINGS_BUFFER_UNLIMITED); in LRF_setupRadio()
151 if (result != SetupResult_Ok) in LRF_setupRadio()
163 if (result == SetupResult_Ok) in LRF_setupRadio()
169 result = SetupResult_ErrorSwConfig; in LRF_setupRadio()
187 return result; in LRF_setupRadio()