Home
last modified time | relevance | path

Searched refs:protection_key (Results 1 – 4 of 4) 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()
35 while (!readl(&scu->protection_key)) in ast_scu_unlock()
41 writel(~SCU_UNLOCK_VALUE, &scu->protection_key); in ast_scu_lock()
42 while (readl(&scu->protection_key)) in ast_scu_lock()
Dsdram_ast2500.c316 writel(SDRAM_UNLOCK_KEY, &info->regs->protection_key); in ast2500_sdrammc_unlock()
317 while (!readl(&info->regs->protection_key)) in ast2500_sdrammc_unlock()
323 writel(~SDRAM_UNLOCK_KEY, &info->regs->protection_key); in ast2500_sdrammc_lock()
324 while (readl(&info->regs->protection_key)) in ast2500_sdrammc_lock()
/external/u-boot/arch/arm/include/asm/arch-aspeed/
Dsdram_ast2500.h101 u32 protection_key; member
Dscu_ast2500.h146 u32 protection_key; member