Searched refs:poly (Results 1 - 7 of 7) sorted by last modified time

/drivers/scsi/libsas/
H A Dsas_init.c90 const u32 poly = 0x00DB2777; local
100 r ^= poly;
102 r ^= poly;
/drivers/net/ethernet/amd/
H A Dnmclan_cs.c1291 static const int poly[]={ local
1296 }; /* CRC polynomial. poly[n] = coefficient of the x**n term of the
1309 CRC[j] ^= poly[j];
/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c824 u32 poly = CRCPOLY_LE; local
841 crc ^= poly;
/drivers/char/hw_random/
H A Dn2-drv.c452 static u64 advance_polynomial(u64 poly, u64 val, int count) argument
461 val ^= poly;
/drivers/crypto/
H A Dbfin_crc.c57 u32 poly; member in struct:bfin_crypto_crc
662 crc->poly = (u32)pdev->dev.platform_data;
663 writel(crc->poly, &crc->regs->poly);
669 dev_info(&pdev->dev, "init crc poly timeout\n");
H A Dbfin_crc.h71 u32 poly; member in struct:crc_register
114 #define POLYMIRR 0x00200000 /* CRC poly register is mirrored. */
115 #define POLYMIRR_OFFSET 21 /* Mirror CRC poly offset. */
/drivers/dma/ppc4xx/
H A Dadma.c4312 * directory are "devices", "enable" and "poly".
4316 * "poly" allows setting/checking used polynomial (for PPC440SPe only).
4420 static DRIVER_ATTR(poly, S_IRUGO | S_IWUSR, show_ppc440spe_r6poly,

Completed in 159 milliseconds