Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Donenand.h144 (this->options & ONENAND_HAS_4KB_PAGE)
154 #define ONENAND_HAS_4KB_PAGE (0x0008) macro
/rk3399_rockchip-uboot/drivers/mtd/onenand/
H A Donenand_base.c2155 this->options |= ONENAND_HAS_4KB_PAGE; in onenand_check_features()
2177 this->options |= ONENAND_HAS_4KB_PAGE; in onenand_check_features()
2193 if (this->options & ONENAND_HAS_4KB_PAGE) in onenand_check_features()