Searched defs:eng_busy (Results 1 - 1 of 1) sorted by relevance

/drivers/crypto/
H A Dtegra-aes.c220 int i, eng_busy, icq_empty, ret; local
278 eng_busy = value & TEGRA_AES_ENGINE_BUSY_FIELD;
280 } while (eng_busy & (!icq_empty));
331 int eng_busy, icq_empty, dma_busy; local
367 eng_busy = value & TEGRA_AES_ENGINE_BUSY_FIELD;
370 } while (eng_busy & (!icq_empty) & dma_busy);
382 eng_busy = value & TEGRA_AES_ENGINE_BUSY_FIELD;
384 } while (eng_busy & (!icq_empty));

Completed in 47 milliseconds