last_sd           452 drivers/crypto/amcc/crypto4xx_core.c 	unsigned int last_sd;
last_sd           463 drivers/crypto/amcc/crypto4xx_core.c 	last_sd = (first_sd + pd_uinfo->num_sd);
last_sd           464 drivers/crypto/amcc/crypto4xx_core.c 	if (last_sd > PPC4XX_LAST_SD) {
last_sd           465 drivers/crypto/amcc/crypto4xx_core.c 		last_sd = PPC4XX_LAST_SD;
last_sd           466 drivers/crypto/amcc/crypto4xx_core.c 		overflow = last_sd % PPC4XX_NUM_SD;
last_sd           474 drivers/crypto/amcc/crypto4xx_core.c 				      (1 + last_sd - first_sd));
last_sd           480 drivers/crypto/amcc/crypto4xx_core.c 			last_sd = overflow;