Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h133 #define CFG_ECC_ENABLE BIT(4) macro
/openbmc/linux/include/linux/mtd/
H A Dspinand.h156 #define CFG_ECC_ENABLE BIT(4) macro
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c217 return spinand_upd_cfg(spinand, CFG_ECC_ENABLE, in spinand_ecc_enable()
218 enable ? CFG_ECC_ENABLE : 0); in spinand_ecc_enable()
/openbmc/linux/drivers/mtd/nand/spi/
H A Dcore.c199 return spinand_upd_cfg(spinand, CFG_ECC_ENABLE, in spinand_ecc_enable()
200 enable ? CFG_ECC_ENABLE : 0); in spinand_ecc_enable()