Searched refs:sConfig (Results 1 – 1 of 1) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | patchram.cpp | 45 static UINT8 sConfig [CONFIG_MAX_LEN]; variable 323 actualLen = GetStrValue (NAME_NFA_DM_START_UP_CFG, (char*)sConfig, sizeof(sConfig)); in getNfaValues() 325 sStartupConfig.append (sConfig, actualLen); in getNfaValues() 328 actualLen = GetStrValue(NAME_PREINIT_DSP_CFG, (char*)sConfig, sizeof(sConfig)); in getNfaValues() 330 sStartupConfig.append (sConfig, actualLen); in getNfaValues() 346 actualLen = GetStrValue(NAME_LPTD_CFG, (char*)sConfig, sizeof(sConfig)); in getNfaValues() 349 sLptdConfig.append (sConfig, actualLen); in getNfaValues() 361 actualLen = GetStrValue(NAME_NFA_DM_PRE_DISCOVERY_CFG, (char*)sConfig, sizeof(sConfig)); in getNfaValues() 364 sPreDiscoveryConfig.append (sConfig, actualLen); in getNfaValues() 606 actualLen = GetStrValue (NAME_XTAL_PARAMS_CFG, (char*)sConfig, sizeof(sConfig)); in configureCrystalFrequency() [all …]
|