Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Decc.c39 (ddr->err_disable & ECC_ERROR_DISABLE_MBED) ? 1 : 0); in ecc_print_status()
172 val |= ECC_ERROR_DISABLE_MBED; in do_ecc()
177 ECC_ERROR_DISABLE_MBED | in do_ecc()
182 val &= ~ECC_ERROR_DISABLE_MBED; in do_ecc()
187 ECC_ERROR_DISABLE_MBED | in do_ecc()
/third_party/uboot/u-boot-2020.01/include/
Dmpc83xx.h1345 #define ECC_ERROR_DISABLE_MBED (0x80000000 >> 28) macro
1352 ECC_ERROR_DISABLE_MBED))