Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dpatchram.cpp594 UINT8 xtalIndex = 0; in configureCrystalFrequency() local
604 xtalIndex = (UINT8) num; in configureCrystalFrequency()
607 …if (actualLen && (xtalIndex == NFC_HAL_XTAL_INDEX_SPECIAL)) //whether to use custom crystal freque… in configureCrystalFrequency()
613 if ((hwId == 0) && (xtalFreq == 0) && (xtalIndex == 0)) in configureCrystalFrequency()
616 ALOGD ("%s: hwId=0x%lX; freq=%u; index=%u", __FUNCTION__, hwId, xtalFreq, xtalIndex); in configureCrystalFrequency()
619 nfc_post_reset_cb.dev_init_config.xtal_cfg[0].xtal_index = xtalIndex; in configureCrystalFrequency()