Searched refs:scan_write_bbt (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 352 static int scan_write_bbt(struct mtd_info *mtd, loff_t offs, size_t len, in scan_write_bbt() function 791 res = scan_write_bbt(mtd, to, len, buf, in write_bbt()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 353 static int scan_write_bbt(struct nand_chip *this, loff_t offs, size_t len, in scan_write_bbt() function 900 res = scan_write_bbt(this, to, len, buf, in write_bbt()
|