/linux/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 469 if (this->bbt_options & NAND_BBT_NO_OOB_BBM || in bbt_block_checkbad() 1008 if (!(this->bbt_options & NAND_BBT_CREATE_EMPTY)) in check_create() 1204 BUG_ON((this->bbt_options & NAND_BBT_NO_OOB) && in verify_bbt_descr() 1205 !(this->bbt_options & NAND_BBT_USE_FLASH)); in verify_bbt_descr() 1212 BUG_ON(!(this->bbt_options & NAND_BBT_USE_FLASH)); in verify_bbt_descr() 1213 BUG_ON(!(this->bbt_options & NAND_BBT_NO_OOB)); in verify_bbt_descr() 1381 bd->options = this->bbt_options & BADBLOCK_SCAN_MASK; in nand_create_badblock_pattern() 1402 if (this->bbt_options & NAND_BBT_USE_FLASH) { in nand_create_bbt() 1405 if (this->bbt_options & NAND_BBT_NO_OOB) { in nand_create_bbt() 1486 if (this->bbt_options & NAND_BBT_USE_FLASH) in nand_markbad_bbt()
|
H A D | plat_nand.c | 83 data->chip.bbt_options |= pdata->chip.bbt_options; in plat_nand_probe()
|
H A D | pasemi_nand.c | 163 chip->bbt_options = NAND_BBT_USE_FLASH; in pasemi_nand_probe()
|
H A D | cs553x_nand.c | 300 this->bbt_options = NAND_BBT_USE_FLASH; in cs553x_init_one()
|
H A D | vf610_nfc.c | 751 if (chip->bbt_options & NAND_BBT_USE_FLASH) in vf610_nfc_attach_chip() 752 chip->bbt_options |= NAND_BBT_NO_OOB; in vf610_nfc_attach_chip()
|
H A D | s3c2410.c | 856 chip->bbt_options |= NAND_BBT_USE_FLASH; in s3c2410_nand_init_chip() 936 if (chip->bbt_options & NAND_BBT_USE_FLASH) in s3c2410_nand_attach_chip()
|
H A D | pl35x-nand-controller.c | 926 chip->bbt_options |= NAND_BBT_NO_OOB_BBM; in pl35x_nand_init_hw_ecc_controller() 1068 chip->bbt_options = NAND_BBT_USE_FLASH; in pl35x_nand_chip_init()
|
H A D | tegra_nand.c | 924 if (chip->bbt_options & NAND_BBT_USE_FLASH) in tegra_nand_attach_chip() 925 chip->bbt_options |= NAND_BBT_NO_OOB; in tegra_nand_attach_chip()
|
H A D | omap2.c | 1851 if (chip->bbt_options & NAND_BBT_USE_FLASH) in omap_nand_attach_chip() 1852 chip->bbt_options |= NAND_BBT_NO_OOB; in omap_nand_attach_chip() 2261 nand_chip->bbt_options |= NAND_BBT_USE_FLASH; in omap_nand_probe()
|
H A D | marvell_nand.c | 2284 chip->bbt_options |= NAND_BBT_NO_OOB_BBM; in marvell_nand_hw_ecc_controller_init() 2502 chip->bbt_options |= NAND_BBT_USE_FLASH; in marvell_nand_attach_chip() 2504 if (chip->bbt_options & NAND_BBT_USE_FLASH) { in marvell_nand_attach_chip() 2509 chip->bbt_options |= NAND_BBT_NO_OOB_BBM; in marvell_nand_attach_chip()
|
H A D | denali.c | 1237 chip->bbt_options |= NAND_BBT_USE_FLASH; in denali_chip_init() 1238 chip->bbt_options |= NAND_BBT_NO_OOB; in denali_chip_init()
|
H A D | mpc5121_nfc.c | 704 chip->bbt_options = NAND_BBT_USE_FLASH; in mpc5121_nfc_probe()
|
H A D | renesas-nand-controller.c | 1120 if (chip->bbt_options & NAND_BBT_USE_FLASH) in rnandc_attach_chip() 1121 chip->bbt_options |= NAND_BBT_NO_OOB; in rnandc_attach_chip()
|
H A D | meson_nand.c | 1337 if (nand->bbt_options & NAND_BBT_USE_FLASH) in meson_nand_attach_chip() 1338 nand->bbt_options |= NAND_BBT_NO_OOB; in meson_nand_attach_chip()
|
H A D | lpc32xx_mlc.c | 764 nand_chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in lpc32xx_nand_probe()
|
H A D | mtk_nand.c | 1311 if (chip->bbt_options & NAND_BBT_USE_FLASH) in mtk_nfc_attach_chip() 1312 chip->bbt_options |= NAND_BBT_NO_OOB; in mtk_nfc_attach_chip()
|
H A D | cafe_nand.c | 717 cafe->nand.bbt_options = NAND_BBT_USE_FLASH; in cafe_nand_probe()
|
H A D | fsl_elbc_nand.c | 713 chip->bbt_options = NAND_BBT_USE_FLASH; in fsl_elbc_chip_init()
|
H A D | lpc32xx_slc.c | 814 if ((chip->bbt_options & NAND_BBT_USE_FLASH) && in lpc32xx_nand_attach_chip()
|
H A D | nandsim.c | 2287 chip->bbt_options |= NAND_BBT_NO_OOB; in ns_init_module() 2290 chip->bbt_options |= NAND_BBT_USE_FLASH; in ns_init_module()
|
/linux/include/linux/mtd/ |
H A D | platnand.h | 35 unsigned int bbt_options; member
|
H A D | rawnand.h | 1303 unsigned int bbt_options; member
|
/linux/drivers/mtd/nand/raw/ingenic/ |
H A D | ingenic_nand_drv.c | 240 if (chip->bbt_options & NAND_BBT_USE_FLASH) in ingenic_nand_attach_chip() 241 chip->bbt_options |= NAND_BBT_NO_OOB; in ingenic_nand_attach_chip()
|
/linux/drivers/mtd/nand/raw/bcm47xxnflash/ |
H A D | ops_bcm4706.c | 393 b47n->nand_chip.bbt_options = NAND_BBT_USE_FLASH; in bcm47xxnflash_ops_bcm4706_init()
|
/linux/arch/arm/mach-orion5x/ |
H A D | ts78xx-setup.c | 231 .bbt_options = NAND_BBT_USE_FLASH,
|