Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c112 if (td->options & NAND_BBT_NO_OOB) in check_pattern()
149 if (!(td->options & NAND_BBT_NO_OOB)) in add_marker_len()
345 if (td->options & NAND_BBT_NO_OOB) in scan_read()
371 if (!(td->options & NAND_BBT_NO_OOB)) in bbt_get_ver_offs()
489 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 …]
H A Dvf610_nfc.c700 chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB | in vf610_nfc_nand_init()
H A Drockchip_nand.c597 chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in rockchip_nand_chip_init()
H A Drockchip_nand_v9.c598 chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in rockchip_nand_chip_init()
H A Dmxs_nand.c1218 nand->bbt_options |= NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in mxs_nand_init_ctrl()
H A Dstm32_fmc2_nand.c1040 chip->bbt_options |= NAND_BBT_NO_OOB; in stm32_fmc2_probe()
H A Ddenali.c1294 chip->bbt_options |= NAND_BBT_NO_OOB; in denali_init()
H A Dsunxi_nand.c1720 nand->bbt_options |= NAND_BBT_NO_OOB; in sunxi_nand_chip_init()
/OK3568_Linux_fs/kernel/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()
490 BUG_ON(bd->options & NAND_BBT_NO_OOB); in create_bbt()
815 } else if (td->options & NAND_BBT_NO_OOB) { in write_bbt()
868 td->options & NAND_BBT_NO_OOB ? in write_bbt()
1172 BUG_ON((this->bbt_options & NAND_BBT_NO_OOB) && in verify_bbt_descr()
1179 if (bd->options & NAND_BBT_NO_OOB) { in verify_bbt_descr()
1181 BUG_ON(!(this->bbt_options & NAND_BBT_NO_OOB)); in verify_bbt_descr()
[all …]
H A Dlpc32xx_mlc.c165 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
171 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
759 nand_chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in lpc32xx_nand_probe()
H A Dvf610_nfc.c751 chip->bbt_options |= NAND_BBT_NO_OOB; in vf610_nfc_attach_chip()
H A Dtegra_nand.c922 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 Drockchip-nand-controller.c1154 chip->bbt_options = NAND_BBT_USE_FLASH | NAND_BBT_NO_OOB; in rk_nfc_nand_chip_init()
H A Dmeson_nand.c1186 nand->bbt_options |= NAND_BBT_NO_OOB; in meson_nand_attach_chip()
H A Dmtk_nand.c1339 chip->bbt_options |= NAND_BBT_NO_OOB; in mtk_nfc_attach_chip()
H A Domap2.c1923 chip->bbt_options |= NAND_BBT_NO_OOB; in omap_nand_attach_chip()
H A Dstm32_fmc2_nand.c1731 chip->bbt_options |= NAND_BBT_NO_OOB; in stm32_fmc2_nfc_attach_chip()
H A Dsunxi_nand.c1743 nand->bbt_options |= NAND_BBT_NO_OOB; in sunxi_nand_attach_chip()
H A Dnandsim.c2284 chip->bbt_options |= NAND_BBT_NO_OOB; in ns_init_module()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dbbm.h92 #define NAND_BBT_NO_OOB 0x00040000 macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dbbm.h101 #define NAND_BBT_NO_OOB 0x00040000 macro
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c241 chip->bbt_options |= NAND_BBT_NO_OOB; in ingenic_nand_attach_chip()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2077 chip->bbt_options |= NAND_BBT_NO_OOB; in gpmi_nand_attach_chip()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c2325 chip->bbt_options |= NAND_BBT_NO_OOB; in brcmnand_init_cs()

12