Searched refs:last_sd (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_core.c453 unsigned int last_sd; local
464 last_sd = (first_sd + pd_uinfo->num_sd);
465 if (last_sd > PPC4XX_LAST_SD) {
466 last_sd = PPC4XX_LAST_SD;
467 overflow = last_sd % PPC4XX_NUM_SD;
475 (1 + last_sd - first_sd));
481 last_sd = overflow;

Completed in 83 milliseconds