Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c59 fmr |= FMR_ECCM; in nand_spl_load_image()
H A 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()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c78 if (priv->fmr & FMR_ECCM) in fsl_elbc_ooblayout_ecc()
99 oobregion->length = (priv->fmr & FMR_ECCM) ? 7 : 5; in fsl_elbc_ooblayout_free()
102 ((priv->fmr & FMR_ECCM) ? 5 : 7); in fsl_elbc_ooblayout_free()
696 priv->fmr |= FMR_ECCM; in fsl_elbc_chip_init()
/openbmc/linux/arch/powerpc/include/asm/
H A Dfsl_lbc.h169 #define FMR_ECCM 0x00000100 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h357 #define FMR_ECCM 0x00000100 macro