Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dspl.c104 if (reg & SYSMGR_ECC_OCRAM_SERR) in board_init_f()
105 writel(SYSMGR_ECC_OCRAM_SERR | SYSMGR_ECC_OCRAM_EN, in board_init_f()
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dsystem_manager.h13 #define SYSMGR_ECC_OCRAM_SERR BIT(3) macro