Home
last modified time | relevance | path

Searched refs:ecc_bytes (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/mtd/nand/
Dnand_bch.c152 if (nbc->bch->ecc_bytes != eccbytes) { in nand_bch_init()
154 eccbytes, nbc->bch->ecc_bytes); in nand_bch_init()
Dnand_base.c2162 int ecc_bytes = chip->ecc.bytes; in nand_write_subpage_hwecc() local
2179 memset(ecc_calc, 0xff, ecc_bytes); in nand_write_subpage_hwecc()
2189 ecc_calc += ecc_bytes; in nand_write_subpage_hwecc()
/linux-4.1.27/include/linux/
Dbch.h54 unsigned int ecc_bytes; member
/linux-4.1.27/include/uapi/linux/
Dhdreg.h414 unsigned short ecc_bytes; /* for r/w long cmds; 0 = not_specified */ member
/linux-4.1.27/lib/
Dbch.c1298 bch->ecc_bytes = DIV_ROUND_UP(m*t, 8); in init_bch()