Searched refs:NAND_BBT_VERSION (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nand_bbt.c | 155 if (td->options & NAND_BBT_VERSION) in add_marker_len() 297 if (td->options & NAND_BBT_VERSION) in scan_read_data() 394 if (td->options & NAND_BBT_VERSION) { in read_abs_bbts() 403 if (md && (md->options & NAND_BBT_VERSION)) { in read_abs_bbts() 566 if (td->options & NAND_BBT_VERSION) { in search_bbt() 817 if (td->options & NAND_BBT_VERSION) in write_bbt() 842 if (td->options & NAND_BBT_VERSION) in write_bbt() 949 if (!(td->options & NAND_BBT_VERSION)) in check_create() 1116 if (bd->options & NAND_BBT_VERSION) in verify_bbt_descr() 1123 if (bd->options & NAND_BBT_VERSION) in verify_bbt_descr() [all …]
|
D | cafe_nand.c | 495 | NAND_BBT_2BIT | NAND_BBT_VERSION, 505 | NAND_BBT_2BIT | NAND_BBT_VERSION, 515 | NAND_BBT_2BIT | NAND_BBT_VERSION, 525 | NAND_BBT_2BIT | NAND_BBT_VERSION,
|
D | diskonchip.c | 1281 NAND_BBT_VERSION; in nftl_scan_bbt() 1287 NAND_BBT_VERSION; in nftl_scan_bbt() 1320 this->bbt_td->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION; in inftl_scan_bbt() 1330 this->bbt_md->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION; in inftl_scan_bbt()
|
D | lpc32xx_slc.c | 191 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 201 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
D | fsl_elbc_nand.c | 141 NAND_BBT_2BIT | NAND_BBT_VERSION, 151 NAND_BBT_2BIT | NAND_BBT_VERSION,
|
D | fsl_ifc_nand.c | 78 NAND_BBT_2BIT | NAND_BBT_VERSION, 88 NAND_BBT_2BIT | NAND_BBT_VERSION,
|
D | mxc_nand.c | 1460 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 1470 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
D | marvell_nand.c | 2177 NAND_BBT_2BIT | NAND_BBT_VERSION, 2187 NAND_BBT_2BIT | NAND_BBT_VERSION,
|
/Linux-v4.19/include/linux/mtd/ |
D | bbm.h | 82 #define NAND_BBT_VERSION 0x00000100 macro
|
/Linux-v4.19/arch/arm/mach-davinci/ |
D | board-da830-evm.c | 283 NAND_BBT_VERSION | NAND_BBT_PERCHIP, 294 NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
/Linux-v4.19/Documentation/driver-api/ |
D | mtdnand.rst | 571 Set the option NAND_BBT_VERSION to enable the table version 941 #define NAND_BBT_VERSION 0x00000100
|