Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds