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

/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c257 #define BCH8R_ECC_SIZE0 0x1a /* ecc_size0 = 26 */
259 #define BCH4R_ECC_SIZE0 0xd /* ecc_size0 = 13 */
264 #define BCH_ECC_SIZE0 0x0 /* ecc_size0 = 0, no oob protection */
286 unsigned int ecc_size1, ecc_size0; local
294 ecc_size0 = BCH_ECC_SIZE0;
302 ecc_size0 = BCH8R_ECC_SIZE0;
306 ecc_size0 = BCH_ECC_SIZE0;
315 ecc_size0 = 52; /* ECC bits in nibbles per sector */
319 ecc_size0 = 0; /* extra bits in nibbles per sector */
330 val = (ecc_size1 << ECCSIZE1_SHIFT) | (ecc_size0 << ECCSIZE0_SHIF
[all...]

Completed in 34 milliseconds