Home
last modified time | relevance | path

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

/openbmc/u-boot/post/cpu/mpc83xx/
H A Decc.c62 if (__raw_readl(&ddr->err_disable) & ECC_ERROR_ENABLE) { in ecc_post_test()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c817 ddr->err_disable = ~ECC_ERROR_ENABLE; in spd_sdram()
923 ddr->err_disable &= ECC_ERROR_ENABLE; in ddr_enable_ecc()
/openbmc/u-boot/include/
H A Dmpc83xx.h1350 #define ECC_ERROR_ENABLE (~(ECC_ERROR_DISABLE_MSED | \ macro