Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dspl.c107 if (reg & SYSMGR_ECC_OCRAM_DERR) in board_init_f()
108 writel(SYSMGR_ECC_OCRAM_DERR | SYSMGR_ECC_OCRAM_EN, in board_init_f()
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dsystem_manager.h14 #define SYSMGR_ECC_OCRAM_DERR BIT(4) macro