Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/imx/common/sci/svc/pad/
Dpad_rpc_clnt.c41 RPC_U8(&msg, 2U) = (uint8_t)mux; in sc_pad_set_mux()
42 RPC_U8(&msg, 3U) = (uint8_t)config; in sc_pad_set_mux()
43 RPC_U8(&msg, 4U) = (uint8_t)iso; in sc_pad_set_mux()
69 *mux = RPC_U8(&msg, 0U); in sc_pad_get_mux()
73 *config = RPC_U8(&msg, 1U); in sc_pad_get_mux()
77 *iso = RPC_U8(&msg, 2U); in sc_pad_get_mux()
131 RPC_U8(&msg, 2U) = (uint8_t)wakeup; in sc_pad_set_wakeup()
155 *wakeup = RPC_U8(&msg, 0U); in sc_pad_get_wakeup()
173 RPC_U8(&msg, 6U) = (uint8_t)mux; in sc_pad_set_all()
174 RPC_U8(&msg, 7U) = (uint8_t)config; in sc_pad_set_all()
[all …]
/external/arm-trusted-firmware/plat/imx/common/sci/svc/rm/
Drm_rpc_clnt.c41 RPC_U8(&msg, 0U) = (uint8_t)secure; in sc_rm_partition_alloc()
42 RPC_U8(&msg, 1U) = (uint8_t)isolated; in sc_rm_partition_alloc()
43 RPC_U8(&msg, 2U) = (uint8_t)restricted; in sc_rm_partition_alloc()
44 RPC_U8(&msg, 3U) = (uint8_t)grant; in sc_rm_partition_alloc()
45 RPC_U8(&msg, 4U) = (uint8_t)coherent; in sc_rm_partition_alloc()
52 *pt = RPC_U8(&msg, 0U); in sc_rm_partition_alloc()
66 RPC_U8(&msg, 0U) = (uint8_t)pt; in sc_rm_set_confidential()
67 RPC_U8(&msg, 1U) = (uint8_t)retro; in sc_rm_set_confidential()
84 RPC_U8(&msg, 0U) = (uint8_t)pt; in sc_rm_partition_free()
117 RPC_U8(&msg, 0U) = (uint8_t)pt; in sc_rm_partition_static()
[all …]
/external/arm-trusted-firmware/plat/imx/common/sci/svc/pm/
Dpm_rpc_clnt.c40 RPC_U8(&msg, 0U) = (uint8_t)mode; in sc_pm_set_sys_power_mode()
58 RPC_U8(&msg, 0U) = (uint8_t)pt; in sc_pm_set_partition_power_mode()
59 RPC_U8(&msg, 1U) = (uint8_t)mode; in sc_pm_set_partition_power_mode()
77 RPC_U8(&msg, 0U) = (uint8_t)pt; in sc_pm_get_sys_power_mode()
84 *mode = RPC_U8(&msg, 0U); in sc_pm_get_sys_power_mode()
100 RPC_U8(&msg, 2U) = (uint8_t)mode; in sc_pm_set_resource_power_mode()
125 *mode = RPC_U8(&msg, 0U); in sc_pm_get_resource_power_mode()
141 RPC_U8(&msg, 2U) = (uint8_t)mode; in sc_pm_req_low_power_mode()
161 RPC_U8(&msg, 2U) = (uint8_t)mode; in sc_pm_req_cpu_low_power_mode()
162 RPC_U8(&msg, 3U) = (uint8_t)wake_src; in sc_pm_req_cpu_low_power_mode()
[all …]
/external/arm-trusted-firmware/plat/imx/common/sci/svc/timer/
Dtimer_rpc_clnt.c74 RPC_U8(&msg, 0U) = (uint8_t)lock; in sc_timer_start_wdog()
154 RPC_U8(&msg, 0U) = (uint8_t)pt; in sc_timer_pt_get_wdog_status()
167 *enb = RPC_U8(&msg, 8U); in sc_timer_pt_get_wdog_status()
181 RPC_U8(&msg, 0U) = (uint8_t)pt; in sc_timer_set_wdog_action()
182 RPC_U8(&msg, 1U) = (uint8_t)action; in sc_timer_set_wdog_action()
202 RPC_U8(&msg, 2U) = (uint8_t)mon; in sc_timer_set_rtc_time()
203 RPC_U8(&msg, 3U) = (uint8_t)day; in sc_timer_set_rtc_time()
204 RPC_U8(&msg, 4U) = (uint8_t)hour; in sc_timer_set_rtc_time()
205 RPC_U8(&msg, 5U) = (uint8_t)min; in sc_timer_set_rtc_time()
206 RPC_U8(&msg, 6U) = (uint8_t)sec; in sc_timer_set_rtc_time()
[all …]
/external/arm-trusted-firmware/plat/imx/common/sci/svc/misc/
Dmisc_rpc_clnt.c82 RPC_U8(&msg, 0U) = (uint8_t)pt; in sc_misc_set_max_dma_group()
83 RPC_U8(&msg, 1U) = (uint8_t)max; in sc_misc_set_max_dma_group()
102 RPC_U8(&msg, 2U) = (uint8_t)group; in sc_misc_set_dma_group()
126 RPC_U8(&msg, 20U) = (uint8_t)fw; in sc_misc_seco_image_load()
146 RPC_U8(&msg, 8U) = (uint8_t)cmd; in sc_misc_seco_authenticate()
281 RPC_U8(&msg, 0U) = (uint8_t)ch; in sc_misc_debug_out()
295 RPC_U8(&msg, 0U) = (uint8_t)enable; in sc_misc_waveform_capture()
352 RPC_U8(&msg, 6U) = (uint8_t)enable; in sc_misc_set_ari()
368 RPC_U8(&msg, 0U) = (uint8_t)status; in sc_misc_boot_status()
440 RPC_U8(&msg, 4U) = (uint8_t)temp; in sc_misc_set_temp()
[all …]
/external/arm-trusted-firmware/plat/imx/common/include/sci/
Dsci_rpc.h37 #define RPC_U8(MSG, IDX) ((MSG)->DATA.u8[(IDX)]) macro