Home
last modified time | relevance | path

Searched refs:NAND_BBT_NO_OOB_BBM (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/linux/mtd/
Dbbm.h105 #define NAND_BBT_NO_OOB_BBM 0x00080000 macro
/external/u-boot/drivers/mtd/nand/
Dpxa3xx_nand.c1416 chip->bbt_options |= NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB_BBM; in pxa3xx_nand_scan()
Dnand_base.c448 if (!(chip->bbt_options & NAND_BBT_NO_OOB_BBM)) { in nand_block_markbad_lowlevel()
4372 BUG_ON((chip->bbt_options & NAND_BBT_NO_OOB_BBM) && in nand_scan_tail()