Home
last modified time | relevance | path

Searched refs:computed_crc (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/mtd/
Dbcm63xxpart.c101 u32 computed_crc; in bcm63xx_read_image_tag() local
110 computed_crc = crc32_le(IMAGETAG_CRC_START, (u8 *)buf, in bcm63xx_read_image_tag()
112 if (computed_crc == buf->header_crc) { in bcm63xx_read_image_tag()
123 name, tag_offset, buf->header_crc, computed_crc); in bcm63xx_read_image_tag()