Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/imx/common/sci/svc/rm/
Drm_rpc_clnt.c50 result = RPC_R8(&msg); in sc_rm_partition_alloc()
72 result = RPC_R8(&msg); in sc_rm_set_confidential()
89 result = RPC_R8(&msg); in sc_rm_partition_free()
105 result = RPC_R8(&msg); in sc_rm_get_did()
123 result = RPC_R8(&msg); in sc_rm_partition_static()
140 result = RPC_R8(&msg); in sc_rm_partition_lock()
156 result = RPC_R8(&msg); in sc_rm_get_partition()
178 result = RPC_R8(&msg); in sc_rm_set_parent()
199 result = RPC_R8(&msg); in sc_rm_move_all()
217 result = RPC_R8(&msg); in sc_rm_assign_resource()
[all …]
/external/arm-trusted-firmware/plat/imx/common/sci/svc/timer/
Dtimer_rpc_clnt.c44 result = RPC_R8(&msg); in sc_timer_set_wdog_timeout()
62 result = RPC_R8(&msg); in sc_timer_set_wdog_pre_timeout()
79 result = RPC_R8(&msg); in sc_timer_start_wdog()
95 result = RPC_R8(&msg); in sc_timer_stop_wdog()
111 result = RPC_R8(&msg); in sc_timer_ping_wdog()
139 result = RPC_R8(&msg); in sc_timer_get_wdog_status()
165 result = RPC_R8(&msg); in sc_timer_pt_get_wdog_status()
187 result = RPC_R8(&msg); in sc_timer_set_wdog_action()
211 result = RPC_R8(&msg); in sc_timer_set_rtc_time()
232 result = RPC_R8(&msg); in sc_timer_get_rtc_time()
[all …]
/external/arm-trusted-firmware/plat/imx/common/sci/svc/pm/
Dpm_rpc_clnt.c45 result = RPC_R8(&msg); in sc_pm_set_sys_power_mode()
64 result = RPC_R8(&msg); in sc_pm_set_partition_power_mode()
82 result = RPC_R8(&msg); in sc_pm_get_sys_power_mode()
105 result = RPC_R8(&msg); in sc_pm_set_resource_power_mode()
123 result = RPC_R8(&msg); in sc_pm_get_resource_power_mode()
146 result = RPC_R8(&msg); in sc_pm_req_low_power_mode()
167 result = RPC_R8(&msg); in sc_pm_req_cpu_low_power_mode()
187 result = RPC_R8(&msg); in sc_pm_set_cpu_resume_addr()
208 result = RPC_R8(&msg); in sc_pm_set_cpu_resume()
231 result = RPC_R8(&msg); in sc_pm_req_sys_if_power_mode()
[all …]
/external/arm-trusted-firmware/plat/imx/common/sci/svc/misc/
Dmisc_rpc_clnt.c47 result = RPC_R8(&msg); in sc_misc_set_control()
69 result = RPC_R8(&msg); in sc_misc_get_control()
88 result = RPC_R8(&msg); in sc_misc_set_max_dma_group()
107 result = RPC_R8(&msg); in sc_misc_set_dma_group()
131 result = RPC_R8(&msg); in sc_misc_seco_image_load()
151 result = RPC_R8(&msg); in sc_misc_seco_authenticate()
169 result = RPC_R8(&msg); in sc_misc_seco_fuse_write()
187 result = RPC_R8(&msg); in sc_misc_seco_enable_debug()
204 result = RPC_R8(&msg); in sc_misc_seco_forward_lifecycle()
222 result = RPC_R8(&msg); in sc_misc_seco_return_lifecycle()
[all …]
/external/arm-trusted-firmware/plat/imx/common/sci/svc/pad/
Dpad_rpc_clnt.c48 result = RPC_R8(&msg); in sc_pad_set_mux()
67 result = RPC_R8(&msg); in sc_pad_get_mux()
97 result = RPC_R8(&msg); in sc_pad_set_gp()
118 result = RPC_R8(&msg); in sc_pad_get_gp()
136 result = RPC_R8(&msg); in sc_pad_set_wakeup()
153 result = RPC_R8(&msg); in sc_pad_get_wakeup()
181 result = RPC_R8(&msg); in sc_pad_set_all()
204 result = RPC_R8(&msg); in sc_pad_get_all()
238 result = RPC_R8(&msg); in sc_pad_set()
259 result = RPC_R8(&msg); in sc_pad_get()
[all …]
/external/arm-trusted-firmware/plat/imx/common/include/sci/
Dsci_rpc.h31 #define RPC_R8(MSG) ((MSG)->func) macro