Home
last modified time | relevance | path

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

12

/linux-3.4.99/Documentation/
Dcrc32.txt1 A brief CRC tutorial.
3 A CRC is a long-division remainder. You add the CRC to the message,
4 and the whole thing (message+CRC) is a multiple of the given
5 CRC polynomial. To check the CRC, you can either check that the
6 CRC matches the recomputed value, *or* you can check that the
7 remainder computed on the message+CRC is 0. This latter approach
9 protocols put the end-of-frame flag after the CRC.
18 To produce a 32-bit CRC, the divisor is actually a 33-bit CRC polynomial.
20 CRC is written in hex with the most significant bit omitted. (If you're
23 Note that a CRC is computed over a string of *bits*, so you have
[all …]
/linux-3.4.99/Documentation/EDID/
DHOWTO.txt32 replace the settings with your own data. The CRC value in the last line
33 #define CRC 0x55
36 most probably complain about a wrong CRC. Fortunately, the utility also
37 displays the correct CRC which must then be inserted into the source
D1024x768.S42 #define CRC 0x55 macro
D1280x1024.S42 #define CRC 0xa0 macro
D1680x1050.S42 #define CRC 0x26 macro
D1920x1080.S42 #define CRC 0x05 macro
Dedid.S261 checksum: .byte CRC /* Sum of all bytes must be 0 */
/linux-3.4.99/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt114 `S3C2410 PM Suspend Memory CRC`
119 Note, the time to calculate the CRC is dependent on the CPU speed
126 `S3C2410 PM Suspend CRC Chunksize (KiB)`
128 Defines the size of memory each CRC chunk covers. A smaller value
129 will mean that the CRC data block will take more memory, but will
/linux-3.4.99/lib/
DKconfig37 tristate "CRC-CCITT functions"
40 modules require CRC-CCITT functions, but a module built outside
41 the kernel tree does. Such modules that use library CRC-CCITT
53 tristate "CRC calculation for the T10 Data Integrity Field"
56 kernel tree needs to calculate CRC checks for use with the
60 tristate "CRC ITU-T V.41 functions"
63 modules require CRC ITU-T V.41 functions, but a module built outside
64 the kernel tree does. Such modules that use library CRC ITU-T V.41
/linux-3.4.99/drivers/net/ethernet/amd/
Dnmclan_cs.c1290 static void updateCRC(int *CRC, int bit) in updateCRC() argument
1304 CRC[j] = CRC[j-1]; in updateCRC()
1305 CRC[0] = 0; in updateCRC()
1308 if (bit ^ CRC[32]) in updateCRC()
1310 CRC[j] ^= poly[j]; in updateCRC()
1324 int CRC[33]={1}; /* CRC register, 1 word/bit + extra control bit */ in BuildLAF() local
1329 CRC[32]=0; in BuildLAF()
1333 updateCRC(CRC, (adr[byte] >> i) & 1); in BuildLAF()
1337 hashcode = (hashcode << 1) + CRC[i]; in BuildLAF()
/linux-3.4.99/Documentation/hwmon/
Dsht1550 * If a CRC validation fails, a soft reset command is sent, which resets
58 set it to true to enable CRC validation of the readings (default to false).
Dsht2148 Different resolutions, the on-chip heater, using the CRC checksum and reading
/linux-3.4.99/drivers/net/wireless/libertas_tf/
Dif_usb.h80 __le32 CRC; member
/linux-3.4.99/drivers/pci/pcie/aer/
DKconfig23 (transaction layer end-to-end CRC checking).
/linux-3.4.99/drivers/net/wireless/libertas/
Dif_usb.h85 __le32 CRC; member
/linux-3.4.99/arch/arm/plat-samsung/
DKconfig321 bool "S3C2410 PM Suspend Memory CRC"
335 int "S3C2410 PM Suspend CRC Chunksize (KiB)"
339 Set the chunksize in Kilobytes of the CRC for checking memory
341 the CRC data block will take more memory, but wil identify any
/linux-3.4.99/drivers/char/xilinx_hwicap/
Dxilinx_hwicap.h117 u32 CRC; member
Dxilinx_hwicap.c122 .CRC = 0,
147 .CRC = 0,
171 .CRC = 0,
/linux-3.4.99/drivers/scsi/aic7xxx_old/
Daic7xxx.reg310 bit CRCVALERR 0x08 /* CRC Value Error */
311 bit CRCENDERR 0x04 /* CRC End Error */
312 bit CRCREQERR 0x02 /* CRC REQ Error */
843 * CRC Control 1 Register (p. 5-105)
844 * Control bits for the Ultra 160/m CRC facilities
849 bit CRCONSEEN 0x80 /* CRC ON Single Edge ENable */
850 bit CRCVALCHKEN 0x40 /* CRC Value Check Enable */
851 bit CRCENDCHKEN 0x20 /* CRC End Check Enable */
853 bit TARGCRCENDEN 0x08 /* Enable End CRC transfer when target */
854 bit TARGCRCCNTEN 0x04 /* Enable CRC transfer when target */
/linux-3.4.99/Documentation/kbuild/
Dmodules.txt429 as a simple ABI consistency check. A CRC value of the full prototype
431 CRC values contained in the kernel are compared with similar values in
443 corresponding CRC value is also stored.
446 <CRC> <Symbol> <module>
450 For a kernel build without CONFIG_MODVERSIONS enabled, the CRC
455 2) It lists the CRC if CONFIG_MODVERSIONS is enabled.
/linux-3.4.99/Documentation/w1/masters/
Domap-hdq35 be used to calculate the CRC and pass back an appropriate slave ID to the W1
/linux-3.4.99/Documentation/networking/
Dixgb.txt342 Excessive CRC errors may be observed if the Intel(R) PRO/10GbE CX4
345 The CRC errors may be received either by the Intel(R) PRO/10GbE CX4
352 Excessive CRC errors may be observed if the Intel(R) PRO/10GbE CX4 Server
357 Excessive CRC errors may be observed using Fujitsu 24AWG cable assemblies that
358 Are 10 m or longer or where using a Leoni 15 m/24AWG cable assembly. The CRC
/linux-3.4.99/Documentation/block/
Ddata-integrity.txt56 Also, the 16-bit CRC checksum mandated by both the SCSI and SATA specs
62 The IP checksum received from the OS is converted to the 16-bit CRC
67 The IP checksum is weaker than the CRC in terms of detecting bit
310 E.g. T10-DIF-TYPE1-IP or T13-EPP-0-CRC.
/linux-3.4.99/Documentation/w1/slaves/
Dw1_ds242324 was successful and CRC matched.
/linux-3.4.99/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt26 bit 8 = set if SEC has the CRC EU (CRCU)

12