Home
last modified time | relevance | path

Searched refs:BR_DECC_CHK_GEN (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c78 clrsetbits_be32(&regs->bank[0].br, BR_DECC, BR_DECC_CHK_GEN); in nand_spl_load_image()
H A Dfsl_elbc_nand.c731 if ((br & BR_DECC) == BR_DECC_CHK_GEN) { in fsl_elbc_chip_init()
772 if ((br & BR_DECC) == BR_DECC_CHK_GEN) { in fsl_elbc_chip_init()
/openbmc/linux/arch/powerpc/include/asm/
H A Dfsl_lbc.h33 #define BR_DECC_CHK_GEN 0x00000400 /* HW ECC checking and generation on */ macro
/openbmc/u-boot/include/configs/
H A DMPC8308RDB.h248 | BR_DECC_CHK_GEN /* Use HW ECC */ \
H A Dve8313.h179 | BR_DECC_CHK_GEN \
H A DMPC8315ERDB.h242 | BR_DECC_CHK_GEN /* Use HW ECC */ \
H A DMPC837XERDB.h274 | BR_DECC_CHK_GEN /* Use HW ECC */ \
H A DMPC8313ERDB.h254 | BR_DECC_CHK_GEN /* Use HW ECC */ \
H A DMPC837XEMDS.h279 | BR_DECC_CHK_GEN /* Use HW ECC */ \
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h40 #define BR_DECC_CHK_GEN 0x00000400 macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c737 BR_DECC_CHK_GEN) { in fsl_elbc_attach_chip()
771 out_be32(&lbc->bank[priv->bank].br, br | BR_DECC_CHK_GEN); in fsl_elbc_attach_chip()