sun8i_crypto_read
isr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ISR);
esr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ESR);
icr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ICR);
if (sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR) & SUN8I_CRYPTO_TLR_LOAD) {
icr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ICR);
while (sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR) & SUN8I_CRYPTO_TLR_LOAD)
sun8i_crypto_read(sc, SUN8I_CRYPTO_TLR));