Searched refs:ONENAND_TECHNOLOGY_IS_MLC (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/linux/mtd/ | ||
D | onenand_regs.h | 92 #define ONENAND_TECHNOLOGY_IS_MLC (1 << 0) macro |
D | onenand.h | 139 #define ONENAND_IS_MLC(this) (this->technology & ONENAND_TECHNOLOGY_IS_MLC) |