Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dmpc83xx.h1357 #define ECC_ERR_INT_EN_MBEE (0x80000000 >> 28) macro
1362 #define ECC_ERR_INT_DISABLE (~(ECC_ERR_INT_EN_MBEE | \
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Decc.c30 (ddr->err_int_en & ECC_ERR_INT_EN_MBEE) ? 1 : 0); in ecc_print_status()