Home
last modified time | relevance | path

Searched refs:NAND_NO_BBM_QUIRK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/mtd/
H A Drawnand.h213 #define NAND_NO_BBM_QUIRK BIT(27) macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dcafe_nand.c720 cafe->nand.options |= NAND_SKIP_BBTSCAN | NAND_NO_BBM_QUIRK; in cafe_nand_probe()
H A Dnand_bbt.c470 this->options & NAND_NO_BBM_QUIRK) in bbt_block_checkbad()
H A Ddiskonchip.c1476 nand->options |= NAND_SKIP_BBTSCAN | NAND_NO_BBM_QUIRK; in doc_probe()
H A Dnand_base.c317 if (chip->options & NAND_NO_BBM_QUIRK) in nand_isbad_bbm()