HomeSort by: relevance | last modified time | path
    Searched defs:cr_pending (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 135 bool cr_pending; member in struct:sun8i_crypto_softc::sun8i_crypto_rng
1361 for (; rng->cr_pending && timo --> 0; DELAY(1000)) {
1365 if (rng->cr_pending) {
1368 KASSERT(!rng->cr_pending);
1400 pending = rng->cr_pending;
1401 rng->cr_pending = true;
1420 rng->cr_pending = false;
1463 rng->cr_pending = false;
sun8i_crypto.c 135 bool cr_pending; member in struct:sun8i_crypto_softc::sun8i_crypto_rng
1361 for (; rng->cr_pending && timo --> 0; DELAY(1000)) {
1365 if (rng->cr_pending) {
1368 KASSERT(!rng->cr_pending);
1400 pending = rng->cr_pending;
1401 rng->cr_pending = true;
1420 rng->cr_pending = false;
1463 rng->cr_pending = false;

Completed in 24 milliseconds