Home
last modified time | relevance | path

Searched refs:ECC_ERR_INJECT_EMB (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Decc.c50 (ddr->ecc_err_inject & ECC_ERR_INJECT_EMB) ? 1 : 0); in ecc_print_status()
259 val |= ECC_ERR_INJECT_EMB; in do_ecc()
261 val &= ~ECC_ERR_INJECT_EMB; in do_ecc()
/openbmc/u-boot/include/
H A Dmpc83xx.h1316 #define ECC_ERR_INJECT_EMB (0x80000000 >> 22) macro