Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/imx/common/sci/svc/misc/
A Dmisc_rpc_clnt.c41 RPC_U32(&msg, 4U) = (uint32_t)val; in sc_misc_set_control()
67 *val = RPC_U32(&msg, 0U); in sc_misc_get_control()
238 *version = RPC_U32(&msg, 0U); in sc_misc_seco_build_info()
241 *commit = RPC_U32(&msg, 4U); in sc_misc_seco_build_info()
259 *uid_l = RPC_U32(&msg, 0U); in sc_misc_seco_chip_info()
262 *uid_h = RPC_U32(&msg, 4U); in sc_misc_seco_chip_info()
316 *build = RPC_U32(&msg, 0U); in sc_misc_build_info()
319 *commit = RPC_U32(&msg, 4U); in sc_misc_build_info()
334 *id_l = RPC_U32(&msg, 0U); in sc_misc_unique_id()
337 *id_h = RPC_U32(&msg, 4U); in sc_misc_unique_id()
[all …]
/trusted-firmware-a/plat/imx/common/sci/svc/timer/
A Dtimer_rpc_clnt.c39 RPC_U32(&msg, 0U) = (uint32_t)timeout; in sc_timer_set_wdog_timeout()
57 RPC_U32(&msg, 0U) = (uint32_t)pre_timeout; in sc_timer_set_wdog_pre_timeout()
131 *timeout = RPC_U32(&msg, 0U); in sc_timer_get_wdog_status()
134 *max_timeout = RPC_U32(&msg, 4U); in sc_timer_get_wdog_status()
137 *remaining_time = RPC_U32(&msg, 8U); in sc_timer_get_wdog_status()
160 *timeout = RPC_U32(&msg, 0U); in sc_timer_pt_get_wdog_status()
163 *remaining_time = RPC_U32(&msg, 4U); in sc_timer_pt_get_wdog_status()
264 *sec = RPC_U32(&msg, 0U); in sc_timer_get_rtc_sec1970()
302 RPC_U32(&msg, 0U) = (uint32_t)sec; in sc_timer_set_rtc_periodic_alarm()
353 RPC_U32(&msg, 4U) = (uint32_t)ticks; in sc_timer_set_sysctr_alarm()
[all …]
/trusted-firmware-a/plat/imx/common/sci/svc/rm/
A Drm_rpc_clnt.c403 RPC_U32(&msg, 4U) = (uint32_t)addr_start; in sc_rm_memreg_alloc()
404 RPC_U32(&msg, 8U) = (uint32_t)(addr_end >> 32U); in sc_rm_memreg_alloc()
405 RPC_U32(&msg, 12U) = (uint32_t)addr_end; in sc_rm_memreg_alloc()
429 RPC_U32(&msg, 4U) = (uint32_t)addr_start; in sc_rm_memreg_split()
430 RPC_U32(&msg, 8U) = (uint32_t)(addr_end >> 32U); in sc_rm_memreg_split()
431 RPC_U32(&msg, 12U) = (uint32_t)addr_end; in sc_rm_memreg_split()
472 RPC_U32(&msg, 4U) = (uint32_t)addr_start; in sc_rm_find_memreg()
473 RPC_U32(&msg, 8U) = (uint32_t)(addr_end >> 32U); in sc_rm_find_memreg()
474 RPC_U32(&msg, 12U) = (uint32_t)addr_end; in sc_rm_find_memreg()
558 ((uint64_t) RPC_U32(&msg, 0U) << 32U) | RPC_U32(&msg, 4U); in sc_rm_get_memreg_info()
[all …]
/trusted-firmware-a/plat/imx/common/sci/svc/pm/
A Dpm_rpc_clnt.c180 RPC_U32(&msg, 0U) = (uint32_t)(address >> 32U); in sc_pm_set_cpu_resume_addr()
181 RPC_U32(&msg, 4U) = (uint32_t)address; in sc_pm_set_cpu_resume_addr()
200 RPC_U32(&msg, 0U) = (uint32_t)(address >> 32U); in sc_pm_set_cpu_resume()
201 RPC_U32(&msg, 4U) = (uint32_t)address; in sc_pm_set_cpu_resume()
244 RPC_U32(&msg, 0U) = *(uint32_t *)rate; in sc_pm_set_clock_rate()
251 *rate = RPC_U32(&msg, 0U); in sc_pm_set_clock_rate()
272 *rate = RPC_U32(&msg, 0U); in sc_pm_get_clock_rate()
390 RPC_U32(&msg, 0U) = (uint32_t)(boot_addr >> 32U); in sc_pm_boot()
391 RPC_U32(&msg, 4U) = (uint32_t)boot_addr; in sc_pm_boot()
447 RPC_U32(&msg, 0U) = (uint32_t)(address >> 32U); in sc_pm_cpu_start()
[all …]
/trusted-firmware-a/plat/imx/common/sci/svc/pad/
A Dpad_rpc_clnt.c91 RPC_U32(&msg, 0U) = (uint32_t)ctrl; in sc_pad_set_gp()
115 *ctrl = RPC_U32(&msg, 0U); in sc_pad_get_gp()
171 RPC_U32(&msg, 0U) = (uint32_t)ctrl; in sc_pad_set_all()
201 *ctrl = RPC_U32(&msg, 0U); in sc_pad_get_all()
232 RPC_U32(&msg, 0U) = (uint32_t)val; in sc_pad_set()
256 *val = RPC_U32(&msg, 0U); in sc_pad_get()
/trusted-firmware-a/plat/imx/common/include/sci/
A Dsci_rpc.h35 #define RPC_U32(MSG, IDX) ((MSG)->DATA.u32[(IDX) / 4U]) macro

Completed in 14 milliseconds