Home
last modified time | relevance | path

Searched refs:NAND_BBT_NO_OOB (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dnand_bbt.c109 if (td->options & NAND_BBT_NO_OOB) in check_pattern()
146 if (!(td->options & NAND_BBT_NO_OOB)) in add_marker_len()
346 if (td->options & NAND_BBT_NO_OOB) in scan_read()
374 if (!(td->options & NAND_BBT_NO_OOB)) in bbt_get_ver_offs()
461 if (!(td->options & NAND_BBT_NO_OOB) && in bbt_block_checkbad()
519 BUG_ON(bd->options & NAND_BBT_NO_OOB); in create_bbt()
847 } else if (td->options & NAND_BBT_NO_OOB) { in write_bbt()
900 td->options & NAND_BBT_NO_OOB ? in write_bbt()
1204 BUG_ON((this->bbt_options & NAND_BBT_NO_OOB) && in verify_bbt_descr()
1211 if (bd->options & NAND_BBT_NO_OOB) { in verify_bbt_descr()
[all …]
H A Dlpc32xx_mlc.c163 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
169 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
764 nand_chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in lpc32xx_nand_probe()
H A Dvf610_nfc.c752 chip->bbt_options |= NAND_BBT_NO_OOB; in vf610_nfc_attach_chip()
H A Dtegra_nand.c925 chip->bbt_options |= NAND_BBT_NO_OOB; in tegra_nand_attach_chip()
H A Ddenali.c1238 chip->bbt_options |= NAND_BBT_NO_OOB; in denali_chip_init()
H A Domap2.c1836 chip->bbt_options |= NAND_BBT_NO_OOB; in omap_nand_attach_chip()
H A Dnandsim.c2287 chip->bbt_options |= NAND_BBT_NO_OOB; in ns_init_module()
/linux/include/linux/mtd/
H A Dbbm.h92 #define NAND_BBT_NO_OOB 0x00040000 macro
/linux/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c241 chip->bbt_options |= NAND_BBT_NO_OOB; in ingenic_nand_attach_chip()
/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2316 chip->bbt_options |= NAND_BBT_NO_OOB; in gpmi_nand_attach_chip()
/linux/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c2840 chip->bbt_options |= NAND_BBT_NO_OOB; in brcmnand_attach_chip()