Searched refs:tmpSamplCnt (Results 1 – 2 of 2) sorted by relevance
182 uint32_t tmpSamplCnt = 0; in LLF_RND_StartTrngHW() local243 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()
218 uint32_t tmpSamplCnt = 0; in startTrngHW() local274 tmpSamplCnt = CC_HAL_READ_REGISTER(CC_REG_OFFSET(RNG, SAMPLE_CNT1)); in startTrngHW()276 } while (tmpSamplCnt != trngParams_ptr->SubSamplingRatio); in startTrngHW()