Home
last modified time | relevance | path

Searched refs:protection_key (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-aspeed/ast2500/
H A Dclk_ast2500.c35 writel(SCU_UNLOCK_VALUE, &scu->protection_key); in ast_scu_unlock()
36 while (!readl(&scu->protection_key)) in ast_scu_unlock()
42 writel(~SCU_UNLOCK_VALUE, &scu->protection_key); in ast_scu_lock()
43 while (readl(&scu->protection_key)) in ast_scu_lock()
H A Dsdram_ast2500.c317 writel(SDRAM_UNLOCK_KEY, &info->regs->protection_key); in ast2500_sdrammc_unlock()
318 while (!readl(&info->regs->protection_key)) in ast2500_sdrammc_unlock()
324 writel(~SDRAM_UNLOCK_KEY, &info->regs->protection_key); in ast2500_sdrammc_lock()
325 while (readl(&info->regs->protection_key)) in ast2500_sdrammc_lock()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dsdram_ast2500.h102 u32 protection_key; member
H A Dscu_ast2500.h147 u32 protection_key; member