Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/nand/raw/
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()
848 } else if (td->options & NAND_BBT_NO_OOB) { in write_bbt()
901 td->options & NAND_BBT_NO_OOB ? in write_bbt()
1205 BUG_ON((this->bbt_options & NAND_BBT_NO_OOB) && in verify_bbt_descr()
1212 if (bd->options & NAND_BBT_NO_OOB) { in verify_bbt_descr()
[all …]
Dlpc32xx_mlc.c164 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
170 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
758 nand_chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in lpc32xx_nand_probe()
Dvf610_nfc.c751 chip->bbt_options |= NAND_BBT_NO_OOB; in vf610_nfc_attach_chip()
Dtegra_nand.c925 chip->bbt_options |= NAND_BBT_NO_OOB; in tegra_nand_attach_chip()
Drockchip-nand-controller.c1152 chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in rk_nfc_nand_chip_init()
Ddenali.c1238 chip->bbt_options |= NAND_BBT_NO_OOB; in denali_chip_init()
Drenesas-nand-controller.c1121 chip->bbt_options |= NAND_BBT_NO_OOB; in rnandc_attach_chip()
Dmeson_nand.c1190 nand->bbt_options |= NAND_BBT_NO_OOB; in meson_nand_attach_chip()
Dmtk_nand.c1339 chip->bbt_options |= NAND_BBT_NO_OOB; in mtk_nfc_attach_chip()
Domap2.c1836 chip->bbt_options |= NAND_BBT_NO_OOB; in omap_nand_attach_chip()
Dstm32_fmc2_nand.c1737 chip->bbt_options |= NAND_BBT_NO_OOB; in stm32_fmc2_nfc_attach_chip()
Dnandsim.c2272 chip->bbt_options |= NAND_BBT_NO_OOB; in ns_init_module()
Dsunxi_nand.c1766 nand->bbt_options |= NAND_BBT_NO_OOB; in sunxi_nand_attach_chip()
Dcadence-nand-controller.c2610 chip->bbt_options |= NAND_BBT_NO_OOB; in cadence_nand_attach_chip()
/linux-6.1.9/include/linux/mtd/
Dbbm.h92 #define NAND_BBT_NO_OOB 0x00040000 macro
/linux-6.1.9/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c242 chip->bbt_options |= NAND_BBT_NO_OOB; in ingenic_nand_attach_chip()
/linux-6.1.9/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c2301 chip->bbt_options |= NAND_BBT_NO_OOB; in gpmi_nand_attach_chip()
/linux-6.1.9/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c2757 chip->bbt_options |= NAND_BBT_NO_OOB; in brcmnand_attach_chip()