Home
last modified time | relevance | path

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

/external/u-boot/include/
Dnand.h111 int nand_verify_page_oob(struct mtd_info *mtd, struct mtd_oob_ops *ops,
/external/u-boot/drivers/mtd/nand/
Dnand_util.c477 int nand_verify_page_oob(struct mtd_info *mtd, struct mtd_oob_ops *ops, in nand_verify_page_oob() function
/external/u-boot/cmd/
Dnand.c333 ret = nand_verify_page_oob(mtd, &ops, off); in raw_access()