Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/zlib/
A Dcrc32.c198 #define DO1 crc = crc_table[0][((int)crc ^ (*buf++)) & 0xff] ^ (crc >> 8)
203 unsigned long crc; in crc32_z()
225 crc = crc ^ 0xffffffffUL;
233 return crc ^ 0xffffffffUL;
237 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() argument
238 unsigned long crc; in crc32()
242 return crc32_z(crc, buf, len);
267 unsigned long crc; in crc32_little()
274 c = (z_crc_t)crc;
307 unsigned long crc; in crc32_big()
[all …]
A Dtf_gunzip.c112 uint32_t tf_crc32(uint32_t crc, const unsigned char *buf, size_t size) in tf_crc32() argument
114 return (uint32_t)crc32((unsigned long)crc, buf, size); in tf_crc32()
A Dzlib.h1725 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
/trusted-firmware-a/drivers/nxp/ddr/nxp-ddr/
A Ddimm.c48 int crc = 0; in crc16() local
51 crc = crc ^ (int)*ptr++ << 8; in crc16()
53 if ((crc & 0x8000) != 0) { in crc16()
54 crc = crc << 1 ^ 0x1021; in crc16()
56 crc = crc << 1; in crc16()
60 return crc & 0xffff; in crc16()
77 if (spd->crc[0] != crc_lsb || spd->crc[1] != crc_msb) { in ddr4_spd_check()
79 spd->crc[1], spd->crc[0], crc_msb, crc_lsb); in ddr4_spd_check()
A Dddr.c554 (spd[spd_idx].crc[1] << 24) | in parse_spd()
555 (spd[spd_idx].crc[0] << 16) | in parse_spd()
/trusted-firmware-a/plat/xilinx/common/pm_service/
A Dpm_ipi.c272 uint32_t crc = crcinit; in calculate_crc() local
282 bit = crc & crchighbit; in calculate_crc()
283 crc <<= 1U; in calculate_crc()
287 crc ^= polynom; in calculate_crc()
290 crc &= crcmask; in calculate_crc()
292 return crc; in calculate_crc()
/trusted-firmware-a/common/
A Dtf_crc32.c27 uint32_t tf_crc32(uint32_t crc, const unsigned char *buf, size_t size) in tf_crc32() argument
31 uint32_t calc_crc = ~crc; in tf_crc32()
/trusted-firmware-a/include/drivers/nxp/ddr/
A Ddimm.h105 unsigned char crc[2]; /* 126-127 SPD CRC */ member
123 unsigned char crc[2]; member
149 unsigned char crc[2]; member
235 unsigned char crc[2]; member
/trusted-firmware-a/plat/arm/board/juno/
A Dplatform.mk176 BL1_CPPFLAGS += -march=armv8-a+crc
177 BL2_CPPFLAGS += -march=armv8-a+crc
178 BL2U_CPPFLAGS += -march=armv8-a+crc
179 BL31_CPPFLAGS += -march=armv8-a+crc
180 BL32_CPPFLAGS += -march=armv8-a+crc
/trusted-firmware-a/drivers/mtd/nand/
A Draw_nand.c225 static uint16_t nand_check_crc(uint16_t crc, uint8_t *data_in, in nand_check_crc() argument
236 bit = crc & BIT(15); in nand_check_crc()
237 crc <<= 1; in nand_check_crc()
244 crc ^= CRC_POLYNOM; in nand_check_crc()
248 crc &= GENMASK(15, 0); in nand_check_crc()
251 return crc; in nand_check_crc()
/trusted-firmware-a/include/common/
A Dtf_crc32.h14 uint32_t tf_crc32(uint32_t crc, const unsigned char *buf, size_t size);
/trusted-firmware-a/include/drivers/
A Dmmc.h138 unsigned int crc: 7; member
182 unsigned int crc: 7; member
/trusted-firmware-a/plat/arm/common/
A Darm_common.mk191 BL2_CPPFLAGS += -march=armv8-a+crc
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …3,131,136,142],crash_console_help:[4,53],crash_report:[38,48],crc32:[6,48],crc:6,creat:[5,6,8,10,1…

Completed in 45 milliseconds