Searched refs:eccbits (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/arm/mach-imx/
H A Dcmd_nandbcb.c337 static void encode_bch_ecc(void *buf, struct fcb_block *fcb, int eccbits) argument
342 int ecc_buf_size = (m * eccbits + 7) / 8;
343 struct bch_control *bch = init_bch(m, eccbits, 0);
349 * The blocks here are bit aligned. If eccbits is a multiple of 8,
353 WARN_ON(eccbits % 8);
/u-boot/drivers/mtd/nand/raw/
H A Darasan_nfc.c174 u8 eccbits; member in struct:arasan_ecc_matrix
1182 if (ecc_matrix[i].eccbits >=
1220 nand_chip->ecc.strength = ecc_matrix[found].eccbits;

Completed in 120 milliseconds