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