Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h175 #define NAND_ECC_CUSTOM_PAGE_ACCESS BIT(2) macro
633 return !(ecc->options & NAND_ECC_CUSTOM_PAGE_ACCESS); in nand_standard_page_accessors()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Ddenali.c1339 chip->ecc.options |= NAND_ECC_CUSTOM_PAGE_ACCESS; in denali_init()