Home
last modified time | relevance | path

Searched refs:NDFC_CCR_RESET_ECC (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dndfc.h34 #define NDFC_CCR_RESET_ECC 0x40000000 /* ECC Reset */ macro
/openbmc/linux/include/linux/mtd/
H A Dndfc.h28 #define NDFC_CCR_RESET_ECC 0x40000000 /* ECC Reset */ macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dndfc.c82 ccr |= NDFC_CCR_RESET_ECC; in ndfc_enable_hwecc()