Home
last modified time | relevance | path

Searched refs:NAND_BBT_VERSION (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_bbt.c153 if (td->options & NAND_BBT_VERSION) in add_marker_len()
295 if (td->options & NAND_BBT_VERSION) in scan_read_data()
392 if (td->options & NAND_BBT_VERSION) { in read_abs_bbts()
401 if (md && (md->options & NAND_BBT_VERSION)) { in read_abs_bbts()
566 if (td->options & NAND_BBT_VERSION) { in search_bbt()
748 if (td->options & NAND_BBT_VERSION) in write_bbt()
773 if (td->options & NAND_BBT_VERSION) in write_bbt()
873 if (!(td->options & NAND_BBT_VERSION)) in check_create()
1040 if (bd->options & NAND_BBT_VERSION) in verify_bbt_descr()
1047 if (bd->options & NAND_BBT_VERSION) in verify_bbt_descr()
[all …]
H A Dfsl_elbc_nand.c131 NAND_BBT_2BIT | NAND_BBT_VERSION,
141 NAND_BBT_2BIT | NAND_BBT_VERSION,
H A Dfsl_ifc_nand.c200 NAND_BBT_2BIT | NAND_BBT_VERSION,
210 NAND_BBT_2BIT | NAND_BBT_VERSION,
H A Dzynq_nand.c220 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
230 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
H A Darasan_nfc.c240 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
250 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
H A Dmxc_nand.c1125 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
1135 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
H A Dpxa3xx_nand.c299 | NAND_BBT_2BIT | NAND_BBT_VERSION,
309 | NAND_BBT_2BIT | NAND_BBT_VERSION,
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dbbm.h74 #define NAND_BBT_VERSION 0x00000100 macro