Searched full:crc8 (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.h | 67 // Corresponds to CRC8 instruction 68 CRC8, enumerator
|
H A D | XCoreISelDAGToDAG.cpp | 212 case XCoreISD::CRC8: { in Select()
|
H A D | XCoreISelLowering.cpp | 62 case XCoreISD::CRC8 : return "XCoreISD::CRC8"; in getTargetNodeName() 913 DAG.getNode(XCoreISD::CRC8, DL, DAG.getVTList(VT, VT), in LowerINTRINSIC_WO_CHAIN()
|
H A D | XCoreInstrInfo.td | 498 "crc8 $b, $a, $c, $d", []>;
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | adi,adin1110.yaml | 43 Enable CRC8 checks on SPI read/writes.
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_bcmreg.h | 44 #define BCM_NVRAM_CRC_SKIP 9 /* skip magic, size, and crc8 */
|
H A D | bhnd_nvram_data_bcm.c | 376 uint8_t bcm_ver, crc8; in bhnd_nvram_bcm_serialize() local 540 crc8 = bhnd_nvram_crc8((uint8_t *)outp + BCM_NVRAM_CRC_SKIP, in bhnd_nvram_bcm_serialize() 545 hdr.cfg0 = BCM_NVRAM_SET_BITS(hdr.cfg0, BCM_NVRAM_CFG0_CRC, crc8); in bhnd_nvram_bcm_serialize()
|
H A D | bhnd_nvram_private.h | 342 size_t crc_offset; /**< offset to crc8 value */
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_init_func.h | 38 /* Size of CRC8 lookup table */
|
H A D | ecore_init_fw_funcs.c | 1668 /* Convert to big-endian and calculate CRC8*/ in ecore_calc_cdu_validation_byte()
|
H A D | reg_addr.h | 60351 …01b8cUL //Access:RW DataWidth:0x8 // Initial remainder value for the CRC8 function used to ha…
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_type.h | 997 u16 crc8; member
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_type.h | 1690 u16 crc8; member
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 2883 # SROM CRC8 offset
|