Searched refs:NAND_BBT_VERSION (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/drivers/mtd/nand/raw/ |
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() 567 if (td->options & NAND_BBT_VERSION) { in search_bbt() 819 if (td->options & NAND_BBT_VERSION) in write_bbt() 844 if (td->options & NAND_BBT_VERSION) in write_bbt() 952 if (!(td->options & NAND_BBT_VERSION)) in check_create() 1176 if (bd->options & NAND_BBT_VERSION) in verify_bbt_descr() 1183 if (bd->options & NAND_BBT_VERSION) in verify_bbt_descr() [all …]
|
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,
|
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()
|
D | fsl_elbc_nand.c | 128 NAND_BBT_2BIT | NAND_BBT_VERSION, 138 NAND_BBT_2BIT | NAND_BBT_VERSION,
|
D | lpc32xx_slc.c | 182 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 192 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
D | fsl_ifc_nand.c | 66 NAND_BBT_2BIT | NAND_BBT_VERSION, 76 NAND_BBT_2BIT | NAND_BBT_VERSION,
|
D | mxc_nand.c | 1444 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 1454 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
D | marvell_nand.c | 2333 NAND_BBT_2BIT | NAND_BBT_VERSION, 2343 NAND_BBT_2BIT | NAND_BBT_VERSION,
|
/Linux-v5.10/include/linux/mtd/ |
D | bbm.h | 68 #define NAND_BBT_VERSION 0x00000100 macro
|
/Linux-v5.10/arch/arm/mach-davinci/ |
D | board-da830-evm.c | 276 NAND_BBT_VERSION | NAND_BBT_PERCHIP, 287 NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
/Linux-v5.10/Documentation/driver-api/ |
D | mtdnand.rst | 573 Set the option NAND_BBT_VERSION to enable the table version 943 #define NAND_BBT_VERSION 0x00000100
|