Searched refs:nor_unlock (Results 1 – 4 of 4) sorted by relevance
27 (void)nor_unlock(PLAT_ARM_FIP_BASE); in plat_arm_error_handler()
42 int nor_unlock(uintptr_t base_addr);
55 if (nor_unlock(PLAT_ARM_MEM_PROT_ADDR) != 0) { in arm_nor_psci_write_mem_protect()
181 int nor_unlock(uintptr_t base_addr) in nor_unlock() function