Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/mtd/
Dnand-qpic-common.h100 #define ECC_CFG_ECC_DISABLE BIT(0) macro
/linux-6.14.4/drivers/mtd/nand/raw/
Dqcom_nandc.c284 ecc_bch_cfg = cpu_to_le32(ECC_CFG_ECC_DISABLE); in update_rw_regs()
1526 host->ecc_bch_cfg = FIELD_PREP(ECC_CFG_ECC_DISABLE, !host->bch_enabled) | in qcom_nand_attach_chip()
1898 nandc->regs->ecc_buf_cfg = cpu_to_le32(ECC_CFG_ECC_DISABLE); in qcom_param_page_type_exec()