Searched refs:V2M_SYS_NVFLAGS_ADDR (Results 1 – 5 of 5) sorted by relevance
66 uint32_t nv_flags = mmio_read_32(V2M_SYS_NVFLAGS_ADDR); in bl1_plat_fwu_done()85 int32_t nv_flags = (int32_t)mmio_read_32(V2M_SYS_NVFLAGS_ADDR); in plat_arm_bl1_fwu_needed()
22 mmio_write_32(V2M_SYS_NVFLAGS_ADDR, (uint32_t)err); in plat_arm_error_handler()
65 int32_t nv_flags = (int32_t)mmio_read_32(V2M_SYS_NVFLAGS_ADDR); in plat_arm_bl1_fwu_needed()89 uint32_t nv_flags = mmio_read_32(V2M_SYS_NVFLAGS_ADDR); in bl1_plat_fwu_done()
20 mmio_write_32(V2M_SYS_NVFLAGS_ADDR, (uint32_t)err); in plat_arm_error_handler()
42 #define V2M_SYS_NVFLAGS_ADDR (V2M_SYSREGS_BASE + V2M_SYS_NVFLAGS) macro
Completed in 5 milliseconds