num_sd            463 drivers/crypto/amcc/crypto4xx_core.c 	last_sd = (first_sd + pd_uinfo->num_sd);
num_sd            509 drivers/crypto/amcc/crypto4xx_core.c 	if (pd_uinfo->num_sd) {
num_sd            510 drivers/crypto/amcc/crypto4xx_core.c 		for (i = 0; i < pd_uinfo->num_sd; i++)
num_sd            514 drivers/crypto/amcc/crypto4xx_core.c 		pd_uinfo->num_sd = 0;
num_sd            693 drivers/crypto/amcc/crypto4xx_core.c 	u32 num_gd, num_sd;
num_sd            738 drivers/crypto/amcc/crypto4xx_core.c 		num_sd = 0;
num_sd            741 drivers/crypto/amcc/crypto4xx_core.c 			num_sd = datalen / PPC4XX_SD_BUFFER_SIZE;
num_sd            743 drivers/crypto/amcc/crypto4xx_core.c 				num_sd++;
num_sd            745 drivers/crypto/amcc/crypto4xx_core.c 			num_sd = 1;
num_sd            788 drivers/crypto/amcc/crypto4xx_core.c 	if (num_sd) {
num_sd            789 drivers/crypto/amcc/crypto4xx_core.c 		fst_sd = crypto4xx_get_n_sd(dev, num_sd);
num_sd            801 drivers/crypto/amcc/crypto4xx_core.c 		if (num_sd)
num_sd            813 drivers/crypto/amcc/crypto4xx_core.c 	pd_uinfo->num_sd = num_sd;
num_sd            871 drivers/crypto/amcc/crypto4xx_core.c 	if (!num_sd) {
num_sd             64 drivers/crypto/amcc/crypto4xx_core.h 	u32 num_sd;		/* number of scatter discriptors
num_sd            181 drivers/media/platform/renesas-ceu.c 	unsigned int		num_sd;
num_sd           1195 drivers/media/platform/renesas-ceu.c 	if (inp->index >= ceudev->num_sd)
num_sd           1223 drivers/media/platform/renesas-ceu.c 	if (i >= ceudev->num_sd)
num_sd           1391 drivers/media/platform/renesas-ceu.c 	ceudev->num_sd++;
num_sd           1485 drivers/media/platform/renesas-ceu.c 	ceudev->num_sd = 0;