Home
last modified time | relevance | path

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

/netbsd/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c335 sun8i_crypto_read(struct sun8i_crypto_softc *sc, bus_size_t reg) in sun8i_crypto_read() function
919 if (sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR) & SUN8I_CRYPTO_TLR_LOAD) { in sun8i_crypto_submit()
930 icr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ICR); in sun8i_crypto_submit()
942 while (sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR) & SUN8I_CRYPTO_TLR_LOAD) in sun8i_crypto_submit()
950 sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR)); in sun8i_crypto_submit()
1101 isr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ISR); in sun8i_crypto_poll()
1102 esr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ESR); in sun8i_crypto_poll()
1216 icr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ICR); in sun8i_crypto_chan_done()