| /trusted-firmware-a/lib/zlib/ |
| A D | crc32.c | 198 #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 D | tf_gunzip.c | 112 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 D | zlib.h | 1725 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
|
| /trusted-firmware-a/drivers/nxp/ddr/nxp-ddr/ |
| A D | dimm.c | 48 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 D | ddr.c | 554 (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 D | pm_ipi.c | 272 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 D | tf_crc32.c | 27 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 D | dimm.h | 105 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 D | platform.mk | 176 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 D | raw_nand.c | 225 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 D | tf_crc32.h | 14 uint32_t tf_crc32(uint32_t crc, const unsigned char *buf, size_t size);
|
| /trusted-firmware-a/include/drivers/ |
| A D | mmc.h | 138 unsigned int crc: 7; member 182 unsigned int crc: 7; member
|
| /trusted-firmware-a/plat/arm/common/ |
| A D | arm_common.mk | 191 BL2_CPPFLAGS += -march=armv8-a+crc
|
| /trusted-firmware-a/docs/build/TF-A_2.5/ |
| A D | searchindex.js | 1 …3,131,136,142],crash_console_help:[4,53],crash_report:[38,48],crc32:[6,48],crc:6,creat:[5,6,8,10,1…
|