Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/post/cpu/mpc83xx/
Decc.c64 if (__raw_readl(&ddr->err_disable) & ECC_ERROR_ENABLE) { in ecc_post_test()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dspd_sdram.c820 ddr->err_disable = ~ECC_ERROR_ENABLE; in spd_sdram()
943 ddr->err_disable &= ECC_ERROR_ENABLE; in ddr_enable_ecc()
/third_party/uboot/u-boot-2020.01/include/
Dmpc83xx.h1350 #define ECC_ERROR_ENABLE (~(ECC_ERROR_DISABLE_MSED | \ macro