Home
last modified time | relevance | path

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

/external/u-boot/include/linux/mtd/
Drawnand.h614 int (*write_oob_raw)(struct mtd_info *mtd, struct nand_chip *chip, member
/external/u-boot/drivers/mtd/nand/
Dnand_base.c2774 status = chip->ecc.write_oob_raw(mtd, chip, page & chip->pagemask); in nand_do_write_oob()
4556 if (!ecc->write_oob_raw) in nand_scan_tail()
4557 ecc->write_oob_raw = ecc->write_oob; in nand_scan_tail()