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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_bbt.c50 * create_bbt - [GENERIC] Create a bad block table by scanning the device
60 static int create_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *bd, int chip) function
132 return create_bbt(mtd, this->page_buf, bd, -1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_bbt.c361 * create_bbt - [GENERIC] Create a bad block table by scanning the device
371 static int create_bbt(struct mtd_info *mtd, uint8_t *buf, function
409 printk(KERN_WARNING "create_bbt(): chipnr (%d) > available chips (%d)\n",
761 return create_bbt(mtd, this->buffers->databuf, bd, -1);
850 create_bbt(mtd, buf, bd, chipsel);

Completed in 73 milliseconds