Lines Matching defs:esr
306 "uint32_t"/*esr*/);
1008 uint32_t done, esr;
1011 !sun8i_crypto_poll(sc, &done, &esr))
1017 sc->sc_esr |= esr;
1053 uint32_t done, esr;
1063 esr = sc->sc_esr;
1075 if (sun8i_crypto_done(sc, done, esr, getticks())) {
1082 * sun8i_crypto_poll(sc, &done, &esr)
1084 * Poll for completion. Sets done and esr to the mask of done
1092 uint32_t isr, esr;
1102 esr = sun8i_crypto_read(sc, SUN8I_CRYPTO_ESR);
1104 sun8i_crypto_write(sc, SUN8I_CRYPTO_ESR, esr);
1106 SDT_PROBE3(sdt, sun8i_crypto, engine, intr, sc, isr, esr);
1109 *esrp = esr;
1115 * sun8i_crypto_done(sc, done, esr, now)
1117 * Invoke all task callbacks for the channels in done or esr, or
1122 sun8i_crypto_done(struct sun8i_crypto_softc *sc, uint32_t done, uint32_t esr,
1150 esr_chan = __SHIFTOUT(esr, SUN8I_CRYPTO_ESR_CHAN(i));
1318 uint32_t done, esr;
1362 if (sun8i_crypto_poll(sc, &done, &esr))
1363 (void)sun8i_crypto_done(sc, done, esr, getticks());
1486 uint32_t done, esr;
1558 if (sun8i_crypto_poll(sc, &done, &esr))
1559 (void)sun8i_crypto_done(sc, done, esr, getticks());