Home
last modified time | relevance | path

Searched refs:NFC_V1_V2_CONFIG1_ECC_EN (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand_spl.c97 config1 = readnfc(&nfc->config1) | NFC_V1_V2_CONFIG1_ECC_EN | in nfc_nand_init()
114 writenfc(NFC_V1_V2_CONFIG1_ECC_EN | NFC_V1_V2_CONFIG1_INT_MSK, in nfc_nand_init()
H A Dmxc_nand.h155 #define NFC_V1_V2_CONFIG1_ECC_EN (1 << 3) macro
H A Dmxc_nand.c358 tmp |= NFC_V1_V2_CONFIG1_ECC_EN;
360 tmp &= ~NFC_V1_V2_CONFIG1_ECC_EN;
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c52 #define NFC_V1_V2_CONFIG1_ECC_EN (1 << 3) macro
675 config1 |= NFC_V1_V2_CONFIG1_ECC_EN; in mxc_nand_enable_hwecc_v1_v2()
677 config1 &= ~NFC_V1_V2_CONFIG1_ECC_EN; in mxc_nand_enable_hwecc_v1_v2()
1119 config1 |= NFC_V1_V2_CONFIG1_ECC_EN; in preset_v1()
1229 config1 |= NFC_V1_V2_CONFIG1_ECC_EN; in preset_v2()