Searched refs:protection_key (Results 1 – 4 of 4) sorted by relevance
34 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()
316 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()
101 u32 protection_key; member
146 u32 protection_key; member