Searched refs:protection_key (Results 1 – 4 of 4) sorted by relevance
35 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()
317 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()
102 u32 protection_key; member
147 u32 protection_key; member