Home
last modified time | relevance | path

Searched refs:CRC32_POLY_LE (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dcrc32poly.h6 #define CRC32_POLY_LE 0xedb88320 macro
/linux/lib/crc/
H A Dgen_crc32table.c34 crc32init_le_generic(CRC32_POLY_LE, crc32table_le); in crc32init_le()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c211 crc ^= CRC32_POLY_LE; in xlgmac_vid_crc32_le()