Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd_fetrng.c298 uint32_t roscToStart; in LLF_RND_GetTrngSource() local
376 &roscToStart); in LLF_RND_GetTrngSource()
391 roscToStart = (rndState_ptr->TrngProcesState & 0xff000000) >> 24; in LLF_RND_GetTrngSource()
423 if (roscToStart == 0x8) { in LLF_RND_GetTrngSource()
429 roscToStart <<= 1; in LLF_RND_GetTrngSource()
434 &roscToStart); in LLF_RND_GetTrngSource()
Dllf_rnd_trng90b.c336 uint32_t roscToStart; in getTrngSource() local
394 &roscToStart, in getTrngSource()
411 roscToStart = (rndState_ptr->TrngProcesState & 0xff000000)>>24; in getTrngSource()
431 &roscToStart); in getTrngSource()
446 if (roscToStart == 0x8) { in getTrngSource()
452 roscToStart <<= 1; in getTrngSource()
457 &roscToStart); in getTrngSource()
Dllf_rnd.c480 uint32_t roscToStart) in LLF_RND_GetCountRoscs() argument
484 roscToStart &= roscsAllowed; in LLF_RND_GetCountRoscs()
485 while (roscToStart) { in LLF_RND_GetCountRoscs()
486 countRoscs += (roscToStart & 1UL); in LLF_RND_GetCountRoscs()
487 roscToStart >>= 1; in LLF_RND_GetCountRoscs()
Dllf_rnd.h139 uint32_t roscToStart);