Searched refs:NAND_BBT_PERCHIP (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 266 if (td->options & NAND_BBT_PERCHIP) { in read_abs_bbt() 573 if (td->options & NAND_BBT_PERCHIP) { in search_bbt() 670 if (!(td->options & NAND_BBT_PERCHIP)) in get_bbt_block() 769 if (td->options & NAND_BBT_PERCHIP) { in write_bbt() 959 if (td->options & NAND_BBT_PERCHIP) in check_create() 971 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1; in check_create() 1094 if (td->options & NAND_BBT_PERCHIP) { in nand_update_bbt() 1138 if (td->options & NAND_BBT_PERCHIP) { in mark_bbt_region() 1221 if (bd->options & NAND_BBT_PERCHIP) in verify_bbt_descr() 1324 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, [all …]
|
H A D | lpc32xx_slc.c | 180 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 190 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
H A D | pl35x-nand-controller.c | 196 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 206 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
H A D | mxc_nand.c | 1441 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 1451 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 267 if (td->options & NAND_BBT_PERCHIP) { in read_abs_bbt() 541 if (td->options & NAND_BBT_PERCHIP) { in search_bbt() 638 if (td->options & NAND_BBT_PERCHIP) { in write_bbt() 845 if (td->options & NAND_BBT_PERCHIP) in check_create() 857 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1; in check_create() 968 if (td->options & NAND_BBT_PERCHIP) { in mark_bbt_region() 1050 if (bd->options & NAND_BBT_PERCHIP) in verify_bbt_descr() 1166 if (td->options & NAND_BBT_PERCHIP) { in nand_update_bbt() 1206 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 1216 | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, [all …]
|
H A D | zynq_nand.c | 219 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 229 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
H A D | arasan_nfc.c | 239 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 249 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
H A D | mxc_nand.c | 1124 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, 1134 NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP,
|
/openbmc/linux/include/linux/mtd/ |
H A D | bbm.h | 66 #define NAND_BBT_PERCHIP 0x00000080 macro
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | bbm.h | 71 #define NAND_BBT_PERCHIP 0x00000080 macro
|
/openbmc/linux/Documentation/driver-api/ |
H A D | mtdnand.rst | 529 Setting the constant NAND_BBT_PERCHIP selects that a bad block 941 #define NAND_BBT_PERCHIP 0x00000080
|