Home
last modified time | relevance | path

Searched refs:ECC_ERROR_DETECT_MME (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Decc.c67 (ddr->err_detect & ECC_ERROR_DETECT_MME) ? 1 : 0); in ecc_print_status()
202 val |= ECC_ERROR_DETECT_MME; in do_ecc()
210 val |= (ECC_ERROR_DETECT_MME | in do_ecc()
Dspd_sdram.c930 if ((ddr->err_detect & ECC_ERROR_DETECT_MME) == ECC_ERROR_DETECT_MME) in ddr_enable_ecc()
931 ddr->err_detect |= ECC_ERROR_DETECT_MME; in ddr_enable_ecc()
/third_party/uboot/u-boot-2020.01/post/cpu/mpc83xx/
Decc.c38 out_be32(&ddr->err_detect, ECC_ERROR_DETECT_MME |\ in ecc_clear()
/third_party/uboot/u-boot-2020.01/include/
Dmpc83xx.h1333 #define ECC_ERROR_DETECT_MME (0x80000000 >> 0) macro