Home
last modified time | relevance | path

Searched refs:CRC (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_extra.c.inc104 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 Dfeature-arm-crc.inc1 # 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 D0003-vexpress64-Imply-CONFIG_ARM64_CRC32-by-default.patch6 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 Dmax78000.rst22 * CRC
H A Dstm32.rst46 * Cycle Redundancy Check (CRC) calculation unit
/openbmc/u-boot/doc/SPI/
H A DREADME.ftssp010_spi_test14 *** Warning - bad CRC, using default environment
/openbmc/qemu/target/loongarch/
H A Dtranslate.h32 #define avail_CRC(C) (FIELD_EX32((C)->cpucfg1, CPUCFG1, CRC))
/openbmc/u-boot/include/
H A Dlattice.h171 #define CRC 0x47 /* macro
/openbmc/qemu/include/hw/misc/
H A Dxlnx-versal-cframe-reg.h39 FIELD(CRC, CRC, 0, 32)
/openbmc/phosphor-ipmi-blobs/
H A DREADME.md50 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 D0003-Makefile.am-do-not-update-manual.patch47 - --name='fixes CRC for separate .debug files' \
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32-rcc.txt88 For example, for CRC reset:
H A Dst,stm32h7-rcc.txt142 For example, for CRC reset:
/openbmc/libmctp/docs/bindings/
H A Dvendor-ibm-astlpc.md225 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 DREADME111 *** Warning - bad CRC, using default environment
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.11.rst32 - cpio: Fix wrong CRC with ASCII CRC for large files
H A Drelease-notes-4.1.4.rst48 - cpio: Fix wrong CRC with ASCII CRC for large files
H A Drelease-notes-4.0.12.rst47 - cpio: Replace fix wrong CRC with ASCII CRC for large files with upstream backport
/openbmc/qemu/hw/net/
H A Dpcnet.c284 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 D0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch68 /* Metadata CRC value */
/openbmc/u-boot/board/freescale/bsc9131rdb/
H A DREADME16 and CRC algorithms
/openbmc/u-boot/lib/
H A DKconfig19 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 DMCD_dmaApi.c81 #define CRC 2 /* legacy - not used */ macro
/openbmc/qemu/hw/dma/
H A Dxlnx_csu_dma.c58 REG32(CRC, 0x10)
/openbmc/u-boot/doc/
H A DREADME.gpt120 CRC32 for GPT headers (field "CRC of header") are calculated up till

12