Searched refs:computed_crc (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/misc/ |
H A D | atsha204a-i2c.c | 178 u16 resp_crc, computed_crc; in atsha204a_recv_resp() local 196 computed_crc = atsha204a_crc16(p, resp->length - 2); in atsha204a_recv_resp() 198 if (resp_crc != computed_crc) { in atsha204a_recv_resp() 301 u16 computed_crc; in atsha204a_req_crc32() local 305 computed_crc = atsha204a_crc16(p + 1, req->length - 2); in atsha204a_req_crc32() 307 *crc_ptr = cpu_to_le16(computed_crc); in atsha204a_req_crc32()
|
/openbmc/linux/drivers/mtd/parsers/ |
H A D | parser_imagetag.c | 33 u32 computed_crc; in bcm963xx_read_imagetag() local 42 computed_crc = crc32_le(IMAGETAG_CRC_START, (u8 *)buf, in bcm963xx_read_imagetag() 44 if (computed_crc == buf->header_crc) { in bcm963xx_read_imagetag() 55 name, tag_offset, buf->header_crc, computed_crc); in bcm963xx_read_imagetag()
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.c | 946 u64 computed_crc; in sja1105_table_write_crc() local 950 computed_crc = sja1105_crc32(table_start, len_bytes); in sja1105_table_write_crc() 951 sja1105_pack(crc_ptr, &computed_crc, 31, 0, 4); in sja1105_table_write_crc()
|