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

  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 335 sun8i_crypto_read(struct sun8i_crypto_softc *sc, bus_size_t reg) function in typeref:typename:uint32_t
919 if (sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR) & SUN8I_CRYPTO_TLR_LOAD) {
930 icr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ICR);
942 while (sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR) & SUN8I_CRYPTO_TLR_LOAD)
950 sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR));
1101 isr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ISR);
1102 esr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ESR);
1216 icr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ICR);
sun8i_crypto.c 335 sun8i_crypto_read(struct sun8i_crypto_softc *sc, bus_size_t reg) function in typeref:typename:uint32_t
919 if (sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR) & SUN8I_CRYPTO_TLR_LOAD) {
930 icr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ICR);
942 while (sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR) & SUN8I_CRYPTO_TLR_LOAD)
950 sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR));
1101 isr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ISR);
1102 esr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ESR);
1216 icr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ICR);

Completed in 25 milliseconds