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

  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 224 static bool sun8i_crypto_done(struct sun8i_crypto_softc *, uint32_t,
1075 if (sun8i_crypto_done(sc, done, esr, getticks())) {
1115 * sun8i_crypto_done(sc, done, esr, now)
1122 sun8i_crypto_done(struct sun8i_crypto_softc *sc, uint32_t done, uint32_t esr, function in typeref:typename:bool
1363 (void)sun8i_crypto_done(sc, done, esr, getticks());
1366 (void)sun8i_crypto_done(sc, 0, 0,
1559 (void)sun8i_crypto_done(sc, done, esr, getticks());
1562 (void)sun8i_crypto_done(sc, 0, 0,
sun8i_crypto.c 224 static bool sun8i_crypto_done(struct sun8i_crypto_softc *, uint32_t,
1075 if (sun8i_crypto_done(sc, done, esr, getticks())) {
1115 * sun8i_crypto_done(sc, done, esr, now)
1122 sun8i_crypto_done(struct sun8i_crypto_softc *sc, uint32_t done, uint32_t esr, function in typeref:typename:bool
1363 (void)sun8i_crypto_done(sc, done, esr, getticks());
1366 (void)sun8i_crypto_done(sc, 0, 0,
1559 (void)sun8i_crypto_done(sc, done, esr, getticks());
1562 (void)sun8i_crypto_done(sc, 0, 0,

Completed in 45 milliseconds