Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-aspeed/ast2500/
Dclk_ast2500.c34 writel(SCU_UNLOCK_VALUE, &scu->protection_key); in ast_scu_unlock()
41 writel(~SCU_UNLOCK_VALUE, &scu->protection_key); in ast_scu_lock()
/external/u-boot/arch/arm/include/asm/arch-aspeed/
Dscu_ast2500.h8 #define SCU_UNLOCK_VALUE 0x1688a8a8 macro