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

  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 142 bool cs_pending; member in struct:sun8i_crypto_softc::sun8i_crypto_selftest
1491 selftest->cs_pending = true;
1557 for (; selftest->cs_pending && timo --> 0; DELAY(1000)) {
1561 if (selftest->cs_pending) {
1564 KASSERT(!selftest->cs_pending);
1578 selftest->cs_pending = false;
1644 selftest->cs_pending = false;
sun8i_crypto.c 142 bool cs_pending; member in struct:sun8i_crypto_softc::sun8i_crypto_selftest
1491 selftest->cs_pending = true;
1557 for (; selftest->cs_pending && timo --> 0; DELAY(1000)) {
1561 if (selftest->cs_pending) {
1564 KASSERT(!selftest->cs_pending);
1578 selftest->cs_pending = false;
1644 selftest->cs_pending = false;

Completed in 147 milliseconds