Searched refs:write_bbt (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/mtd/nand/raw/ |
D | nand_bbt.c | 745 static int write_bbt(struct nand_chip *this, uint8_t *buf, in write_bbt() function 1052 res = write_bbt(this, buf, td, md, chipsel); in check_create() 1059 res = write_bbt(this, buf, md, td, chipsel); in check_create() 1108 res = write_bbt(this, buf, td, md, chipsel); in nand_update_bbt() 1114 res = write_bbt(this, buf, md, td, chipsel); in nand_update_bbt()
|