Searched refs:CRC32_POLY_LE (Results 1 – 7 of 7) sorted by relevance
10 #define CRC32_POLY_LE 0xedb88320 macro
34 crc32init_le_generic(CRC32_POLY_LE, crc32table_le); in crc32init_le()
118 return crc32_generic_shift(crc, len, CRC32_POLY_LE); in crc32_le_shift()
77 mctx->poly = CRC32_POLY_LE; in stm32_crc32_cra_init()162 if (mctx->poly == CRC32_POLY_LE) in burst_update()
211 crc ^= CRC32_POLY_LE; in xlgmac_vid_crc32_le()
929 crc ^= CRC32_POLY_LE; in xgbe_vid_crc32_le()
9827 reg ^= CRC32_POLY_LE; in calc_crc()