Home
last modified time | relevance | path

Searched refs:bbt_options (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dnand_bbt.c469 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 Dplat_nand.c83 data->chip.bbt_options |= pdata->chip.bbt_options; in plat_nand_probe()
H A Dpasemi_nand.c163 chip->bbt_options = NAND_BBT_USE_FLASH; in pasemi_nand_probe()
H A Dcs553x_nand.c300 this->bbt_options = NAND_BBT_USE_FLASH; in cs553x_init_one()
H A Dpl35x-nand-controller.c929 chip->bbt_options |= NAND_BBT_NO_OOB_BBM; in pl35x_nand_init_hw_ecc_controller()
1075 chip->bbt_options = NAND_BBT_USE_FLASH; in pl35x_nand_chip_init()
H A Dtegra_nand.c924 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 Dnuvoton-ma35d1-nand-controller.c766 if (chip->bbt_options & NAND_BBT_USE_FLASH) in ma35_nand_attach_chip()
767 chip->bbt_options |= NAND_BBT_NO_OOB; in ma35_nand_attach_chip()
H A Ddenali.c1237 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 Dmpc5121_nfc.c704 chip->bbt_options = NAND_BBT_USE_FLASH; in mpc5121_nfc_probe()
H A Dmeson_nand.c1337 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 Dlpc32xx_mlc.c764 nand_chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in lpc32xx_nand_probe()
H A Dmtk_nand.c1311 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 Dcafe_nand.c717 cafe->nand.bbt_options = NAND_BBT_USE_FLASH; in cafe_nand_probe()
H A Dfsl_elbc_nand.c713 chip->bbt_options = NAND_BBT_USE_FLASH; in fsl_elbc_chip_init()
H A Dstm32_fmc2_nand.c1769 if (chip->bbt_options & NAND_BBT_USE_FLASH) in stm32_fmc2_nfc_attach_chip()
1770 chip->bbt_options |= NAND_BBT_NO_OOB; in stm32_fmc2_nfc_attach_chip()
H A Dnandsim.c2286 chip->bbt_options |= NAND_BBT_NO_OOB; in ns_init_module()
2289 chip->bbt_options |= NAND_BBT_USE_FLASH; in ns_init_module()
H A Dfsl_ifc_nand.c890 chip->bbt_options = NAND_BBT_USE_FLASH; in fsl_ifc_chip_init()
H A Dnand_base.c573 if (!(chip->bbt_options & NAND_BBT_NO_OOB_BBM)) { in nand_block_markbad_lowlevel()
5511 chip->bbt_options |= NAND_BBT_USE_FLASH; in rawnand_dt_init()
6195 if (WARN_ON((chip->bbt_options & NAND_BBT_NO_OOB_BBM) && in nand_scan_tail()
6196 !(chip->bbt_options & NAND_BBT_USE_FLASH))) { in nand_scan_tail()
H A Dcadence-nand-controller.c2909 chip->bbt_options |= NAND_BBT_USE_FLASH; in cadence_nand_attach_chip()
2910 chip->bbt_options |= NAND_BBT_NO_OOB; in cadence_nand_attach_chip()
H A Dmxc_nand.c1426 if (chip->bbt_options & NAND_BBT_USE_FLASH) { in mxcnd_attach_chip()
H A Ddiskonchip.c1474 nand->bbt_options = NAND_BBT_USE_FLASH; in doc_probe()
/linux/include/linux/mtd/
H A Dplatnand.h35 unsigned int bbt_options; member
H A Drawnand.h1303 unsigned int bbt_options; member
/linux/arch/arm/mach-orion5x/
H A Dts78xx-setup.c231 .bbt_options = NAND_BBT_USE_FLASH,
/linux/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c3053 if (chip->bbt_options & NAND_BBT_USE_FLASH) in brcmnand_attach_chip()
3054 chip->bbt_options |= NAND_BBT_NO_OOB; in brcmnand_attach_chip()