HomeSort by relevance Sort by last modified time
    Searched refs:protection_key (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/arm/mach-aspeed/ast2500/
clk_ast2500.c 34 writel(SCU_UNLOCK_VALUE, &scu->protection_key);
35 while (!readl(&scu->protection_key))
41 writel(~SCU_UNLOCK_VALUE, &scu->protection_key);
42 while (readl(&scu->protection_key))
sdram_ast2500.c 316 writel(SDRAM_UNLOCK_KEY, &info->regs->protection_key);
317 while (!readl(&info->regs->protection_key))
323 writel(~SDRAM_UNLOCK_KEY, &info->regs->protection_key);
324 while (readl(&info->regs->protection_key))
  /external/u-boot/arch/arm/include/asm/arch-aspeed/
sdram_ast2500.h 101 u32 protection_key; member in struct:ast2500_sdrammc_regs
scu_ast2500.h 146 u32 protection_key; member in struct:ast2500_scu

Completed in 1175 milliseconds