Searched refs:RPC_U8 (Results 1 – 6 of 6) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/imx/common/sci/svc/pad/ |
A D | pad_rpc_clnt.c | 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() 206 *mux = RPC_U8(&msg, 4U); in sc_pad_get_all() 214 *iso = RPC_U8(&msg, 6U); in sc_pad_get_all() 300 *dse = RPC_U8(&msg, 0U); in sc_pad_get_gp_28fdsoi() 304 *ps = RPC_U8(&msg, 1U); in sc_pad_get_gp_28fdsoi() 353 *dse = RPC_U8(&msg, 0U); in sc_pad_get_gp_28fdsoi_hsic() 357 *pus = RPC_U8(&msg, 1U); in sc_pad_get_gp_28fdsoi_hsic() 361 *hys = RPC_U8(&msg, 2U); in sc_pad_get_gp_28fdsoi_hsic() [all …]
|
/arm-trusted-firmware-2.8.0/plat/imx/common/sci/svc/rm/ |
A D | rm_rpc_clnt.c | 44 RPC_U8(&msg, 3U) = (uint8_t)grant; 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() 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() 135 RPC_U8(&msg, 0U) = (uint8_t)pt; in sc_rm_partition_lock() 158 *pt = RPC_U8(&msg, 0U); in sc_rm_get_partition() 172 RPC_U8(&msg, 0U) = (uint8_t)pt; in sc_rm_set_parent() 412 *mr = RPC_U8(&msg, 0U); in sc_rm_memreg_alloc() 439 *mr_ret = RPC_U8(&msg, 0U); in sc_rm_memreg_split() [all …]
|
/arm-trusted-firmware-2.8.0/plat/imx/common/sci/svc/pm/ |
A D | pm_rpc_clnt.c | 40 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() 225 RPC_U8(&msg, 3U) = (uint8_t)hpm; in sc_pm_req_sys_if_power_mode() 337 *parent = RPC_U8(&msg, 0U); in sc_pm_get_clock_parent() [all …]
|
/arm-trusted-firmware-2.8.0/plat/imx/common/sci/svc/timer/ |
A D | timer_rpc_clnt.c | 74 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() 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() 234 *mon = RPC_U8(&msg, 2U); in sc_timer_get_rtc_time() 237 *day = RPC_U8(&msg, 3U); in sc_timer_get_rtc_time() 240 *hour = RPC_U8(&msg, 4U); in sc_timer_get_rtc_time() 243 *min = RPC_U8(&msg, 5U); in sc_timer_get_rtc_time() [all …]
|
/arm-trusted-firmware-2.8.0/plat/imx/common/sci/svc/misc/ |
A D | misc_rpc_clnt.c | 82 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() 440 RPC_U8(&msg, 4U) = (uint8_t)temp; in sc_misc_set_temp() 461 RPC_U8(&msg, 2U) = (uint8_t)temp; in sc_misc_get_temp() [all …]
|
/arm-trusted-firmware-2.8.0/plat/imx/common/include/sci/ |
A D | sci_rpc.h | 37 #define RPC_U8(MSG, IDX) ((MSG)->DATA.u8[(IDX)]) macro
|
Completed in 22 milliseconds