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

  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 1125 uint32_t esr_chan; local in function:sun8i_crypto_done
1150 esr_chan = __SHIFTOUT(esr, SUN8I_CRYPTO_ESR_CHAN(i));
1151 if (esr_chan & SUN8I_CRYPTO_ESR_CHAN_ALGNOTSUP) {
1155 } else if (esr_chan & SUN8I_CRYPTO_ESR_CHAN_DATALENERR) {
1159 } else if (esr_chan & SUN8I_CRYPTO_ESR_CHAN_KEYSRAMERR) {
1163 } else if (esr_chan != 0) {

Completed in 27 milliseconds