CRC32_POLY_LE      70 drivers/crypto/stm32/stm32-crc32.c 	mctx->poly = CRC32_POLY_LE;
CRC32_POLY_LE     907 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 			crc ^= CRC32_POLY_LE;
CRC32_POLY_LE    9732 drivers/net/ethernet/broadcom/tg3.c 				reg ^= CRC32_POLY_LE;
CRC32_POLY_LE     211 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 			crc ^= CRC32_POLY_LE;
CRC32_POLY_LE     188 lib/crc32.c    	return crc32_le_generic(crc, p, len, NULL, CRC32_POLY_LE);
CRC32_POLY_LE     198 lib/crc32.c    			(const u32 (*)[256])crc32table_le, CRC32_POLY_LE);
CRC32_POLY_LE     275 lib/crc32.c    	return crc32_generic_shift(crc, len, CRC32_POLY_LE);
CRC32_POLY_LE      61 lib/gen_crc32table.c 	crc32init_le_generic(CRC32_POLY_LE, crc32table_le);
CRC32_POLY_LE      32 lib/xz/xz_crc32.c 	const uint32_t poly = CRC32_POLY_LE;
CRC32_POLY_LE     105 lib/xz/xz_private.h #ifndef CRC32_POLY_LE