Home
last modified time | relevance | path

Searched full:crc (Results 1 – 25 of 78) sorted by relevance

1234

/Documentation/w1/slaves/
Dw1_ds2423.rst27 memory page along the crc=YES or NO for indicating whether the read operation
28 was successful and CRC matched.
37 - 2 bytes for crc16 which was calculated from the data read since the previous crc bytes
39 - crc=YES/NO indicating whether read was ok and crc matched
44 … ff 00 00 fe ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff crc=YES c=2
45 … ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff crc=YES c=2
46 …0 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff crc=YES c=408798761
47 … ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff crc=YES c=5
49 example from the read with crc errors::
51 … ff 00 00 fe ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff crc=YES c=2
[all …]
Dw1_ds28e04.rst20 Support is provided through the sysfs files "eeprom" and "pio". CRC checking
31 to the EEPROM of the DS28E04. If CRC checking mode is enabled only
Dw1_ds2438.rst43 Internally when this file is read, the additional CRC byte is also obtained
51 Internally when this file is read, the additional CRC byte is also obtained
/Documentation/staging/
Dcrc32.rst2 Brief tutorial on CRC computation
5 A CRC is a long-division remainder. You add the CRC to the message,
6 and the whole thing (message+CRC) is a multiple of the given
7 CRC polynomial. To check the CRC, you can either check that the
8 CRC matches the recomputed value, *or* you can check that the
9 remainder computed on the message+CRC is 0. This latter approach
11 protocols put the end-of-frame flag after the CRC.
21 To produce a 32-bit CRC, the divisor is actually a 33-bit CRC polynomial.
23 CRC is written in hex with the most significant bit omitted. (If you're
26 Note that a CRC is computed over a string of *bits*, so you have
[all …]
/Documentation/devicetree/bindings/crypto/
Dst,stm32-crc.yaml4 $id: http://devicetree.org/schemas/crypto/st,stm32-crc.yaml#
7 title: STMicroelectronics STM32 CRC
14 const: st,stm32f7-crc
32 crc@40023000 {
33 compatible = "st,stm32f7-crc";
/Documentation/driver-api/surface_aggregator/
Dssh.rst74 Each frame structure is followed by a CRC over this structure. The CRC over
77 its own CRC (over all payload bytes). If the payload is not present (i.e.
78 the frame has ``LEN=0``), the CRC of the payload is still present and will
80 equals the number of bytes between the CRC of the frame and the CRC of the
98 CRC) and, if specified in the frame (i.e. ``LEN > 0``), payload bytes,
99 followed finally, regardless if the payload is present, the payload CRC. The
141 |DATA_NSQ|-type frame, followed by its CRC, payload, and payload CRC. In
147 error, e.g. an invalid CRC, the receiving party responds with a message
165 tx: -- SYN FRAME(D) CRC(F) PAYLOAD CRC(P) -----------------------------
166 rx: ------------------------------------- SYN FRAME(A) CRC(F) CRC(P) --
[all …]
/Documentation/ABI/testing/
Dsysfs-fs-ubifs30 Exposes crc errors: every node embeds a crc checksum.
33 with a bad crc checksum.
Dsysfs-class-fpga-manager43 If FPGA programming operation fails, it could be caused by crc
53 * reconfig CRC error - CRC error detected by
Dsysfs-driver-zynqmp-fpga12 BIT(0) 0: No CRC error
13 1: CRC error
Dsysfs-devices-platform-kunpeng_hccs20 crc_err_cnt: (RO) total CRC err count for all ports on this
44 crc_err_cnt: (RO) total CRC err count for all ports on this
80 crc_err_cnt: (RO) CRC err count on this port.
/Documentation/filesystems/xfs/
Dxfs-self-describing-metadata.rst87 hence a 32 bit CRC is more than sufficient to detect multi-bit errors in
176 whether CRC validating is necessary. If it is, the CRC32c is calculated and
184 modification made to the object, After this, we calculate the CRC and insert it
196 __be32 crc; /* CRC, not logged */
223 #define XFS_FOO_CRC_OFF offsetof(struct xfs_ondisk_hdr, crc)
240 The code ensures that the CRC is only checked if the filesystem has CRCs enabled
241 by checking the superblock of the feature bit, and then if the CRC verifies OK
327 update the LSN field (when it was last modified) and calculate the CRC on the
333 Inodes and dquots are special snowflakes. They have per-object CRC and
336 verification and CRC calculations. The per-buffer verifiers simply perform basic
[all …]
/Documentation/networking/device_drivers/ethernet/altera/
Daltera_tse.rst164 received. This count does not include any error packets such as CRC errors,
169 an integral number of bytes in length and do not pass the CRC test as the frame
174 integral number of bytes in length and do not pass the CRC test as the frame is
280 octets, and had either a bad CRC with an integral number of octets (CRC Error)
281 or a bad CRC with a non-integral number of octets (Alignment Error).
285 in length and had either a bad CRC with an integral number of octets (CRC
286 error) or a bad CRC with a non-integral number of octets (Alignment Error).
/Documentation/devicetree/bindings/net/
Dadi,adin1110.yaml41 adi,spi-crc:
74 adi,spi-crc;
/Documentation/devicetree/bindings/clock/
Dst,stm32h7-rcc.txt64 For example, for CRC reset:
65 crc = AHB4RSTR_offset / 4 * 32 + CRCRST_bit_offset = 0x88 / 4 * 32 + 19 = 1107
Dst,stm32-rcc.txt131 For example, for CRC reset:
132 crc = AHB1RSTR_offset / 4 * 32 + CRCRST_bit_offset = 0x10 / 4 * 32 + 12 = 140
/Documentation/hwmon/
Dsht15.rst57 * If a CRC validation fails, a soft reset command is sent, which resets
65 set it to true to enable CRC validation of the readings (default to false).
Dsht21.rst67 Different resolutions, the on-chip heater, and using the CRC checksum
/Documentation/gpu/
Dvkms.rst103 - kms_plane: some test cases are failing due to timeout on capturing CRC;
157 - The writeback and CRC capture operations share the use of composer_enabled
178 CRC API Improvements
181 - Optimize CRC computation ``compute_crc()`` and plane blending ``blend()``
/Documentation/arch/powerpc/
Dqe_firmware.rst190 including all the microcode embedded in it, as well as the CRC (if
276 After the last microcode is a 32-bit CRC. It can be calculated using
282 u32 crc = 0;
285 crc ^= *p++;
287 crc = (crc >> 1) ^ ((crc & 1) ? 0xedb88320 : 0);
289 return crc;
/Documentation/w1/masters/
Domap-hdq.rst35 spec(family:id:crc), a module parameter can be passed to the driver which will
36 be used to calculate the CRC and pass back an appropriate slave ID to the W1
/Documentation/driver-api/early-userspace/
Dbuffer-format.rst17 The initramfs buffer format is based around the "newc" or "crc" CPIO
43 compressed and/or uncompressed cpio archives (in the "newc" or "crc"
82 bytes in the data field. cpio(1) refers to this as "crc", which is
/Documentation/translations/zh_CN/core-api/
Dkernel-api.rst134 *译注:CRC,Cyclic Redundancy Check,循环冗余校验*
148 lib/crc-ccitt.c
150 lib/crc-itu-t.c
/Documentation/kbuild/
Dmodules.rst380 as a simple ABI consistency check. A CRC value of the full prototype
382 CRC values contained in the kernel are compared with similar values in
395 corresponding CRC value is also stored.
399 <CRC> <Symbol> <Module> <Export Type> <Namespace>
406 For a kernel build without CONFIG_MODVERSIONS enabled, the CRC
412 2) It lists the CRC if CONFIG_MODVERSIONS is enabled.
425 CRC stored in the __versions section of the importing module. This
/Documentation/userspace-api/media/dvb/
Ddmx-set-filter.rst39 state whether a section should be CRC-checked, whether the filter should
/Documentation/filesystems/
Dcramfs.rst102 >32 ulelong x fsid.crc 0x%x
112 >544 ulelong x fsid.crc 0x%x

1234