Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Dbbm.h97 #define NAND_BBT_NO_OOB_BBM 0x00080000 macro
/openbmc/u-boot/include/linux/mtd/
H A Dbbm.h105 #define NAND_BBT_NO_OOB_BBM 0x00080000 macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dpl35x-nand-controller.c926 chip->bbt_options |= NAND_BBT_NO_OOB_BBM; in pl35x_nand_init_hw_ecc_controller()
H A Dnand_bbt.c469 if (this->bbt_options & NAND_BBT_NO_OOB_BBM || in bbt_block_checkbad()
H A Dmarvell_nand.c2284 chip->bbt_options |= NAND_BBT_NO_OOB_BBM; in marvell_nand_hw_ecc_controller_init()
2509 chip->bbt_options |= NAND_BBT_NO_OOB_BBM; in marvell_nand_attach_chip()
H A Dnand_base.c570 if (!(chip->bbt_options & NAND_BBT_NO_OOB_BBM)) { in nand_block_markbad_lowlevel()
6297 if (WARN_ON((chip->bbt_options & NAND_BBT_NO_OOB_BBM) && in nand_scan_tail()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c1684 chip->bbt_options |= NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB_BBM; in pxa3xx_nand_scan()
H A Dnand_base.c450 if (!(chip->bbt_options & NAND_BBT_NO_OOB_BBM)) { in nand_block_markbad_lowlevel()
4320 BUG_ON((chip->bbt_options & NAND_BBT_NO_OOB_BBM) && in nand_scan_tail()