cpylen           1548 drivers/crypto/qat/qat_common/qat_uclo.c 	unsigned int uw_physical_addr, uw_relative_addr, i, words_num, cpylen;
cpylen           1561 drivers/crypto/qat/qat_common/qat_uclo.c 			cpylen = words_num;
cpylen           1563 drivers/crypto/qat/qat_common/qat_uclo.c 			cpylen = UWORD_CPYBUF_SIZE;
cpylen           1566 drivers/crypto/qat/qat_common/qat_uclo.c 		for (i = 0; i < cpylen; i++)
cpylen           1574 drivers/crypto/qat/qat_common/qat_uclo.c 				  uw_physical_addr, cpylen,
cpylen           1577 drivers/crypto/qat/qat_common/qat_uclo.c 		uw_physical_addr += cpylen;
cpylen           1578 drivers/crypto/qat/qat_common/qat_uclo.c 		uw_relative_addr += cpylen;
cpylen           1579 drivers/crypto/qat/qat_common/qat_uclo.c 		words_num -= cpylen;
cpylen            108 drivers/mtd/devices/block2mtd.c 	int cpylen;
cpylen            112 drivers/mtd/devices/block2mtd.c 			cpylen = PAGE_SIZE - offset;	// multiple pages
cpylen            114 drivers/mtd/devices/block2mtd.c 			cpylen = len;	// this page
cpylen            115 drivers/mtd/devices/block2mtd.c 		len = len - cpylen;
cpylen            121 drivers/mtd/devices/block2mtd.c 		memcpy(buf, page_address(page) + offset, cpylen);
cpylen            125 drivers/mtd/devices/block2mtd.c 			*retlen += cpylen;
cpylen            126 drivers/mtd/devices/block2mtd.c 		buf += cpylen;
cpylen            142 drivers/mtd/devices/block2mtd.c 	int cpylen;
cpylen            146 drivers/mtd/devices/block2mtd.c 			cpylen = PAGE_SIZE - offset;	// multiple pages
cpylen            148 drivers/mtd/devices/block2mtd.c 			cpylen = len;			// this page
cpylen            149 drivers/mtd/devices/block2mtd.c 		len = len - cpylen;
cpylen            155 drivers/mtd/devices/block2mtd.c 		if (memcmp(page_address(page)+offset, buf, cpylen)) {
cpylen            157 drivers/mtd/devices/block2mtd.c 			memcpy(page_address(page) + offset, buf, cpylen);
cpylen            165 drivers/mtd/devices/block2mtd.c 			*retlen += cpylen;
cpylen            167 drivers/mtd/devices/block2mtd.c 		buf += cpylen;