Home
last modified time | relevance | path

Searched refs:pm_ctx (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dzynqmp_pm_svc_main.c50 static pm_ctx_t pm_ctx; variable
228 err = pm_get_api_version(&pm_ctx.api_version, SECURE); in pm_setup()
234 if (pm_ctx.api_version < PM_VERSION) { in pm_setup()
237 PM_VERSION_MINOR, pm_ctx.api_version >> 16, in pm_setup()
238 pm_ctx.api_version & 0xFFFFU); in pm_setup()
379 ((uint64_t)pm_ctx.api_version << 32)); in pm_smc_handler()