Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c204 static struct meson_nand_ecc meson_ecc[] = { variable
1283 for (i = 0; i < ARRAY_SIZE(meson_ecc); i++) { in meson_nand_bch_mode()
1284 if (meson_ecc[i].strength == nand->ecc.strength && in meson_nand_bch_mode()
1285 meson_ecc[i].size == nand->ecc.size) { in meson_nand_bch_mode()
1286 meson_chip->bch_mode = meson_ecc[i].bch; in meson_nand_bch_mode()