computed_crc       33 drivers/mtd/parsers/parser_imagetag.c 	u32 computed_crc;
computed_crc       42 drivers/mtd/parsers/parser_imagetag.c 	computed_crc = crc32_le(IMAGETAG_CRC_START, (u8 *)buf,
computed_crc       44 drivers/mtd/parsers/parser_imagetag.c 	if (computed_crc == buf->header_crc) {
computed_crc       55 drivers/mtd/parsers/parser_imagetag.c 		name, tag_offset, buf->header_crc, computed_crc);
computed_crc      494 drivers/net/dsa/sja1105/sja1105_static_config.c 	u64 computed_crc;
computed_crc      498 drivers/net/dsa/sja1105/sja1105_static_config.c 	computed_crc = sja1105_crc32(table_start, len_bytes);
computed_crc      499 drivers/net/dsa/sja1105/sja1105_static_config.c 	sja1105_pack(crc_ptr, &computed_crc, 31, 0, 4);