Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c211 static struct meson_nand_ecc meson_ecc[] = { variable
1297 for (i = 0; i < ARRAY_SIZE(meson_ecc); i++) { in meson_nand_bch_mode()
1298 if (meson_ecc[i].strength == nand->ecc.strength && in meson_nand_bch_mode()
1299 meson_ecc[i].size == nand->ecc.size) { in meson_nand_bch_mode()
1300 meson_chip->bch_mode = meson_ecc[i].bch; in meson_nand_bch_mode()