| /openbmc/qemu/target/loongarch/tcg/insn_trans/ |
| H A D | trans_extra.c.inc | 104 TRANS(crc_w_b_w, CRC, gen_crc, gen_helper_crc32, tcg_constant_tl(1)) 105 TRANS(crc_w_h_w, CRC, gen_crc, gen_helper_crc32, tcg_constant_tl(2)) 106 TRANS(crc_w_w_w, CRC, gen_crc, gen_helper_crc32, tcg_constant_tl(4)) 107 TRANS64(crc_w_d_w, CRC, gen_crc, gen_helper_crc32, tcg_constant_tl(8)) 108 TRANS(crcc_w_b_w, CRC, gen_crc, gen_helper_crc32c, tcg_constant_tl(1)) 109 TRANS(crcc_w_h_w, CRC, gen_crc, gen_helper_crc32c, tcg_constant_tl(2)) 110 TRANS(crcc_w_w_w, CRC, gen_crc, gen_helper_crc32c, tcg_constant_tl(4)) 111 TRANS64(crcc_w_d_w, CRC, gen_crc, gen_helper_crc32c, tcg_constant_tl(8))
|
| /openbmc/openbmc/poky/meta/conf/machine/include/arm/ |
| H A D | feature-arm-crc.inc | 1 # Cyclic Redundancy Check (CRC) instructions for armv8-a and armv8-r 3 TUNEVALID[crc] = "Enable instructions for ARMv8 Cyclic Redundancy Check (CRC)"
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-base/ |
| H A D | 0003-vexpress64-Imply-CONFIG_ARM64_CRC32-by-default.patch | 6 Enable the Arm64 CRC-32 instruction by default for 7 vexpress64. The CRC-32 instruction is a required
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | max78000.rst | 22 * CRC
|
| H A D | stm32.rst | 46 * Cycle Redundancy Check (CRC) calculation unit
|
| /openbmc/u-boot/doc/SPI/ |
| H A D | README.ftssp010_spi_test | 14 *** Warning - bad CRC, using default environment
|
| /openbmc/qemu/target/loongarch/ |
| H A D | translate.h | 32 #define avail_CRC(C) (FIELD_EX32((C)->cpucfg1, CPUCFG1, CRC))
|
| /openbmc/u-boot/include/ |
| H A D | lattice.h | 171 #define CRC 0x47 /* macro
|
| /openbmc/qemu/include/hw/misc/ |
| H A D | xlnx-versal-cframe-reg.h | 39 FIELD(CRC, CRC, 0, 32)
|
| /openbmc/phosphor-ipmi-blobs/ |
| H A D | README.md | 50 two-byte CRC over all data that follows in the body. 52 All non-empty responses should lead with a two-byte CRC. The CRC algorithm is 53 CRC-16-CCITT (poly 0x1021). 165 are transferred, the CRC is still sent.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/debugedit/files/ |
| H A D | 0003-Makefile.am-do-not-update-manual.patch | 47 - --name='fixes CRC for separate .debug files' \
|
| /openbmc/u-boot/doc/device-tree-bindings/clock/ |
| H A D | st,stm32-rcc.txt | 88 For example, for CRC reset:
|
| H A D | st,stm32h7-rcc.txt | 142 For example, for CRC reset:
|
| /openbmc/libmctp/docs/bindings/ |
| H A D | vendor-ibm-astlpc.md | 225 For protocol version 3, the medium-specific trailer comprises a CRC-32 checksum 234 Where the CRC-32 implementation is defined by the following characteristics (or 412 | 1 | | | ✓ | The host calculates the CRC-32 over the packet data … 420 | 9 | | | ✓ | The BMC validates the provided CRC-32 over the packet data … 426 | 1 | | | ✓ | The BMC calculates the CRC-32 over the packet data … 434 | 9 | | | ✓ | The host validates the provided CRC-32 over the packet data …
|
| /openbmc/u-boot/board/bosch/shc/ |
| H A D | README | 111 *** Warning - bad CRC, using default environment
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.11.rst | 32 - cpio: Fix wrong CRC with ASCII CRC for large files
|
| H A D | release-notes-4.1.4.rst | 48 - cpio: Fix wrong CRC with ASCII CRC for large files
|
| H A D | release-notes-4.0.12.rst | 47 - cpio: Replace fix wrong CRC with ASCII CRC for large files with upstream backport
|
| /openbmc/qemu/hw/net/ |
| H A D | pcnet.c | 284 GET_FIELD((R)->status, RMDS, CRC), \ 527 #define CRC(crc, ch) (crc = (crc >> 8) ^ crctab[(crc ^ (ch)) & 0xff]) macro 1064 CRC(fcs, *p++); in pcnet_receive() 1072 CRC(fcs, *p++); in pcnet_receive() 1128 SET_FIELD(&rmd.status, RMDS, CRC, 1); in pcnet_receive()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch | 68 /* Metadata CRC value */
|
| /openbmc/u-boot/board/freescale/bsc9131rdb/ |
| H A D | README | 16 and CRC algorithms
|
| /openbmc/u-boot/lib/ |
| H A D | Kconfig | 19 bool "Enable Dynamic tables for CRC" 21 Enable this option to calculate entries for CRC tables at runtime.
|
| /openbmc/u-boot/drivers/dma/ |
| H A D | MCD_dmaApi.c | 81 #define CRC 2 /* legacy - not used */ macro
|
| /openbmc/qemu/hw/dma/ |
| H A D | xlnx_csu_dma.c | 58 REG32(CRC, 0x10)
|
| /openbmc/u-boot/doc/ |
| H A D | README.gpt | 120 CRC32 for GPT headers (field "CRC of header") are calculated up till
|