Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/onenand/
H A Donenand_bbt.c46 * create_bbt - [GENERIC] Create a bad block table by scanning the device
56 static int create_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *bd, int chip) in create_bbt() function
135 return create_bbt(mtd, this->page_buf, bd, -1); in onenand_memory_bbt()
/linux/drivers/mtd/nand/raw/
H A Dnand_bbt.c480 * create_bbt - [GENERIC] Create a bad block table by scanning the device
490 static int create_bbt(struct nand_chip *this, uint8_t *buf, in create_bbt() function
506 pr_warn("create_bbt(): chipnr (%d) > available chips (%d)\n", in create_bbt()
935 return create_bbt(this, pagebuf, bd, -1); in nand_memory_bbt()
1009 create_bbt(this, buf, bd, chipsel); in check_create()