Searched refs:NAND_BBT_VERSION (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_bbt.c | 150 if (td->options & NAND_BBT_VERSION) in add_marker_len() 295 if (td->options & NAND_BBT_VERSION) in scan_read_data() 395 if (td->options & NAND_BBT_VERSION) { in read_abs_bbts() 404 if (md && (md->options & NAND_BBT_VERSION)) { in read_abs_bbts() 599 if (td->options & NAND_BBT_VERSION) { in search_bbt() 851 if (td->options & NAND_BBT_VERSION) in write_bbt() 876 if (td->options & NAND_BBT_VERSION) in write_bbt() 984 if (!(td->options & NAND_BBT_VERSION)) in check_create() 1208 if (bd->options & NAND_BBT_VERSION) in verify_bbt_descr() 1215 if (bd->options & NAND_BBT_VERSION) in verify_bbt_descr() [all …]
|
| H A D | cafe_nand.c | 494 | NAND_BBT_2BIT | NAND_BBT_VERSION, 504 | NAND_BBT_2BIT | NAND_BBT_VERSION, 514 | NAND_BBT_2BIT | NAND_BBT_VERSION, 524 | NAND_BBT_2BIT | NAND_BBT_VERSION,
|
| H A D | diskonchip.c | 1145 NAND_BBT_VERSION; in nftl_scan_bbt() 1151 NAND_BBT_VERSION; in nftl_scan_bbt() 1184 this->bbt_td->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION; in inftl_scan_bbt() 1194 this->bbt_md->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION; in inftl_scan_bbt()
|
| H A D | fsl_elbc_nand.c | 127 NAND_BBT_2BIT | NAND_BBT_VERSION, 137 NAND_BBT_2BIT | NAND_BBT_VERSION,
|
| H A D | fsl_ifc_nand.c | 66 NAND_BBT_2BIT | NAND_BBT_VERSION, 76 NAND_BBT_2BIT | NAND_BBT_VERSION,
|
| H A D | mxc_nand.c | 1226 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 1236 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
| /linux/include/linux/mtd/ |
| H A D | bbm.h | 68 #define NAND_BBT_VERSION 0x00000100 macro
|
| /linux/Documentation/driver-api/ |
| H A D | mtdnand.rst | 573 Set the option NAND_BBT_VERSION to enable the table version 943 #define NAND_BBT_VERSION 0x00000100
|