Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Donenand.h139 #define ONENAND_IS_MLC(this) (this->technology & ONENAND_TECHNOLOGY_IS_MLC) macro
/rk3399_rockchip-uboot/drivers/mtd/onenand/
H A Donenand_base.c2176 if (ONENAND_IS_MLC(this)) in onenand_check_features()