Searched refs:CFG_ECC_ENABLE (Results 1 – 2 of 2) sorted by relevance
156 #define CFG_ECC_ENABLE BIT(4) macro
199 return spinand_upd_cfg(spinand, CFG_ECC_ENABLE, in spinand_ecc_enable()200 enable ? CFG_ECC_ENABLE : 0); in spinand_ecc_enable()