Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspinand.h164 #define CFG_ECC_ENABLE BIT(4) macro
/rk3399_rockchip-uboot/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()