Home
last modified time | relevance | path

Searched refs:ONENAND_IS_MLC (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Donenand.h139 #define ONENAND_IS_MLC(this) (this->technology & ONENAND_TECHNOLOGY_IS_MLC) macro
/openbmc/linux/include/linux/mtd/
H A Donenand.h170 #define ONENAND_IS_MLC(this) \ macro
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3310 if (ONENAND_IS_MLC(this)) in onenand_check_features()
3948 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH; in onenand_scan()
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c2176 if (ONENAND_IS_MLC(this)) in onenand_check_features()