Home | History | Annotate | Download | only in adaptation

Lines Matching refs:sConfig

45 static UINT8 sConfig [CONFIG_MAX_LEN];
323 actualLen = GetStrValue (NAME_NFA_DM_START_UP_CFG, (char*)sConfig, sizeof(sConfig));
325 sStartupConfig.append (sConfig, actualLen);
328 actualLen = GetStrValue(NAME_PREINIT_DSP_CFG, (char*)sConfig, sizeof(sConfig));
330 sStartupConfig.append (sConfig, actualLen);
346 actualLen = GetStrValue(NAME_LPTD_CFG, (char*)sConfig, sizeof(sConfig));
349 sLptdConfig.append (sConfig, actualLen);
361 actualLen = GetStrValue(NAME_NFA_DM_PRE_DISCOVERY_CFG, (char*)sConfig, sizeof(sConfig));
364 sPreDiscoveryConfig.append (sConfig, actualLen);
606 actualLen = GetStrValue (NAME_XTAL_PARAMS_CFG, (char*)sConfig, sizeof(sConfig));
609 sXtalCustomParam.append (sConfig, actualLen);