Home
last modified time | relevance | path

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

/drivers/soc/samsung/
A DKconfig53 bool "S3C2410 PM Suspend Memory CRC"
66 int "S3C2410 PM Suspend CRC Chunksize (KiB)"
70 Set the chunksize in Kilobytes of the CRC for checking memory
72 the CRC data block will take more memory, but will identify any
/drivers/net/ethernet/amd/
A Dnmclan_cs.c1287 static void updateCRC(int *CRC, int bit) in updateCRC() argument
1301 CRC[j] = CRC[j-1]; in updateCRC()
1302 CRC[0] = 0; in updateCRC()
1305 if (bit ^ CRC[32]) in updateCRC()
1307 CRC[j] ^= poly[j]; in updateCRC()
1321 int CRC[33]={1}; /* CRC register, 1 word/bit + extra control bit */ in BuildLAF() local
1326 CRC[32]=0; in BuildLAF()
1330 updateCRC(CRC, (adr[byte] >> i) & 1); in BuildLAF()
1334 hashcode = (hashcode << 1) + CRC[i]; in BuildLAF()
/drivers/char/xilinx_hwicap/
A Dxilinx_hwicap.c118 .CRC = 0,
143 .CRC = 0,
168 .CRC = 0,
193 .CRC = 0,
A Dxilinx_hwicap.h125 u32 CRC; member
/drivers/net/wireless/marvell/libertas_tf/
A Dif_usb.h76 __le32 CRC; member
/drivers/net/wireless/marvell/libertas/
A Dif_usb.h86 __le32 CRC; member
/drivers/soc/hisilicon/
A DKconfig15 ports are not in full lane status, have a large number of CRC
/drivers/net/ethernet/intel/fm10k/
A Dfm10k_mbx.c868 mbx->mbx_hdr = hdr | FM10K_MSG_HDR_FIELD_SET(crc, CRC); in fm10k_mbx_create_data_hdr()
887 mbx->mbx_hdr = hdr | FM10K_MSG_HDR_FIELD_SET(crc, CRC); in fm10k_mbx_create_disconnect_hdr()
908 mbx->mbx_hdr = hdr | FM10K_MSG_HDR_FIELD_SET(crc, CRC); in fm10k_mbx_create_fake_disconnect_hdr()
/drivers/pci/pcie/
A DKconfig69 (transaction layer end-to-end CRC checking).
/drivers/w1/slaves/
A DKconfig104 Full block writes are only allowed if the CRC is valid.
/drivers/scsi/aic7xxx/
A Daic7xxx.reg184 field ENABLE_CRC 0x40 /* CRC for D-Phases */
356 field CRCVALERR 0x08 /* CRC doesn't match (U3 only) */
357 field CRCENDERR 0x04 /* No terminal CRC packet (U3 only) */
358 field CRCREQERR 0x02 /* Illegal CRC packet req (U3 only) */
A Daic79xx.reg2522 * CRC Control
2587 * Data Group CRC Interval.
2618 * Packetized CRC Interval
A Daic79xx.seq2121 * phases that are typically caused by CRC errors in status packet
/drivers/net/ethernet/
A Dfealnx.c256 CRC = 0x08, /* crc error */ enumerator
1636 if (rx_status & CRC) in netdev_rx()
/drivers/pwm/
A DKconfig201 tristate "Intel Crystalcove (CRC) PWM support"
204 Generic PWM framework driver for Crystalcove (CRC) PMIC based PWM
/drivers/media/dvb-frontends/drx39xyj/
A Ddrxj.c1007 u16 CRC; member
11664 block_hdr.CRC = be16_to_cpu(*(__be16 *)(mc_data + count)); in drx_check_firmware()
11669 block_hdr.CRC); in drx_check_firmware()
11803 block_hdr.CRC = be16_to_cpu(*(__be16 *)(mc_data)); in drx_ctrl_u_code()
11808 block_hdr.size, block_hdr.flags, block_hdr.CRC); in drx_ctrl_u_code()
11816 (block_hdr.CRC != drx_u_code_compute_crc(mc_data, block_hdr.size))) in drx_ctrl_u_code()
/drivers/gpu/drm/ci/xfails/
A Dvkms-none-skips.txt58 # [drm:drm_crtc_add_crc_entry] *ERROR* Overflow of CRC buffer, userspace reads too slow.
/drivers/net/ethernet/emulex/benet/
A Dbe_main.c859 BE_WRB_F_SET(wrb_params->features, CRC, 1); in be_get_wrb_params_from_skb()
870 BE_WRB_F_GET(wrb_params->features, CRC)); in wrb_fill_hdr()
/drivers/gpio/
A DKconfig1867 CRC checksums to guard against electromagnetic interference,

Completed in 56 milliseconds