Searched refs:bch8_polynomial (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | omap_gpmc.c | 26 static u8 bch8_polynomial[] = {0xef, 0x51, 0x2e, 0x09, 0xed, 0x93, 0x9a, 0xc2, variable 329 bch8_polynomial[i]; in omap_calculate_ecc()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | omap2.c | 988 static u8 bch8_polynomial[] = {0xef, 0x51, 0x2e, 0x09, 0xed, 0x93, 0x9a, 0xc2, variable 1104 ecc_calc[j] ^= bch8_polynomial[j]; in _omap_calculate_ecc_bch()
|