Searched refs:write_bbt (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nand_bbt.c | 711 static int write_bbt(struct mtd_info *mtd, uint8_t *buf, in write_bbt() function 1016 res = write_bbt(mtd, buf, td, md, chipsel); in check_create() 1023 res = write_bbt(mtd, buf, md, td, chipsel); in check_create() 1258 res = write_bbt(mtd, buf, td, md, chipsel); in nand_update_bbt() 1264 res = write_bbt(mtd, buf, md, td, chipsel); in nand_update_bbt()
|