Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_bl1_dpe.c63 static int new_ctx_handle; variable
71 new_ctx_handle = *ctx_handle; in plat_dpe_share_context_handle()
134 VERBOSE("Share DPE context handle with BL2: 0x%x\n", new_ctx_handle); in bl1_plat_mboot_finish()
135 rc = arm_set_tb_fw_info(&new_ctx_handle); in bl1_plat_mboot_finish()
H A Dtc_bl2_dpe.c203 static int new_ctx_handle; variable
207 new_ctx_handle = *ctx_handle; in plat_dpe_share_context_handle()
266 VERBOSE("Share DPE context handle with BL33: 0x%x\n", new_ctx_handle); in bl2_plat_mboot_finish()
267 rc = arm_set_nt_fw_info(&new_ctx_handle); in bl2_plat_mboot_finish()