Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/xilinx/zynqmp/pm_service/
A Dpm_svc_main.c50 } pm_ctx; variable
216 ret = pm_get_api_version(&pm_ctx.api_version); in pm_setup()
217 if (pm_ctx.api_version < PM_VERSION) { in pm_setup()
220 PM_VERSION_MINOR, pm_ctx.api_version >> 16, in pm_setup()
221 pm_ctx.api_version & 0xFFFF); in pm_setup()
336 if (pm_ctx.api_version >= PM_VERSION) { in pm_smc_handler()
348 ((uint64_t)pm_ctx.api_version << 32)); in pm_smc_handler()

Completed in 3 milliseconds