Searched refs:NAND_BBT_NO_OOB (Results 1 - 9 of 9) sorted by relevance

/u-boot/include/linux/mtd/
H A Dbbm.h95 #define NAND_BBT_NO_OOB 0x00040000 macro
/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c37 * option NAND_BBT_NO_OOB should be used (along with NAND_BBT_USE_FLASH, of
115 if (td->options & NAND_BBT_NO_OOB)
152 if (!(td->options & NAND_BBT_NO_OOB))
348 if (td->options & NAND_BBT_NO_OOB)
374 if (!(td->options & NAND_BBT_NO_OOB))
492 BUG_ON(bd->options & NAND_BBT_NO_OOB);
745 } else if (td->options & NAND_BBT_NO_OOB) {
795 td->options & NAND_BBT_NO_OOB ? NULL :
1037 BUG_ON((this->bbt_options & NAND_BBT_NO_OOB) &&
1044 if (bd->options & NAND_BBT_NO_OOB) {
[all...]
H A Dvf610_nfc.c692 chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB |
H A Dstm32_fmc2_nand.c1025 chip->bbt_options |= NAND_BBT_NO_OOB;
H A Drockchip_nfc.c955 chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB;
H A Ddenali.c1293 chip->bbt_options |= NAND_BBT_NO_OOB;
H A Dmxs_nand.c1611 nand->bbt_options |= NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB;
H A Dsunxi_nand.c1713 nand->bbt_options |= NAND_BBT_NO_OOB;
/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c2493 chip->bbt_options |= NAND_BBT_NO_OOB;

Completed in 192 milliseconds