Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A 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()
/OK3568_Linux_fs/u-boot/include/
H A Dmpc83xx.h1344 #define ECC_ERROR_DISABLE_MBED (0x80000000 >> 28) macro
1351 ECC_ERROR_DISABLE_MBED))