Searched refs:SPI_NAND_CFG_ECC_EN (Results 1 – 2 of 2) sorted by relevance
24 #define SPI_NAND_CFG_ECC_EN BIT(4) macro
86 return spi_nand_update_cfg(SPI_NAND_CFG_ECC_EN, in spi_nand_ecc_enable()87 enable ? SPI_NAND_CFG_ECC_EN : 0U); in spi_nand_ecc_enable()