Home
last modified time | relevance | path

Searched refs:FMR_ECCM (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/mtd/nand/
Dfsl_elbc_spl.c59 fmr |= FMR_ECCM; in nand_spl_load_image()
Dfsl_elbc_nand.c734 nand->ecc.layout = (priv->fmr & FMR_ECCM) ? in fsl_elbc_chip_init()
769 priv->fmr |= FMR_ECCM; in fsl_elbc_chip_init()
774 nand->ecc.layout = (priv->fmr & FMR_ECCM) ? in fsl_elbc_chip_init()
/external/u-boot/arch/powerpc/include/asm/
Dfsl_lbc.h357 #define FMR_ECCM 0x00000100 macro