Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd_fetrng.c182 uint32_t tmpSamplCnt = 0; in LLF_RND_StartTrngHW() local
243 tmpSamplCnt = CC_HAL_READ_REGISTER(CC_REG_OFFSET(RNG, SAMPLE_CNT1)); in LLF_RND_StartTrngHW()
245 } while (tmpSamplCnt != trngParams_ptr->SubSamplingRatio); in LLF_RND_StartTrngHW()
Dllf_rnd_trng90b.c218 uint32_t tmpSamplCnt = 0; in startTrngHW() local
274 tmpSamplCnt = CC_HAL_READ_REGISTER(CC_REG_OFFSET(RNG, SAMPLE_CNT1)); in startTrngHW()
276 } while (tmpSamplCnt != trngParams_ptr->SubSamplingRatio); in startTrngHW()