Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dnand_bbt.c114 if (td->options & NAND_BBT_NO_OOB) in check_pattern()
151 if (!(td->options & NAND_BBT_NO_OOB)) in add_marker_len()
347 if (td->options & NAND_BBT_NO_OOB) in scan_read()
373 if (!(td->options & NAND_BBT_NO_OOB)) in bbt_get_ver_offs()
491 BUG_ON(bd->options & NAND_BBT_NO_OOB); in create_bbt()
744 } else if (td->options & NAND_BBT_NO_OOB) { in write_bbt()
794 td->options & NAND_BBT_NO_OOB ? NULL : in write_bbt()
1036 BUG_ON((this->bbt_options & NAND_BBT_NO_OOB) && in verify_bbt_descr()
1043 if (bd->options & NAND_BBT_NO_OOB) { in verify_bbt_descr()
1045 BUG_ON(!(this->bbt_options & NAND_BBT_NO_OOB)); in verify_bbt_descr()
[all …]
Dlpc32xx_mlc.c161 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
167 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
720 nand_chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in lpc32xx_nand_probe()
Dvf610_nfc.c757 chip->bbt_options |= NAND_BBT_NO_OOB; in vf610_nfc_probe()
Dsunxi_nand.c1349 nand->bbt_options |= NAND_BBT_NO_OOB; in sunxi_nand_chip_init()
Domap2.c1720 nand_chip->bbt_options |= NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in omap_nand_probe()
Dnandsim.c2266 chip->bbt_options |= NAND_BBT_NO_OOB; in ns_init_module()
/linux-4.4.14/include/linux/mtd/
Dbbm.h111 #define NAND_BBT_NO_OOB 0x00040000 macro
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1918 chip->bbt_options |= NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in gpmi_nand_init()
/linux-4.4.14/drivers/mtd/nand/brcmnand/
Dbrcmnand.c2012 chip->bbt_options |= NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in brcmnand_init_cs()