Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
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()
813 } else if (td->options & NAND_BBT_NO_OOB) { in write_bbt()
866 td->options & NAND_BBT_NO_OOB ? NULL : in write_bbt()
1112 BUG_ON((this->bbt_options & NAND_BBT_NO_OOB) && in verify_bbt_descr()
1119 if (bd->options & NAND_BBT_NO_OOB) { in verify_bbt_descr()
1121 BUG_ON(!(this->bbt_options & NAND_BBT_NO_OOB)); in verify_bbt_descr()
[all …]
Dlpc32xx_mlc.c175 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
181 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
768 nand_chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in lpc32xx_nand_probe()
Dvf610_nfc.c759 chip->bbt_options |= NAND_BBT_NO_OOB; in vf610_nfc_attach_chip()
Dtegra_nand.c918 chip->bbt_options |= NAND_BBT_NO_OOB; in tegra_nand_attach_chip()
Ddenali.c1244 chip->bbt_options |= NAND_BBT_NO_OOB; in denali_attach_chip()
Dmtk_nand.c1269 chip->bbt_options |= NAND_BBT_NO_OOB; in mtk_nfc_attach_chip()
Domap2.c1923 chip->bbt_options |= NAND_BBT_NO_OOB; in omap_nand_attach_chip()
Dsunxi_nand.c1825 nand->bbt_options |= NAND_BBT_NO_OOB; in sunxi_nand_attach_chip()
Dnandsim.c2279 chip->bbt_options |= NAND_BBT_NO_OOB; in ns_init_module()
/Linux-v4.19/include/linux/mtd/
Dbbm.h109 #define NAND_BBT_NO_OOB 0x00040000 macro
/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c1874 chip->bbt_options |= NAND_BBT_NO_OOB; in gpmi_nand_attach_chip()
/Linux-v4.19/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c2226 chip->bbt_options |= NAND_BBT_NO_OOB; in brcmnand_attach_chip()