Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dcafe_nand.c88 static int checkecc = 1; variable
89 module_param(checkecc, int, 0644);
384 if (checkecc && cafe_readl(cafe, NAND_ECC_RESULT) & (1<<18)) { in cafe_nand_read_page()