Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Donenand.h144 (this->options & ONENAND_HAS_4KB_PAGE)
154 #define ONENAND_HAS_4KB_PAGE (0x0008) macro
/openbmc/linux/include/linux/mtd/
H A Donenand.h197 #define ONENAND_HAS_4KB_PAGE (0x0008) macro
206 (this->options & ONENAND_HAS_4KB_PAGE)
/openbmc/u-boot/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()
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3270 this->options |= ONENAND_HAS_4KB_PAGE; in onenand_check_features()
3311 this->options |= ONENAND_HAS_4KB_PAGE; in onenand_check_features()
3327 if (this->options & ONENAND_HAS_4KB_PAGE) in onenand_check_features()